[Lunar-commits] r15315 - lunar-iso/branches/lunar-iso-2.6/scripts
Jaime Buffery
nestu at lunar-linux.org
Fri Jun 10 12:21:34 UTC 2005
Author: nestu
Date: 2005-06-10 12:21:33 +0000 (Fri, 10 Jun 2005)
New Revision: 15315
Modified:
lunar-iso/branches/lunar-iso-2.6/scripts/cachefill
Log:
Syncing with trunk
Modified: lunar-iso/branches/lunar-iso-2.6/scripts/cachefill
===================================================================
--- lunar-iso/branches/lunar-iso-2.6/scripts/cachefill 2005-06-10 11:40:37 UTC (rev 15314)
+++ lunar-iso/branches/lunar-iso-2.6/scripts/cachefill 2005-06-10 12:21:33 UTC (rev 15315)
@@ -14,7 +14,7 @@
for mod in ${ISO_LUNAR_MODULE} $(cat conf/base.list conf/base.list-$ISO_KSUFFIX conf/extended.list) ; do
CACHE=$mod-$(module_version $mod)-$BUILD.tar.bz2
if [ ! -f ${ISO_SOURCE}/cache/$CACHE ]; then
- echo "# $CACHE"
+ echo "# $mod: $CACHE"
cp /var/cache/lunar/$CACHE ${ISO_SOURCE}/cache/ || RESULT=1
fi
done
@@ -23,7 +23,7 @@
for mod in $(cat conf/sources.list conf/sources.list-${ISO_KSUFFIX} conf/base.list conf/base.list-${ISO_KSUFFIX} conf/extended.list) ; do
for file in $(lvu sources $mod) ; do
if [ ! -f ${ISO_SOURCE}/spool/$file ] ; then
- echo -e "# /var/spool/lunar/$file"
+ echo -e "# $mod: $file"
cp -p /var/spool/lunar/$file ${ISO_SOURCE}/spool/ || RESULT=1
fi
done
More information about the Lunar-commits
mailing list