function simplaret_get_index {
for file in `simplaret_metafiles`; do
- echo getting $1/$file
+ echo getting $1/$file:
simplaret_download $1 $file $2 --no-verbose
done
if [ "`package_version $candidate`" == "`package_version $result`" ] && \
[ "`package_build $candidate`" == "`package_build $result`" ]; then
if [ "$3" != "--silent" ]; then
- echo package $candidate already downloaded and stored at `dirname $file`
+ echo package $candidate already downloaded
+ echo package $candidate stored at `dirname $file`
else echo $file
fi
return 1
# check if the patch was already downloaded
if echo "$DOWNLOADED_PATCHES" | grep -q " $ARCH:$VERSION:$sugested "; then
- echo "jail $root needs package $sugested, but it's already downloaded, skipping donwload"
+ echo "jail $root needs package $sugested (already downloaded, skipping)"
fi
# search if its installed in the jail