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:
parent
7139e917af
commit
d40222b9e5
1 changed files with 1 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue