1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

Set up tags to run against /cvsroot instead of ext. The builds are run on build.eclipse.org which has direct access. This eliminates the need to use my user id.

This commit is contained in:
Doug Schaefer 2007-06-13 20:14:37 +00:00
parent 7139e917af
commit d40222b9e5

View file

@ -210,8 +210,7 @@
</target>
<target name="tagone">
<cvs cvsroot=":ext:dschaefer@dev.eclipse.org:/cvsroot/tools" cvsrsh="ssh"
command="rtag ${tagbranch} ${tagname} ${tagmodule}"/>
<cvs cvsroot="/cvsroot/tools" command="rtag ${tagbranch} ${tagname} ${tagmodule}"/>
</target>
<target name="tag" depends="init">