blob: 0ad4b95ab6426d790fa0f36eed0c5cd0e9d480d5 [file] [log] [blame]
# Get all the files for the Europamatic build
# on the build.eclipse.org machine.
# This script should be "copied up" and ran from a
# directory "above" the main working directory of
# org.eclipse.europa.europamatic
# this is typically the users $HOME/europa/ directory
rm -fr org.eclipse.europa.europamatic
cvs -Q -f -d /cvsroot/callisto export -r HEAD org.eclipse.europa.europamatic
mv org.eclipse.europa.europamatic/build/build.eclipse.org.local.properties org.eclipse.europa.europamatic/build/local.properties
chmod -R +x org.eclipse.europa.europamatic/*.sh
chmod -R +x org.eclipse.europa.europamatic/**/*.sh
cp org.eclipse.europa.europamatic/getEuropaToolsFromCVS.sh .
echo " cd org.eclipse.europa.europamatic/build/"
echo " screen -dmS europa"
echo " ./runAll.sh -clean 2>&1 | tee ~/europa/out.txt"
echo " "