From 6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 6 Jul 2010 16:42:56 -0700 Subject: Add output to new-sources and upload target. --- src/fedpkg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fedpkg.py') diff --git a/src/fedpkg.py b/src/fedpkg.py index e870550..5458efd 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -538,6 +538,7 @@ def new_sources(args): except pyfedpkg.FedpkgError, e: log.error('Could not upload new sources: %s' % e) sys.exit(1) + print("Source upload succeeded. Don't forget to commit the sources file") def patch(args): # not implimented -- cgit