1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

git doesn't like colons in tag names

This commit is contained in:
Kevin Glynn 2011-03-22 17:43:48 +01:00
parent 527fa461c9
commit a069bb0f79
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ builder.ant.lib=${project.dir}/buildjar
build.dir=${project.dir}/Builds
release.branch=trialcs2j
release.tagname=trial.release.${timestamp.isoformat}
release.tagname=trial.release.${timestamp.format}
cs2j.version=not.official.release
cs2j.src.dir=${project.dir}/src

View File

@ -5,7 +5,7 @@
</description>
<tstamp>
<format property="timestamp.isoformat" pattern="yyyy-MM-dd'T'HH:mm:ss" />
<format property="timestamp.format" pattern="yyyy-MM-dd'T'HH'h'mm'm'ss" />
</tstamp>
<property file="${user.home}/${ant.project.name}.build.properties"/>
@ -68,7 +68,7 @@
</git>
</target>
<target name="tagme" description="Optionally, tag current state" if="cs2j.tag.name">
<target name="tagme" description="tag current state">
<git command = "tag" failonerror="true">
<args>
<arg value = "-a"/>