ooo-build r14573 - in branches/opensuse-11-1: . patches



Author: tml
Date: Fri Nov 21 20:26:39 2008
New Revision: 14573
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14573&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:
   branches/opensuse-11-1/ChangeLog
   branches/opensuse-11-1/patches/apply.pl.in

Modified: branches/opensuse-11-1/patches/apply.pl.in
==============================================================================
--- branches/opensuse-11-1/patches/apply.pl.in	(original)
+++ branches/opensuse-11-1/patches/apply.pl.in	Fri Nov 21 20:26:39 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]