mirror of https://github.com/apache/maven.git
o updating for new maven home, the syncopate stuff should pull an envar ...
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87c380b36c
commit
0eb64164ca
|
@ -2,8 +2,8 @@
|
|||
|
||||
GROUPID=$1
|
||||
|
||||
basesrc=/home/projects/maven/repository-staging/pom-svn-repository
|
||||
basedest=/home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||
basesrc=$HOME/maven/repository-staging/pom-svn-repository
|
||||
basedest=$HOME/maven/repository-staging/to-ibiblio/maven2
|
||||
|
||||
|
||||
if [ ! -z $GROUPID ]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "`hostname`" == "beaver.codehaus.org" ]; then
|
||||
cp ibiblio-htaccess /home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess
|
||||
cp ibiblio-htaccess $HOME/maven/repository-staging/to-ibiblio/maven/.htaccess
|
||||
else
|
||||
scp ibiblio-htaccess maven@beaver.codehaus.org:/home/projects/maven/repository-staging/to-ibiblio/maven/.htaccess
|
||||
scp ibiblio-htaccess maven@beaver.codehaus.org:$HOME/maven/repository-staging/to-ibiblio/maven/.htaccess
|
||||
fi
|
||||
|
||||
scp ibiblio-htaccess maven@login.ibiblio.org:/public/html/maven/.htaccess
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -x
|
||||
|
||||
svnlook=/usr/local/subversion/bin/svnlook
|
||||
repos=/home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||
repos=$HOME/maven/repository-staging/to-ibiblio/maven2
|
||||
|
||||
# TODO: handle deletions
|
||||
$svnlook changed -r $2 $1 | egrep '\.pom$' | while read t1 t2
|
||||
|
|
|
@ -9,7 +9,7 @@ if [ ! -z "$RUNNING" ]; then
|
|||
fi
|
||||
|
||||
|
||||
TOOLS_BASE=/home/projects/maven/repository-tools
|
||||
TOOLS_BASE=$HOME/maven/repository-tools
|
||||
(
|
||||
cd $TOOLS_BASE/syncopate
|
||||
./sync
|
||||
|
@ -26,7 +26,7 @@ retval=$?; if [ $retval != 0 ]; then exit $retval; fi
|
|||
|
||||
|
||||
# hack prevent commons-logging-1.1-dev
|
||||
CL=/home/projects/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
|
||||
CL=$HOME/maven/repository-staging/to-ibiblio/maven2/commons-logging/commons-logging
|
||||
rm -rf $CL/1.1-dev
|
||||
grep -v 1.1-dev $CL/maven-metadata.xml > $CL/maven-metadata.xml.tmp
|
||||
mv $CL/maven-metadata.xml.tmp $CL/maven-metadata.xml
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[syncopate]
|
||||
repoDirectory=/home/projects/maven/repository-staging/to-ibiblio/maven
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/projects/maven/repository-tools/syncopate/exclusions.txt
|
||||
repoDirectory=/home/maven/repository-staging/to-ibiblio/maven
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only --exclude-from=/home/maven/repository-tools/syncopate/exclusions.txt
|
||||
rsyncUser=rsync
|
||||
|
||||
reportUrl=http://test.maven.codehaus.org/reports/syncopate
|
||||
reportDirectory=/home/projects/maven/repository-staging/to-ibiblio/reports/syncopate
|
||||
reportDirectory=/home/maven/repository-staging/to-ibiblio/reports/syncopate
|
||||
smtpServer=mail.maven.org
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
src=/home/projects/maven/repository-staging/pom-svn-repository
|
||||
dest=/home/projects/maven/repository-staging/to-ibiblio/maven2
|
||||
src=$HOME/maven/repository-staging/pom-svn-repository
|
||||
dest=$HOME/maven/repository-staging/to-ibiblio/maven2
|
||||
|
||||
/usr/local/subversion/bin/svn update $src
|
||||
|
||||
|
|
Loading…
Reference in New Issue