From c699485f27c21f9e8c88ace5a1bb77308e24ed4a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 27 Aug 2014 01:04:06 +0200 Subject: Enabling squeeze-lts repository. --- scripts/build/lb_chroot_sources | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'scripts/build/lb_chroot_sources') diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index 2bb05ec60..bb63d73f1 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -84,6 +84,16 @@ EOF esac fi + if [ "${LB_LTS}" = "true" ] + then + echo "deb ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION}-lts ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list + + if [ "${LB_SOURCE}" = "true" ] + then + echo "deb-src ${LB_MIRROR_CHROOT} ${LB_DISTRIBUTION}-lts ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list + fi + fi + if [ "${LB_VOLATILE}" = "true" ] then case "${LB_MODE}" in @@ -538,6 +548,16 @@ EOF esac fi + if [ "${LB_LTS}" = "true" ] + then + echo "deb ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION}-lts ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list + + if [ "${LB_SOURCE}" = "true" ] + then + echo "deb-src ${LB_MIRROR_BINARY} ${LB_DISTRIBUTION}-lts ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list + fi + fi + if [ "${LB_VOLATILE}" = "true" ] then case "${LB_MODE}" in -- cgit v1.2.3