Remove nnml-retrieve-groups that is unnecessary and somewhat problematic
[gnus] / makepub
diff --git a/makepub b/makepub
index d76a4a7..58c51cb 100755 (executable)
--- a/makepub
+++ b/makepub
@@ -1,5 +1,5 @@
 #!/bin/bash
-name="No Gnus"
+name="Ma Gnus"
 
 if [ `whoami` != "larsi" ]; then
     echo "This script is for larsi only"
@@ -39,7 +39,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'`
 
 git tag -a "$initial$tversion" -m "$name v$next_version is released"
 
-git push && git push master tag "$initial$tversion"
+git push && git push origin tag "$initial$tversion"
 
 # Increase the number, yet again, to start the next development cycle.