Skip to content
This repository was archived by the owner on Jul 13, 2018. It is now read-only.

Commit fd837ae

Browse files
committed
Remove update_geodb task
1 parent 9ad9392 commit fd837ae

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

bin/update/update.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ def update_info(ctx, ref='origin/master'):
4646
ctx.local("/bin/bash -c 'source /etc/bash_completion.d/git && __git_ps1'")
4747

4848

49-
@task
50-
def update_geodb(ctx):
51-
with ctx.lcd(settings.SRC_DIR):
52-
ctx.local('%s manage.py download_db' % settings.PYTHON)
53-
ctx.local('rm -f GeoIP.dat.gz')
54-
55-
5649
@task
5750
def checkin_changes(ctx):
5851
ctx.local(settings.DEPLOY_SCRIPT)
@@ -88,7 +81,6 @@ def deploy(ctx):
8881
def pre_update(ctx, ref=settings.UPDATE_REF):
8982
ctx.local('date')
9083
update_code(ref)
91-
update_geodb()
9284
update_info(ref)
9385

9486

0 commit comments

Comments
 (0)