ooo-build r14572 - in trunk: . patches
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14572 - in trunk: . patches
- Date: Fri, 21 Nov 2008 20:22:02 +0000 (UTC)
Author: tml
Date: Fri Nov 21 20:22:01 2008
New Revision: 14572
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14572&view=rev
Log:
2008-11-21 Tor Lillqvist <tml novell com>
* patches/apply.pl.in: Call check_tag() also in the --dry-run
case.
(check_tag): Exit with failure if no matching milestone is found
in OLDEST_SUPPORTED.
Modified:
trunk/ChangeLog
trunk/patches/apply.pl.in
Modified: trunk/patches/apply.pl.in
==============================================================================
--- trunk/patches/apply.pl.in (original)
+++ trunk/patches/apply.pl.in Fri Nov 21 20:22:01 2008
@@ -683,6 +683,7 @@
if ( ! $mws_found ) {
print "Warning: Nothing known about tag '$tag', " .
"please update 'OLDEST_SUPPORTED'.\n";
+ exit (1);
}
}
@@ -1171,6 +1172,7 @@
print_patch_statistics (\%unfiltered_patch_list);
}
} else {
+ check_tag();
for my $patch (@Patches) {
print $patch, "\n";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]