[projects/pld-ftp-admin] rpm5 changes

glen glen at pld-linux.org
Mon Jul 21 15:10:48 CEST 2014


commit 6cb7417a6f60df9a4b39deaf97e64a0180349a66
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Sep 22 23:13:39 2012 +0300

    rpm5 changes

 wwwbin/clean-dups-archive.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wwwbin/clean-dups-archive.py b/wwwbin/clean-dups-archive.py
old mode 100644
new mode 100755
index c677811..4961c39
--- a/wwwbin/clean-dups-archive.py
+++ b/wwwbin/clean-dups-archive.py
@@ -12,7 +12,7 @@ re_rpm = re.compile(r'.*\.rpm$')
 re_nvr = re.compile('^(.*)-([^-]*)-([^-]*)\.rpm$')
 dir = '/home/pld/admins/th/ftp/.archive/PLD/SRPMS/RPMS'
 
-ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK or rpm.RPMVSF_NEEDPAYLOAD or rpm.RPMVSF_NODSAHEADER))
+ts = rpm.TransactionSet("", (rpm.RPMVSF_NOHDRCHK or rpm.RPMVSF_NEEDPAYLOAD))
 
 def compare(f1, f2):
 	try:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-ftp-admin.git/commitdiff/f07c3a5eecf16f76d17279559f799d62c6235321



More information about the pld-cvs-commit mailing list