[PATCH 5/6] Change --skip-tx to --skip-zanata in scratch-bumpver

Chris Lumens clumens at redhat.com
Wed May 20 14:43:27 UTC 2015


From: "Brian C. Lane" <bcl at redhat.com>

Related: rhbz#1196721
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6b4214d..a965870 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,8 +82,8 @@ scratch-bumpver: po-empty get-help
 	if [ ! -z "$(SKIP_ACKS)" ]; then \
 		opts="$${opts} -s" ; \
 	fi ; \
-	( cd $(srcdir) && scripts/makebumpver $${opts} ) || exit 1 ; \
-	$(MAKE) -C po $(PACKAGE_NAME).pot-update ; 
+	( cd $(srcdir) && scripts/makebumpver --skip-zanata $${opts} ) || exit 1 ; \
+	$(MAKE) -C po $(PACKAGE_NAME).pot-update
 
 release: get-help
 	$(MAKE) dist && $(MAKE) tag && git checkout -- $(srcdir)/po/$(PACKAGE_NAME).pot
-- 
2.2.2



More information about the anaconda-patches mailing list