config: additional fixes

This commit is contained in:
Roman Ivanov 2016-01-31 07:29:53 -08:00
parent 4aa091e634
commit e0efddef62
1 changed files with 4 additions and 2 deletions

View File

@ -32,13 +32,15 @@ EOF
##############################
$RELEASE=6.15
RELEASE=6.15
git checkout checkstyle-$RELEASE
mvn -Passembly clean package
$FRS_PATH=/home/frs/project/checkstyle/checkstyle/$RELEASE
FRS_PATH=/home/frs/project/checkstyle/checkstyle/$RELEASE
ssh romanivanov,checkstyle@shell.sourceforge.net "mkdir -p $FRS_PATH"
scp target/*.jar romanivanov@frs.sourceforge.net:$FRS_PATH
scp target/*.tar.gz romanivanov@frs.sourceforge.net:$FRS_PATH
scp target/*.zip romanivanov@frs.sourceforge.net:$FRS_PATH
git checkout master