diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-04-20 22:43:08 +0200 |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2018-06-08 17:22:08 +0200 |
commit | f78e0666130ec57a019ae7db6b7f787dfd6b3e61 (patch) | |
tree | 9973700b60b3fcbcadc1245c16a730bf3cf86a96 /scripts | |
parent | use official spelling for GitHub (diff) | |
download | tatt-f78e0666130ec57a019ae7db6b7f787dfd6b3e61.tar.gz tatt-f78e0666130ec57a019ae7db6b7f787dfd6b3e61.tar.bz2 tatt-f78e0666130ec57a019ae7db6b7f787dfd6b3e61.zip |
write commitscript also without bug number
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/tatt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tatt b/scripts/tatt index ce0480a..33fe8c8 100755 --- a/scripts/tatt +++ b/scripts/tatt @@ -276,10 +276,10 @@ if myJob.packageList is not None and len(myJob.packageList) > 0: writeUSE(myJob, config) writeRdeps(myJob, config) writeCleanup (myJob, config) - ## Config and Successscript can only be written if we have a bugnumber + ## Successscript can only be written if we have a bugnumber if myJob.bugnumber: writeSuccess(myJob, config) - writeCommit(myJob, config) + writeCommit(myJob, config) sys.exit (0) # Code for resolving bugs (-r and -m) |