From f7e2b99ea6de244cffe4afa4c6de9e6f33ffb02b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 26 Feb 2014 15:09:45 +0100 Subject: [PATCH] MT#5671 Use "release-trunk-{wheezy,squeeze}" instead of "release-trunk" We used the release-trunk repos before we had multi-distribution support, so avoid usage of this outdated repos. --- scripts/pre_install_add_sipwise_repos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pre_install_add_sipwise_repos.sh b/scripts/pre_install_add_sipwise_repos.sh index 5b3216d..4dfb67b 100755 --- a/scripts/pre_install_add_sipwise_repos.sh +++ b/scripts/pre_install_add_sipwise_repos.sh @@ -60,7 +60,7 @@ if $TRUNK_RELEASE ; then # NGCP_MANAGED_FILE - do not remove this line if it should be automatically handled # Sipwise repository -deb http://deb.sipwise.com/autobuild/ release-trunk main +deb http://deb.sipwise.com/autobuild/ release-trunk-${distribution} main # Sipwise ${distribution} backports deb http://deb.sipwise.com/${distribution}-backports/ ${distribution}-backports main @@ -72,7 +72,7 @@ else # no $TRUNK_RELEASE # NGCP_MANAGED_FILE - do not remove this line if it should be automatically handled # Sipwise repository -# deb http://deb.sipwise.com/autobuild/ release-trunk main +# deb http://deb.sipwise.com/autobuild/ release-trunk-${distribution} main deb http://deb.sipwise.com/spce/${release}/ ${distribution} main deb http://deb.sipwise.com/sppro/${release}/ ${distribution} main