[Pkg-owncloud-commits] [php-sabredav] 10/33: Using new version tags Updated build system to use mercurial
David Prévot
taffit at moszumanska.debian.org
Sat Nov 30 15:43:54 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag version-1.0.10
in repository php-sabredav.
commit c28a1fff8f1d0aa2ae27382ee704dd374ccbe26e
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sun Feb 28 21:52:53 2010 +0900
Using new version tags
Updated build system to use mercurial
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 791a4eb..8aa36be 100644
--- a/build.xml
+++ b/build.xml
@@ -18,8 +18,8 @@
</target>
<target name="release" depends="init,test,build">
- <echo>Creating Subversion release tag</echo>
- <exec command="svn cp ^/trunk ^/tags/${sabredav.version} -m 'Release tag ${sabredav.version}'" checkreturn="true" passthru="1" />
+ <echo>Creating Mercurial release tag</echo>
+ <exec command="hg tag version-${sabredav.version}" checkreturn="true" passthru="1" />
<echo>Pushing to pearfarm</echo>
<exec command="pearfarm push Sabre_DAV-${sabredav.version}_PEARFARM.tgz" checkreturn="true" passthru="1" />
<echo>Uploading to Google Code</echo>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list