diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-31 23:53:05 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-01-31 23:53:05 +0000 |
commit | 3b33885ba2dc5576f305557b0270ba7574257594 (patch) | |
tree | 73a4df60dd145753a3d39dcfc66ba691fd6330f3 /src | |
parent | f7a7f074f020b429e916c0c9fa89f865f01ccdbc (diff) | |
download | simplepkg-3b33885ba2dc5576f305557b0270ba7574257594.tar.gz simplepkg-3b33885ba2dc5576f305557b0270ba7574257594.tar.bz2 |
simplepkg 0.4.9pre18
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@142 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/simplaret | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/simplaret b/src/simplaret index add9be8..f2d2ebd 100755 --- a/src/simplaret +++ b/src/simplaret @@ -38,7 +38,7 @@ function simplaret_usage { 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 @@ -424,7 +424,8 @@ function simplaret_search_and_delete { 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 @@ -533,7 +534,7 @@ function simplaret_search_and_download_patch { # 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 |