[cairo-commit:00175] rcairo/rcairo [master] Use bundler style tag name
null+rcairo at clear-code.com
null+rcairo at clear-code.com
Sun Mar 25 10:29:19 UTC 2012
Kouhei Sutou 2012-03-25 19:29:19 +0900 (Sun, 25 Mar 2012)
New Revision: 457fa8dcb51bb17310692f79db94086ce170dde8
Log:
Use bundler style tag name
Modified files:
dist.sh
Modified: dist.sh (+1 -1)
===================================================================
--- dist.sh 2012-03-25 19:29:09 +0900 (ba3be76)
+++ dist.sh 2012-03-25 19:29:19 +0900 (63b19ab)
@@ -7,7 +7,7 @@ if [ $# = 0 ]; then
fi
VERSION=$1
-TAG=RELEASE_`echo $VERSION | sed -e 's/\./_/g'`
+TAG="v$VERSION"
dest=annarchy.freedesktop.org:/srv/cairo.freedesktop.org/www/releases/
More information about the cairo-commit
mailing list