use list of args, push terraria server api update to submodule thingy

This commit is contained in:
Zack Piispanen 2013-11-23 18:25:25 -05:00
parent 36fc211dc2
commit 7e8e1f245e
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 886d5eeb3342d8436f5819d731ae0c8b947955de
Subproject commit 92aeb65461a164c5a715dd72e8fc7a6e3dfbb24b

View file

@ -89,8 +89,8 @@ def delete_files():
os.chdir(cur_wd)
def update_terraria_source():
subprocess.check_call('/usr/bin/git submodule init')
subprocess.check_call('/usr/bin/git submodule update')
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
def build_software():
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])