summaryrefslogtreecommitdiffstats
path: root/maven-meeper
diff options
context:
space:
mode:
Diffstat (limited to 'maven-meeper')
-rwxr-xr-xmaven-meeper/src/bin/synchronize/syncopate/sync18
1 files changed, 11 insertions, 7 deletions
diff --git a/maven-meeper/src/bin/synchronize/syncopate/sync b/maven-meeper/src/bin/synchronize/syncopate/sync
index af682fbe6..204dfbd40 100755
--- a/maven-meeper/src/bin/synchronize/syncopate/sync
+++ b/maven-meeper/src/bin/synchronize/syncopate/sync
@@ -179,18 +179,22 @@ sub runRsync()
if ( /^artifact/ )
{
my @details = split;
+
+ # TODO: fix hardcoding
+ if ( ! ( $details[1] eq "home/maven/repository-staging/to-ibiblio/maven/." ) )
+ {
+ print REPORT "<tr>" . "\n";
- print REPORT "<tr>" . "\n";
-
- print REPORT "<td>" . $details[1] . "</td>" . "\n";
+ print REPORT "<td>" . $details[1] . "</td>" . "\n";
- print REPORT "<td>" . $details[2] . "</td>" . "\n";
+ print REPORT "<td>" . $details[2] . "</td>" . "\n";
- print REPORT "<td>" . $details[3] . " " . $details[4] . "</td>" . "\n";
+ print REPORT "<td>" . $details[3] . " " . $details[4] . "</td>" . "\n";
- print REPORT "</tr>" . "\n";
+ print REPORT "</tr>" . "\n";
- $sendMail = 1;
+ $sendMail = 1;
+ }
}
else
{