mirror of https://github.com/apache/maven.git
Don't checksum checksums
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@423023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62a239a4d7
commit
c9b9bf6f52
|
@ -8,7 +8,7 @@ $repocleanhome/repoclean.sh ~/components/maven-meeper/src/bin/repoclean/synchron
|
|||
|
||||
rsync --ignore-existing -rvpl $dest/maven2-repoclean/ $dest/maven2/ > $log
|
||||
|
||||
for f in `cat $log | grep maven-metadata.xml` ; do
|
||||
for f in `cat $log | grep maven-metadata.xml$` ; do
|
||||
md5sum $dest/maven2/$f > $dest/maven2/$f.md5;
|
||||
sha1sum $dest/maven2/$f > $dest/maven2/$f.sha1;
|
||||
md5sum $dest/maven2-repoclean/$f > $dest/maven2-repoclean/$f.md5;
|
||||
|
|
Loading…
Reference in New Issue