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

Vratislav Podzimek vpodzime at redhat.com
Mon Dec 1 09:08:44 UTC 2014


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
-- 
1.9.3



More information about the anaconda-patches mailing list