simplepkg changelog
-------------------
-0.4.9pre20: simplaret:
- - enhanced http retrieval: curl support
- - enhanced verbosity
- - get-patches small changes
+0.4.9pre18-21: simplaret:
+ - enhanced http retrieval: curl support
+ - enhanced verbosity
+ - get-patches small changes
0.4.9pre10-17: lots of simplaret fixes
fi
- if [ "$4" == "--no-verbose" ]; then
- echo ""
- fi
-
}
function simplaret_repository {
# check if the patch was already downloaded
if echo "$DOWNLOADED_PATCHES" | grep -q " $ARCH:$VERSION:$sugested "; then
- echo "Jail $root needs package $sugested (already downloaded, skipping)"
if [ "$IS_UPGRADE" != "1" ]; then
+ echo Package $sugested already downloaded
+ # echo "Jail $root needs package $sugested (already downloaded, skipping)"
return
fi
fi
if ! echo "$DISTRO_UPDATED" | grep -q " $ARCH:$VERSION "; then
simplaret_update
DISTRO_UPDATED="$DISTRO_UPDATED $ARCH:$VERSION " # the ending space is important
+ echo ""
fi
echo Fetching patches for arch $ARCH and version $VERSION for jail $root