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:
Brett Leslie Porter 2005-03-29 00:10:35 +00:00
parent 16ea6ce332
commit 6872f9eaa2
4 changed files with 18 additions and 9 deletions

View File

@ -1,9 +1,10 @@
[info] [info]
id = apache id = apache
name = Apache Software Foundation name = Apache Software Foundation
contact = repository@apache.org #contact = repository@apache.org
contact = carlos@apache.org
[host] [host]
address=www.apache.org address=minotaur.apache.org
directory=/www/www.apache.org/dist/java-repository directory=/www/www.apache.org/dist/java-repository
rsyncUser=jvanzyl rsyncUser=jvanzyl

View File

@ -1,7 +1,8 @@
[info] [info]
id = maven-plugins-sf id = maven-plugins-sf
name = Maven Plugins @ SourceForge name = Maven Plugins @ SourceForge
contact = maven-plugins-developer@lists.sourceforge.net #contact = maven-plugins-developer@lists.sourceforge.net
contact = carlos@apache.org
[host] [host]
address=shell.sourceforge.net address=shell.sourceforge.net

View File

@ -78,7 +78,7 @@ sub syncSource()
$repoDirectory = $sourceConfiguration->val( "host", "repoDirectory" ); $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 ); runRsync( $cmd, $sourceConfiguration );
} }
@ -199,11 +199,18 @@ sub runRsync()
close( RAW_REPORT ); 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 sub date

View File

@ -1,8 +1,8 @@
[syncopate] [syncopate]
repoDirectory=/home/projects/maven/repository/ibiblio-v1 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 rsyncUser=rsync
reportUrl=http://repo1.maven.org/reports 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 smtpServer=mail.maven.org