From 712f7db70725758c26c51c475e6ebbbb5a35322d Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 11 Dec 2006 02:27:59 +0000 Subject: last commit of the day git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@76 04377dda-e619-0410-9926-eae83683ac58 --- src/jail-upgrade | 1 - src/simplaret | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3