summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-29 18:14:02 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-29 18:14:02 -0300
commitd716bf39b475030c5b0ba798f01172a33c305f37 (patch)
tree19f258d440e3bc2af3fa50ae59516a7e4dd559d1
parent630bec896863415b7a5a2427cb0e329ebc52f567 (diff)
xbs: add db-list-unsigned-packages.py support
-rwxr-xr-xsrc/bin/db-list-unsigned-packages.py (renamed from extra/xbs-lukeshu/db-list-unsigned-packages.py)0
-rw-r--r--src/bin/xbs6
2 files changed, 4 insertions, 2 deletions
diff --git a/extra/xbs-lukeshu/db-list-unsigned-packages.py b/src/bin/db-list-unsigned-packages.py
index 80cff51..80cff51 100755
--- a/extra/xbs-lukeshu/db-list-unsigned-packages.py
+++ b/src/bin/db-list-unsigned-packages.py
diff --git a/src/bin/xbs b/src/bin/xbs
index f1d3193..862ddab 100644
--- a/src/bin/xbs
+++ b/src/bin/xbs
@@ -263,9 +263,11 @@ case "${rules}" in
fi
done
;;
- check-libraries|check-libs|chl)
+ check-libraries|check-libs|chl|list-unsigned-packages|list-unsigd-pkgs|lup)
if [ "${rules}" == 'check-libraries' || "${rules}" == 'check-libs' || "${rules}" == 'chl' ]; then
- "${BIN_DIR}/db-check-package-libraries.py"
+ "${BIN_DIR}/db-check-package-libraries.py ${@}"
+ elif [ "${rules}" == 'list-unsigned-packages' || "${rules}" == 'list-unsigd-pkgs' || "${rules}" == 'lup' ]; then
+ "${BIN_DIR}/db-list-unsigned-packages.py ${@}"
fi
;;
init|sync|import)