[master/f21-branch] [PATCH] Force translation files download instead of skipping them (#1169023)

Martin Kolman mkolman at redhat.com
Mon Dec 1 11:24:51 UTC 2014


On Mon, 2014-12-01 at 10:08 +0100, Vratislav Podzimek wrote:
> It seems that 'tx pull' by default skips "already downloaded" files without
> checking them in any way. Thus it easily happens that totally wrong translation
> files (even from a different branch) are used instead of the new proper ones.
> 
> We don't pull translations that often so that we would need to avoid unnecessary
> downloads for the price of easily getting wrong translations in builds and we
> should thus force translations file downloads.
> 
> Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 3edfa49..dcc6eed 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -44,7 +44,7 @@ dist_sbin_SCRIPTS     = anaconda
>  
>  ARCHIVE_TAG   = $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE)
>  
> -TX_PULL_ARGS = -a --disable-overwrite
> +TX_PULL_ARGS = -a -f
>  TX_PUSH_ARGS = -s
>  
>  INSTALLATION_GUIDE_REPO_URL = git://git.fedorahosted.org/git/docs/install-guide.git
Looks good to me, ACK!



More information about the anaconda-patches mailing list