summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-10-03 12:38:51 +0200
committerDaniel Baumann <daniel@debian.org>2011-10-03 12:38:59 +0200
commit5ec41753ccd8aa8a6e8430a5f3188319603b370d (patch)
tree95a223aba91d9e8cedd2fc4b03c4287599c83f6b /scripts
parente7e4ba325997812e91df1cea092838bdc9ac19c9 (diff)
downloadvyos-live-build-5ec41753ccd8aa8a6e8430a5f3188319603b370d.tar.gz
vyos-live-build-5ec41753ccd8aa8a6e8430a5f3188319603b370d.zip
Adding bug number to comments when moving top-level sources.list.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot_archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives
index 7e029d7f9..85059da6f 100755
--- a/scripts/build/lb_chroot_archives
+++ b/scripts/build/lb_chroot_archives
@@ -431,7 +431,7 @@ EOF
# Add to sources.list.d
echo "deb file:/root/packages ./" > chroot/etc/apt/sources.list.d/packages.list
- # Move top-level sources away, otherwise apt always preferes it, even for local packages
+ # Move top-level sources away, otherwise apt always preferes it (#644148)
if [ -e chroot/etc/apt/sources.list ]
then
mv chroot/etc/apt/sources.list chroot/etc/apt/sources.list.d/zz-sources.list