ooo-build r14558 - in trunk: . patches
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14558 - in trunk: . patches
- Date: Thu, 20 Nov 2008 12:38:24 +0000 (UTC)
Author: tml
Date: Thu Nov 20 12:38:23 2008
New Revision: 14558
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14558&view=rev
Log:
2008-11-20 Tor Lillqvist <tml novell com>
* patches/apply.pl.in: With --dry-run, print out the patches that
would be used for the distro and tag in question.
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 Thu Nov 20 12:38:23 2008
@@ -1140,7 +1140,9 @@
print_patch_statistics (\%unfiltered_patch_list);
}
} else {
- printf "Dry-run: exiting before applying patches\n";
+ for my $patch (@Patches) {
+ print $patch, "\n";
+ }
}
} elsif ($export) {
export_series();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]