From 7858dbbb0eaa66d79e92469602eeb17309b81648 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Mon, 13 Jan 2014 01:37:39 +0100 Subject: [PATCH] Download only countries.pot to regenerate countries.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a18c65133..d2833dcfe 100755 --- a/setup.py +++ b/setup.py @@ -381,10 +381,10 @@ class picard_update_countries(Command): if not self.skip_pull: txpull_cmd = " ".join([ TXPULL_CMD, - '--all', - '--minimum-perc=5', + '--force', '--resource=musicbrainz.countries', '--source', + '--language=none', ]) log.info("Running %s" % txpull_cmd) retcode = subprocess.call(txpull_cmd, shell=True)