[Lunar-commits] r15253 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Fri Jun 3 22:16:52 UTC 2005
Author: sofar
Date: 2005-06-03 22:16:52 +0000 (Fri, 03 Jun 2005)
New Revision: 15253
Modified:
lunar-iso/trunk/scripts/cachefill
Log:
display missing module name files'
Modified: lunar-iso/trunk/scripts/cachefill
===================================================================
--- lunar-iso/trunk/scripts/cachefill 2005-06-03 22:16:21 UTC (rev 15252)
+++ lunar-iso/trunk/scripts/cachefill 2005-06-03 22:16:52 UTC (rev 15253)
@@ -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