mirror of https://github.com/apache/maven.git
commit outstanding changes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
16ea6ce332
commit
6872f9eaa2
|
@ -1,9 +1,10 @@
|
|||
[info]
|
||||
id = apache
|
||||
name = Apache Software Foundation
|
||||
contact = repository@apache.org
|
||||
#contact = repository@apache.org
|
||||
contact = carlos@apache.org
|
||||
|
||||
[host]
|
||||
address=www.apache.org
|
||||
address=minotaur.apache.org
|
||||
directory=/www/www.apache.org/dist/java-repository
|
||||
rsyncUser=jvanzyl
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[info]
|
||||
id = maven-plugins-sf
|
||||
name = Maven Plugins @ SourceForge
|
||||
contact = maven-plugins-developer@lists.sourceforge.net
|
||||
#contact = maven-plugins-developer@lists.sourceforge.net
|
||||
contact = carlos@apache.org
|
||||
|
||||
[host]
|
||||
address=shell.sourceforge.net
|
||||
|
|
|
@ -78,7 +78,7 @@ sub syncSource()
|
|||
$repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" );
|
||||
}
|
||||
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
my $cmd = "rsync $standardOptions $options --rsh=\"ssh -T -v -l $rsyncUser\" $address:$directory/ $repoDirectory";
|
||||
|
||||
runRsync( $cmd, $sourceConfiguration );
|
||||
}
|
||||
|
@ -199,11 +199,18 @@ sub runRsync()
|
|||
|
||||
close( RAW_REPORT );
|
||||
|
||||
$rawReportText = $rawReportText . "\n\nYou can view the syncronization reports for today here: \n\n";
|
||||
if ( $rawReportText )
|
||||
|
||||
{
|
||||
|
||||
$rawReportText = $rawReportText . "\n\nYou can view the syncronization reports for today here: \n\n";
|
||||
|
||||
$rawReportText = $rawReportText . $reportUrl . "/" . $dir;
|
||||
$rawReportText = $rawReportText . $reportUrl . "/" . $dir;
|
||||
|
||||
notify( $sourceConfiguration, $reportName, $rawReportText );
|
||||
notify( $sourceConfiguration, $reportName, $rawReportText );
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
sub date
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[syncopate]
|
||||
repoDirectory=/home/projects/maven/repository/ibiblio-v1
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only
|
||||
options=--log-format="artifact %f %l %t" -rvl -L --size-only -q
|
||||
rsyncUser=rsync
|
||||
|
||||
reportUrl=http://repo1.maven.org/reports
|
||||
reportDirectory=/home/projects/maven/repository/ibiblio-v1
|
||||
reportDirectory=/home/projects/maven/repository/ibiblio-v1/.maven
|
||||
smtpServer=mail.maven.org
|
||||
|
|
Loading…
Reference in New Issue