[Pkg-libvirt-commits] [libguestfs] 44/266: build: Add `maintainer-commit' rule to create a new version commit.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 1b925a0efb9be0020002a9796164209ad6f4d9d2
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jul 26 21:27:16 2014 +0100

    build: Add `maintainer-commit' rule to create a new version commit.
---
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index b95f19a..f66c063 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -510,6 +510,12 @@ build-test-guests:
 print-subdirs:
 	@echo $(SUBDIRS)
 
+# Commit everything in current directory to HEAD, and set commit
+# message to current version (only for maintainer).
+
+maintainer-commit:
+	git commit -a -m "Version $(VERSION)."
+
 # Tag HEAD with current version (only for maintainer).
 
 maintainer-tag:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list