search for: 7512d63b

Displaying 2 results from an estimated 2 matches for "7512d63b".

2019 Dec 18
2
[v2v PATCH] po: do not extract tests
...po/POTFILES-ml: configure.ac grep -v '^common/mlprogress/' | \ grep -v '^common/mlvisit/' | \ grep -v '^v2v/config.ml$$' | \ + grep -v -E '.*_tests\.ml$$' | \ LC_ALL=C sort > $@-t mv $@-t $@ diff --git a/po/POTFILES-ml b/po/POTFILES-ml index dae9bd1a..7512d63b 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -3,32 +3,23 @@ common/mlcustomize/customize_cmdline.ml common/mlcustomize/firstboot.ml common/mlgettext/common_gettext.ml common/mlpcre/PCRE.ml -common/mlpcre/pcre_tests.ml common/mlstdutils/guestfs_config.ml common/mlstdutils/std_utils.ml -c...
2020 Jan 09
0
Re: [v2v PATCH] po: do not extract tests
...'^common/mlprogress/' | \ > grep -v '^common/mlvisit/' | \ > grep -v '^v2v/config.ml$$' | \ > + grep -v -E '.*_tests\.ml$$' | \ > LC_ALL=C sort > $@-t > mv $@-t $@ > > diff --git a/po/POTFILES-ml b/po/POTFILES-ml > index dae9bd1a..7512d63b 100644 > --- a/po/POTFILES-ml > +++ b/po/POTFILES-ml > @@ -3,32 +3,23 @@ common/mlcustomize/customize_cmdline.ml > common/mlcustomize/firstboot.ml > common/mlgettext/common_gettext.ml > common/mlpcre/PCRE.ml > -common/mlpcre/pcre_tests.ml > common/mlstdutils/guestfs_conf...