diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-11 02:27:59 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-11 02:27:59 +0000 |
commit | 712f7db70725758c26c51c475e6ebbbb5a35322d (patch) | |
tree | 1c7ec58fbc5fc42dcfd225ba5d8bcadd05b47271 /src | |
parent | 7853b58334f7e7512b5ef060c6cd29c01896d68b (diff) | |
download | simplepkg-712f7db70725758c26c51c475e6ebbbb5a35322d.tar.gz simplepkg-712f7db70725758c26c51c475e6ebbbb5a35322d.tar.bz2 |
last commit of the day
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@76 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-x | src/jail-upgrade | 1 | ||||
-rwxr-xr-x | src/simplaret | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/jail-upgrade b/src/jail-upgrade index c44f32d..fffc099 100755 --- a/src/jail-upgrade +++ b/src/jail-upgrade @@ -57,7 +57,6 @@ function jail_upgrade { elif [ "$SIMPLARET" == "swaret" ]; then echo error: cant upgrade on $1: no such patch dir $patches_dir fi - return fi # optionally, search all packages in the repositories and apply a patch if: diff --git a/src/simplaret b/src/simplaret index 4f8a4cd..1cef677 100755 --- a/src/simplaret +++ b/src/simplaret @@ -514,6 +514,9 @@ function simplaret_get_jail_patches { # grab patches from every other places if [ "$CONSIDER_ALL_PACKAGES_AS_PATCHES" == "1" ]; then + # TODO: for sugested in `simplaret_search -formatted`; do + # and also think yet some more about this scheme... does ROOT/patches + # should be dealed as a PATCHES repository? for sugested in `simplaret_search patches -formatted | grep -v patches`; do simplaret_search_and_download_patch done |