From 2caef33ea285353fb74f88b611e90fcc2b8b7092 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 25 Oct 2012 13:36:12 +0200 Subject: Renaming progress mode to progress-linux to match the used naming scheme. --- scripts/build/chroot_archives | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/build/chroot_archives') diff --git a/scripts/build/chroot_archives b/scripts/build/chroot_archives index e4de5a209..502ff449f 100755 --- a/scripts/build/chroot_archives +++ b/scripts/build/chroot_archives @@ -94,7 +94,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -110,7 +110,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_CHROOT_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list @@ -664,7 +664,7 @@ EOF if [ "${LB_SECURITY}" = "true" ] then case "${LB_MODE}" in - debian|progress) + debian|progress-linux) case "${LB_PARENT_DISTRIBUTION}" in sid) @@ -680,7 +680,7 @@ EOF ;; esac - if [ "${LB_MODE}" = progress ] + if [ "${LB_MODE}" = progress-linux ] then echo "deb ${LB_MIRROR_BINARY_SECURITY} ${_DISTRIBUTION}-security ${LB_ARCHIVE_AREAS}" >> chroot/etc/apt/sources.list.d/${LB_MODE}.list -- cgit v1.2.3