diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-17 03:49:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-06-24 14:04:35 +0000 |
commit | 92c314b24a0df7af140abacd6dd87e1b923a3e83 (patch) | |
tree | b849eb793754d67c5bcc0fc18452a88c7165d4e1 /share/scripts/debconf | |
parent | Implementing postup/postdown for systemd-networkd by creating systemd units i... (diff) | |
download | compute-tools-92c314b24a0df7af140abacd6dd87e1b923a3e83.tar.xz compute-tools-92c314b24a0df7af140abacd6dd87e1b923a3e83.zip |
Dropping obsolete LTS archive definitions, thanks to Nik Lutz <nik@netstyle.ch>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-x | share/scripts/debconf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 8ad2e51..8871fd8 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -294,10 +294,6 @@ Pin: release n=${DIST}-updates Pin-Priority: 999 Package: * -Pin: release n=${DIST}-lts -Pin-Priority: 999 - -Package: * Pin: release n=${DIST}-extras Pin-Priority: 999 EOF @@ -486,10 +482,6 @@ Configure_system () echo "deb ${PARENT_MIRROR} ${PARENT_DIST}-updates ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" ;; - ${PARENT_DIST}-lts) - echo "deb ${PARENT_MIRROR} ${PARENT_DIST}-lts ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" - ;; - ${PARENT_DIST}-backports) echo "deb ${PARENT_MIRROR} ${PARENT_DIST}-backports ${PARENT_AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/debian.list" ;; @@ -534,14 +526,6 @@ Configure_system () echo "deb ${MIRROR} ${DIST}-updates-staging ${AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/progress-linux.list" ;; - ${DIST}-lts) - echo "deb ${MIRROR} ${DIST}-lts ${AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/progress-linux.list" - ;; - - ${DIST}-lts-staging) - echo "deb ${MIRROR} ${DIST}-lts-staging ${AREA}" >> "${DIRECTORY}/etc/apt/sources.list.d/progress-linux.list" - ;; - ${DIST}-extras) if echo "${AREA}" | grep -qs non-free then |