nemiver r869 - trunk



Author: dodji
Date: Sat Jun 21 14:04:10 2008
New Revision: 869
URL: http://svn.gnome.org/viewvc/nemiver?rev=869&view=rev

Log:
add the RELEASED_BRANCH parameter to "make release"



Modified:
   trunk/ChangeLog
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat Jun 21 14:04:10 2008
@@ -42,10 +42,15 @@
 $(sig_file): $(tar_gz_file)
 	gpg --output $@ --detach $^
 
+RELEASED_BRANCH=trunk
+
+echo-released-branch:
+	echo "released-branch=$(RELEASED_BRANCH)"
+
 tag-release: dist tag-release-only
 tag-release-only:
 	svn copy -m "$(PACKAGE_NAME) release $(VERSION)" \
-		$(SVN_ROOT)/trunk $(SVN_ROOT)/tags/$(PACKAGE_NAME)-$(VERSION)
+		$(SVN_ROOT)/$(RELEASED_BRANCH) $(SVN_ROOT)/tags/$(PACKAGE_NAME)-$(VERSION)
 
 release-upload: tag-release $(tar_gz_file) release-upload-only
 release-upload-only:



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