[sound-juicer] Fix tag rule to use git



commit 546b0c0511b720c77d2a1c376e2ca5d9da6013ec
Author: Ross Burton <ross linux intel com>
Date:   Wed Nov 25 15:36:22 2009 +0000

    Fix tag rule to use git

 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index f39fb9d..58a1b0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,8 +16,7 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 WEBROOT := $(HOME)/WebSites/Burtonini/htdocs
 
 tag:
-# TODO: verify that the current path is trunk otherwise this fails
-	svn cp -m "Sound Juicer $(VERSION)" `svnpath` `svnpath tags/$(VERSION)`
+	git tag -f $(VERSION)
 
 upload:
 	scp $(PACKAGE)-$(VERSION).tar.bz2 master.gnome.org:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]