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