]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- more details on the NVR error mail
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 18 Oct 2013 20:45:52 +0000 (20:45 +0000)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 18 Oct 2013 20:45:52 +0000 (20:45 +0000)
Changed files:
    bin/pfa-from-incoming -> 1.32

bin/pfa-from-incoming

index 92fd588af576e02210a46e7b18adcb123c45e873..208896ab0122da9859ec5b82425a94091ce69199 100644 (file)
@@ -153,8 +153,8 @@ Subject: %s
 
     sm.write("Difference between %s SRPM (currently in %s) and %s RPM NVR:\n\n" %
           (snvr[0], `ftptree`, arch)),
-    sm.write("SRPM: N:%s V:%s R:%s\n" % snvr)
-    sm.write(" RPM: N:%s V:%s R:%s\n" % anvr)
+    sm.write("Expected (%s):\nV: %s\nR: %s\n\n" % snvr)
+    sm.write("RPM:\nN: %s\nV: %s\nR: %s\n" % anvr)
     sm.write('\n')
 
     sm.close()
This page took 0.043678 seconds and 4 git commands to generate.