mirror of https://github.com/apache/maven.git
Use full path to svn
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
896baf2832
commit
bb070c258b
|
@ -30,7 +30,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
src=/home/projects/maven/repository-staging/pom-svn-repository
|
||||
dest=/home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||
cd $src
|
||||
svn update
|
||||
/usr/local/subversion/bin/svn update
|
||||
rsync -e ssh -v -rpt --exclude=.svn --exclude=updated-poms.log $src/ $dest/ > updated-poms.log
|
||||
for f in `grep .pom updated-poms.log` ; do md5sum $dest/$f > $dest/$f.md5 ; sha1sum $dest/$f > $dest/$f.sha1; done
|
||||
retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
||||
|
|
Loading…
Reference in New Issue