1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Bug 359722 - [releng] Provide a zipped repository with TM downloadables

This commit is contained in:
Martin Oberhuber 2011-10-03 15:53:19 +00:00
parent 57ac4f3047
commit 9b9708a574

View file

@ -170,6 +170,9 @@ if [ -f package.count -a "$FILES" != "" ]; then
cd ..
rm -rf bin CVS .cvsignore web/CVS
rm ../TM-repo-*.zip > /dev/null 2>&1
cp $HOME/ws2/org.eclipse.rse.build/template/epl-v10.html .
cp $HOME/ws2/org.eclipse.rse.build/template/notice.html .
chgrp tools.tm epl-v10.html notice.html
zip -r ../TM-repo-${realstamp}.zip .
chgrp tools.tm ../TM-repo-${realstamp}.zip
cd ..