mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Add rename_build.sh
This commit is contained in:
parent
1aa628f93b
commit
b52abacfcd
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ for x in `ls` ; do
|
|||
index.php|buildNotes.php)
|
||||
cat ${x} | sed -e "s,/${srcVer},/${tgtDir},g" \
|
||||
-e "s,${srcVer},${tgtVer},g" \
|
||||
-e "/Build/s,Integration|Maintenance,${tgtBuild},g" \
|
||||
-e "/TM/s,Integration,${tgtBuild},g" \
|
||||
-e "/TM/s,Maintenance,${tgtBuild},g" \
|
||||
-e "/TM/s,Stable,${tgtBuild},g" \
|
||||
> ../${tgtDir}/${x}
|
||||
;;
|
||||
package.count)
|
||||
|
|
Loading…
Add table
Reference in a new issue