]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - bin/pfa-from-incoming
- more details on the NVR error mail
[projects/pld-ftp-admin.git] / 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.029997 seconds and 4 git commands to generate.