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:
parent
527fa461c9
commit
a069bb0f79
@ -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
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user