[projects/pld-ftp-admin] By default only PLD tree.
arekm
arekm at pld-linux.org
Tue Mar 10 23:47:35 CET 2026
commit 2fb8ec6c8264ab688d83cdc256beae607554fdc1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Mar 10 23:47:30 2026 +0100
By default only PLD tree.
wwwbin/no-digest-packages.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wwwbin/no-digest-packages.py b/wwwbin/no-digest-packages.py
index 67dce2c..c1376c1 100755
--- a/wwwbin/no-digest-packages.py
+++ b/wwwbin/no-digest-packages.py
@@ -14,8 +14,8 @@ import config
import ftptree
parser = argparse.ArgumentParser(description='Find packages without RPM digests')
-parser.add_argument('--tree', '-t', default='PLD,ready,test',
- help='comma-separated list of trees to scan in order (default: PLD,ready,test)')
+parser.add_argument('--tree', '-t', default='PLD',
+ help='comma-separated list of trees to scan in order (default: PLD)')
parser.add_argument('--output', '-o', default=None,
help='output file (default: stdout)')
args = parser.parse_args()
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/2fb8ec6c8264ab688d83cdc256beae607554fdc1
More information about the pld-cvs-commit
mailing list