Create staging/upload directory automatically

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5418 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-02-16 23:18:30 +00:00
parent f38f47a8f0
commit 722e7a4893
2 changed files with 4 additions and 0 deletions

View File

@ -38,4 +38,6 @@ else
cat shorewall-${1}/releasenotes.txt > releasenotes.txt
fi
ssh ${DEST%%:*} mkdir -p ${DEST#*:}
scp -r errata known_problems.txt patch-$1 ${1}.* releasenotes.txt shorewall*${1}*.tgz* shorewall*${1}*.bz2* $rpm $literpm $DEST

View File

@ -41,4 +41,6 @@ else
cat shorewall-${1}/releasenotes.txt > releasenotes.txt
fi
ssh ${DEST%%:*} mkdir -p ${DEST#*:}
scp -r errata known_problems.txt patch-$1 ${1}.* releasenotes.txt shorewall*${1}*.tgz* shorewall*${1}*.bz2* $rpm $literpm $DEST