diff options
author | Jesse Keating <jkeating@redhat.com> | 2010-07-06 16:42:56 -0700 |
---|---|---|
committer | Jesse Keating <jkeating@redhat.com> | 2010-07-06 16:42:56 -0700 |
commit | 6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe (patch) | |
tree | ce98bf207a468c12572cf1f4fb5d9b5fbc208e64 | |
parent | 04a9f9f7614b5213b0a94d7758f4bac0b4b16b47 (diff) | |
download | fedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.tar.gz fedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.tar.xz fedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.zip |
Add output to new-sources and upload target.
-rwxr-xr-x | src/fedpkg.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |