online-desktop r7248 - trunk



Author: walters
Date: Thu Apr 24 19:19:02 2008
New Revision: 7248
URL: http://svn.gnome.org/viewvc/online-desktop?rev=7248&view=rev

Log:
Increment integer, add tag target.


Modified:
   trunk/Makefile.am
   trunk/configure.ac

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Apr 24 19:19:02 2008
@@ -63,3 +63,12 @@
 include Makefile-weblogindriver.am
 include Makefile-online-prefs-sync.am
 
+.PHONY: tag
+tag:
+	@(svn status | grep '^[MA]' > /dev/null && echo "Uncommitted changes, can't tag") || \
+	(V=`echo $(VERSION) | sed s/\\\\./_/g` && \
+	URL=`svn info --xml | grep '<url>' | sed 's@</\?url>@@g'` && \
+	PACKAGE=`echo $$URL | perl -pe 's  */(.*)/ * $$1@; tr/a-z-/A-Z_/;'` && \
+	TAGURL=`echo $$URL | sed "s trunk@tags/$${PACKAGE}_$$V@"` && \
+	echo Tagging as $$TAGURL && \
+	svn cp -m "Tag as $${PACKAGE}_$$V" $$URL $$TAGURL)

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Apr 24 19:19:02 2008
@@ -5,7 +5,7 @@
 AC_CONFIG_SRCDIR(od-session)
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE(online-desktop, 0.2.25)
+AM_INIT_AUTOMAKE(online-desktop, 0.2.28)
 GNOME_COMMON_INIT
 
 AM_CONFIG_HEADER(config/config.h)



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