[X2Go-Commits] [maintenancescripts] 04/08: git/hooks/x2go-post-receive-close-bugs: update description in top comment to actually mention what this script is outputting.
git-admin at x2go.org
git-admin at x2go.org
Thu Mar 5 19:23:41 CET 2020
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository maintenancescripts.
commit c437a32583f68643b2361f306c9e3bfd8763a5e0
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Mar 5 14:58:17 2020 +0100
git/hooks/x2go-post-receive-close-bugs: update description in top comment to actually mention what this script is outputting.
The previous description was a copy of the bug-tagging script.
---
git/hooks/x2go-post-receive-close-bugs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/git/hooks/x2go-post-receive-close-bugs b/git/hooks/x2go-post-receive-close-bugs
index 59b8a33..afd3f32 100755
--- a/git/hooks/x2go-post-receive-close-bugs
+++ b/git/hooks/x2go-post-receive-close-bugs
@@ -7,10 +7,10 @@
# This software may be used and distributed according to the terms
# of the MIT License, incorporated herein by reference.
-# Purpose: this hook will tag Debian bugs as pending. The mail will
-# include the commit message, and the portion of the diff corresponding
-# to debian/changelog, plus a pointer to the URL that contains the full
-# diff. It has some heuristics not to tag the same bug pending twice.
+# Purpose: this hook will close Debian bugs, which, hopefully, have been
+# marked as pending before. The mail will include a parsed portion of
+# debian/changelog for the newly released version plus a pointer to the URL
+# that contains the full diff.
#
# Usage: make this script your post-receive hook, or exec this script
# from there. If you need to execute more than one script against
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git
More information about the x2go-commits
mailing list