aboutsummaryrefslogtreecommitdiff
path: root/src/simplaret
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplaret')
-rwxr-xr-xsrc/simplaret3
1 files changed, 3 insertions, 0 deletions
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