Skip to content

Commit

Permalink
Change --skip-tx to --skip-zanata in scratch-bumpver
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Mar 6, 2015
1 parent 61f0488 commit 438837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -77,7 +77,7 @@ scratch-bumpver: po-empty
if [ ! -z "$(BZDEBUG)" ]; then \
opts="$${opts} -d" ; \
fi ; \
( cd $(srcdir) && scripts/makebumpver --skip-tx $${opts} ) || exit 1 ; \
( cd $(srcdir) && scripts/makebumpver --skip-zanata $${opts} ) || exit 1 ; \
$(MAKE) -C po $(PACKAGE_NAME).pot-update ;

release:
Expand Down

0 comments on commit 438837f

Please sign in to comment.