зеркало из https://github.com/mozilla/pjs.git
whops forgot a '}', code did not compile.
This commit is contained in:
Родитель
28cdf792e4
Коммит
2f60f8f710
|
@ -7,8 +7,8 @@
|
|||
# the build was and display a link to the build log.
|
||||
|
||||
|
||||
# $Revision: 1.28 $
|
||||
# $Date: 2002-04-25 00:13:48 $
|
||||
# $Revision: 1.29 $
|
||||
# $Date: 2002-04-25 00:31:30 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
|
||||
# $Name: $
|
||||
|
@ -805,13 +805,18 @@ sub apply_db_updates {
|
|||
($different_builds) &&
|
||||
($separation < $safe_separation)
|
||||
) {
|
||||
|
||||
print LOG (
|
||||
"Not enough separation between builds. ".
|
||||
"separation: $separation tree: $tree build: $build \n".
|
||||
"");
|
||||
|
||||
# Remove old entry
|
||||
shift @{ $DATABASE{$tree}{$build}{'recs'} };
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
# Is this report for the same build as the [0] entry? If so we do not
|
||||
# want two entries for the same build. Must throw out either
|
||||
# update or record in the database.
|
||||
|
|
Загрузка…
Ссылка в новой задаче