mirror of https://github.com/apache/archiva.git
o look at a depth of 1 to exclude the directory of non-automated scripts
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@468012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e641610cb5
commit
6354c84c82
|
@ -27,7 +27,7 @@ BASEDIR=$HOME/repository-staging/to-ibiblio/maven2
|
||||||
CHANGED_LOG=/tmp/sync-changed.log
|
CHANGED_LOG=/tmp/sync-changed.log
|
||||||
rm $CHANGED_LOG
|
rm $CHANGED_LOG
|
||||||
|
|
||||||
for f in `find conf -iname "*.sh"`
|
for f in `find conf -maxdepth 1 -iname "*.sh"`
|
||||||
do
|
do
|
||||||
|
|
||||||
FROM=
|
FROM=
|
||||||
|
|
Loading…
Reference in New Issue