From 873ecb640b59a97b4d2ec1b00c2d2413f28d9475 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 19 Oct 2006 12:10:16 +0000 Subject: make get_srpm display the extracted .src.rpm (path + filename) (initially from pixel, frontport from V1_5_X) --- RepSys/rpmutil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RepSys/rpmutil.py b/RepSys/rpmutil.py index 9c0018a..e35639d 100644 --- a/RepSys/rpmutil.py +++ b/RepSys/rpmutil.py @@ -94,6 +94,7 @@ def get_srpm(pkgdirurl, for targetdir in targetdirs: targetsrpm = os.path.join(os.path.realpath(targetdir), os.path.basename(srpm)) targetsrpms.append(targetsrpm) + sys.stderr.write("Wrote: %s\n" % targetsrpm) execcmd("cp -f", srpm, targetdir) os.unlink(srpm) return targetsrpms -- cgit v1.2.1