mirror of https://github.com/apache/maven.git
Use new repo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b5de881683
commit
cfc9ee7610
|
@ -7,7 +7,7 @@ VERSION=$2
|
|||
|
||||
WORKDIR=bundle.tmp
|
||||
# repo dir relative to WORKDIR
|
||||
REPODIR=../repository
|
||||
REPODIR=$HOME/repository/ibiblio-v1
|
||||
|
||||
rm -rf $WORKDIR > /dev/null 2>&1
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[syncopate]
|
||||
repoDirectory=/public/html/maven
|
||||
repoDirectory=/home/projects/maven/repository/ibiblio-v1
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only
|
||||
rsyncUser=rsync
|
||||
|
||||
reportUrl=http://www.ibiblio.org/maven/reports
|
||||
reportDirectory=/public/html/maven/reports
|
||||
reportUrl=http://repo1.maven.org/reports
|
||||
reportDirectory=/home/projects/maven/repository/ibiblio-v1
|
||||
smtpServer=mail.maven.org
|
||||
|
|
Loading…
Reference in New Issue