mirror of https://github.com/apache/maven.git
Fix the environment and quotes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@376900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5480ea3ed2
commit
ab127a4a05
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo This script is very temporary. Please validate all input files in the apache repository before blindly copying them in.
|
||||
echo This script is very temporary. Please validate all input files in the source repository before blindly copying them in.
|
||||
echo Ensure all artifacts have a valid POM, and are signed used PGP.
|
||||
echo This will be removed when the repository manager is in place.
|
||||
|
||||
|
@ -14,5 +14,5 @@ fi
|
|||
|
||||
cd $HOME/repository-staging/to-ibiblio/maven2
|
||||
CMD="rsync --exclude="README.txt" -e ssh $OPTS -avz $FROM $TO"
|
||||
echo Syncing $FROM -> $TO
|
||||
$CMD
|
||||
echo "Syncing $FROM -> $TO"
|
||||
source $CMD
|
||||
|
|
Loading…
Reference in New Issue