[SCM] live-helper branch, debian-next, updated. debian/2.0_a9-1-16-g9694958

Daniel Baumann daniel at debian.org
Fri Apr 9 19:13:37 UTC 2010


The following commit has been merged in the debian-next branch:
commit 96949582c053733b6026a9d84177c383694d97d1
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Apr 9 21:08:32 2010 +0200

    Adding --repositories, part 6.

diff --git a/helpers/chroot_sources b/helpers/chroot_sources
index e11ff42..dc13ada 100755
--- a/helpers/chroot_sources
+++ b/helpers/chroot_sources
@@ -145,10 +145,10 @@ case "${1}" in
 					# Adding archive signing keys (chroot)
 					if [ -e "${LH_BASE}/repositories/${REPOSITORY}.chroot.gpg" ]
 					then
-						cat "${LH_BASE}/repositories/${REPOSITORY}.gpg" | Chroot "apt-key add -"
+						cat "${LH_BASE}/repositories/${REPOSITORY}.chroot.gpg" | Chroot "apt-key add -"
 					elif [ -e "${LH_BASE}/repositories/${REPOSITORY}.gpg" ]
 					then
-						cat "${LH_BASE}/repositories/${REPOSITORY}.chroot.gpg" | Chroot "apt-key add -"
+						cat "${LH_BASE}/repositories/${REPOSITORY}.gpg" | Chroot "apt-key add -"
 					fi
 				fi
 			done
@@ -515,10 +515,10 @@ case "${1}" in
 					# Adding archive signing keys (binary)
 					if [ -e "${LH_BASE}/repositories/${REPOSITORY}.binary.gpg" ]
 					then
-						cat "${LH_BASE}/repositories/${REPOSITORY}.gpg" | Chroot "apt-key add -"
+						cat "${LH_BASE}/repositories/${REPOSITORY}.binary.gpg" | Chroot "apt-key add -"
 					elif [ -e "${LH_BASE}/repositories/${REPOSITORY}.gpg" ]
 					then
-						cat "${LH_BASE}/repositories/${REPOSITORY}.binary.gpg" | Chroot "apt-key add -"
+						cat "${LH_BASE}/repositories/${REPOSITORY}.gpg" | Chroot "apt-key add -"
 					fi
 				fi
 			done

-- 
live-helper



More information about the debian-live-changes mailing list