mirror of https://github.com/apache/archiva.git
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:
parent
f5f4a227e1
commit
241188dc3c
|
@ -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 . $_;
|
||||
|
|
Loading…
Reference in New Issue