Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1430 from johngian/fix-chief-svn
Browse files Browse the repository at this point in the history
Replace svn references in update script.
  • Loading branch information
johngian committed Apr 5, 2016
2 parents becd2ee + 3fe2887 commit 40bcfda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/update/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ def update_info(ctx, tag):
ctx.local('which python')
ctx.local('python manage.py migrate --list')
with ctx.lcd('locale'):
ctx.local('svn info')
ctx.local('svn status')
ctx.local('git remote -v')
ctx.local('git log -1')
ctx.local('git status')


@task
Expand Down

0 comments on commit 40bcfda

Please sign in to comment.