]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
rpm5 changes
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Sep 2012 20:13:39 +0000 (23:13 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 21 Jul 2014 13:08:51 +0000 (16:08 +0300)
wwwbin/clean-dups-archive.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c677811..4961c39
@@ -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:
This page took 0.179528 seconds and 4 git commands to generate.