[initial-setup][master/f22-branch][PATCH] Switch to Zanata for translations

Brian C. Lane bcl at redhat.com
Mon Mar 30 23:39:33 UTC 2015


On Mon, Mar 30, 2015 at 07:27:09PM +0200, Martin Kolman wrote:
>  
> +ZANATA_PULL_ARGS = --transdir po/
> +
>  default: all
>  
>  all: po-files
> @@ -77,7 +79,8 @@ potfile:
>  	$(MAKE) -C po potfile
>  
>  po-pull:
> -	tx pull -a
> +	rpm -q zanata-python-client &>/dev/null || ( echo "need to run: dnf install zanata-python-client"; exit 1 )
> +	zanata pull $(ZANATA_PULL_ARGS)

Why no push? without the latest strings you won't get updates.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list