From 2fe8f5cc1a3574053e52d966678d0114a5665c00 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 24 Jan 2014 14:14:20 +0400 Subject: [PATCH] Script to re-create fixture. --- system/fixture.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/fixture.sh diff --git a/system/fixture.sh b/system/fixture.sh new file mode 100644 index 00000000..240a626e --- /dev/null +++ b/system/fixture.sh @@ -0,0 +1,11 @@ +aptly -architectures=i386,amd64 mirror create wheezy-main http://mirror.yandex.ru/debian/ wheezy main +aptly -architectures=i386,amd64 mirror create wheezy-contrib http://mirror.yandex.ru/debian/ wheezy contrib +aptly -architectures=i386,amd64 mirror create wheezy-non-free http://mirror.yandex.ru/debian/ wheezy non-free +aptly -architectures=i386,amd64 mirror create wheezy-updates http://mirror.yandex.ru/debian/ wheezy-updates +aptly -architectures=i386,amd64 mirror create wheezy-backports http://mirror.yandex.ru/debian/ wheezy-backports + +aptly mirror update wheezy-main +aptly mirror update wheezy-contrib +aptly mirror update wheezy-non-free +aptly mirror update wheezy-updates +aptly mirror update wheezy-backports