diff options
Diffstat (limited to 'RepSys')
-rw-r--r-- | RepSys/rpmutil.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |