blob: 209600573174763e63027e2734980c1078ee184d [file] [log] [blame]
#!/bin/bash
if [ "$#" -ne 1 ]; then
echo "Illegal number of parameters"
exit 1
fi
BUILD=$1
SRC=/opt/public/jobs/cbi_henshin_$BUILD/workspace/p2updatesite/target/repository
TRG=/home/data/httpd/download.eclipse.org/modeling/emft/henshin/updates/$BUILD
rm -R $TRG/* 2> /dev/null
cp -R $SRC/* $TRG