don't mail on an innocuous sync

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@560871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-07-30 05:28:52 +00:00
parent f5f4a227e1
commit 241188dc3c
1 changed files with 15 additions and 11 deletions

View File

@ -180,6 +180,9 @@ sub runRsync()
{
my @details = split;
# TODO: fix hardcoding
if ( ! ( $details[1] eq "home/maven/repository-staging/to-ibiblio/maven/." ) )
{
print REPORT "<tr>" . "\n";
print REPORT "<td>" . $details[1] . "</td>" . "\n";
@ -192,6 +195,7 @@ sub runRsync()
$sendMail = 1;
}
}
else
{
$rawReportText = $rawReportText . $_;