brett 2005/03/28 16:10:35
Modified: maven-meeper/src/bin/syncopate sync syncopate.conf
maven-meeper/src/bin/syncopate/conf apache.conf
maven-plugins-sf.conf
Log:
commit outstanding changes
Revision Changes Path
1.3 +11 -4 maven-components/maven-meeper/src/bin/syncopate/sync
Index: sync
===================================================================
RCS file: /home/cvs/maven-components/maven-meeper/src/bin/syncopate/sync,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sync 30 Jan 2005 00:17:41 -0000 1.2
+++ sync 29 Mar 2005 00:10:35 -0000 1.3
@@ -78,7 +78,7 @@
$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 @@
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.3 +2 -2
maven-components/maven-meeper/src/bin/syncopate/syncopate.conf
Index: syncopate.conf
===================================================================
RCS file:
/home/cvs/maven-components/maven-meeper/src/bin/syncopate/syncopate.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syncopate.conf 30 Jan 2005 00:38:36 -0000 1.2
+++ syncopate.conf 29 Mar 2005 00:10:35 -0000 1.3
@@ -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
1.4 +3 -2
maven-components/maven-meeper/src/bin/syncopate/conf/apache.conf
Index: apache.conf
===================================================================
RCS file:
/home/cvs/maven-components/maven-meeper/src/bin/syncopate/conf/apache.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apache.conf 5 Feb 2005 20:18:35 -0000 1.3
+++ apache.conf 29 Mar 2005 00:10:35 -0000 1.4
@@ -1,9 +1,10 @@
[info]
id = apache
name = Apache Software Foundation
-contact = [EMAIL PROTECTED]
+#contact = [EMAIL PROTECTED]
+contact = [EMAIL PROTECTED]
[host]
-address=www.apache.org
+address=minotaur.apache.org
directory=/www/www.apache.org/dist/java-repository
rsyncUser=jvanzyl
1.3 +2 -1
maven-components/maven-meeper/src/bin/syncopate/conf/maven-plugins-sf.conf
Index: maven-plugins-sf.conf
===================================================================
RCS file:
/home/cvs/maven-components/maven-meeper/src/bin/syncopate/conf/maven-plugins-sf.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven-plugins-sf.conf 31 Jan 2005 22:50:53 -0000 1.2
+++ maven-plugins-sf.conf 29 Mar 2005 00:10:35 -0000 1.3
@@ -1,7 +1,8 @@
[info]
id = maven-plugins-sf
name = Maven Plugins @ SourceForge
-contact = [EMAIL PROTECTED]
+#contact = [EMAIL PROTECTED]
+contact = [EMAIL PROTECTED]
[host]
address=shell.sourceforge.net