[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-125-g1396400
Alex M Vandiver
alexmv at bestpractical.com
Fri Sep 18 11:46:04 EDT 2009
The branch, 3.8-trunk has been updated
via 13964004233eaa3eddcb224f756d7f6f65ea396c (commit)
from 4da899311370f7e7bb3f73535aa4b85cb354cf6f (commit)
Summary of changes:
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 13964004233eaa3eddcb224f756d7f6f65ea396c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Sep 14 15:30:24 2009 -0400
Use `git describe --tags` as the name of the snapshot
diff --git a/Makefile.in b/Makefile.in
index b0d4636..2cb66c2 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -509,7 +509,7 @@ apachectl:
$(APACHECTL) start
sleep 5
-SNAPSHOT=RT-$(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).HEAD-$(shell git log -n1 --pretty='format:%h')
+SNAPSHOT=rt-$(shell git describe --tags)
snapshot:
git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf -
( cd $(SNAPSHOT) && autoconf && ./configure )
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list