1
0
Fork 0
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:
Martin Oberhuber 2009-09-26 21:36:09 +00:00
parent 1aa628f93b
commit b52abacfcd

View file

@ -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)