summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-07-06 16:42:56 -0700
committerJesse Keating <jkeating@redhat.com>2010-07-06 16:42:56 -0700
commit6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe (patch)
treece98bf207a468c12572cf1f4fb5d9b5fbc208e64 /src/fedpkg.py
parent04a9f9f7614b5213b0a94d7758f4bac0b4b16b47 (diff)
downloadfedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.tar.gz
fedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.tar.xz
fedora-packager-6d97784ab1ccfcb29cd2cc2926a50e2ac5532cbe.zip
Add output to new-sources and upload target.
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py1
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