use list of args, push terraria server api update to submodule thingy
This commit is contained in:
parent
36fc211dc2
commit
7e8e1f245e
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 886d5eeb3342d8436f5819d731ae0c8b947955de
|
Subproject commit 92aeb65461a164c5a715dd72e8fc7a6e3dfbb24b
|
||||||
|
|
@ -89,8 +89,8 @@ def delete_files():
|
||||||
os.chdir(cur_wd)
|
os.chdir(cur_wd)
|
||||||
|
|
||||||
def update_terraria_source():
|
def update_terraria_source():
|
||||||
subprocess.check_call('/usr/bin/git submodule init')
|
subprocess.check_call(['/usr/bin/git', 'submodule', 'init'])
|
||||||
subprocess.check_call('/usr/bin/git submodule update')
|
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
||||||
|
|
||||||
def build_software():
|
def build_software():
|
||||||
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue