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

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:26:03 UTC 2014


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

bengen pushed a commit to branch master
in repository libguestfs.

commit e2a50bdb0eec81d8bb7fb55ce5f3f1da915cee99
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.
    
    (cherry picked from commit 1b925a0efb9be0020002a9796164209ad6f4d9d2)
---
 Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 390cefd..57ce0d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -502,6 +502,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