mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Make full checkout
This commit is contained in:
parent
c7bc6dc223
commit
bc1d03cebd
@ -131,7 +131,7 @@ def load_codesigning_data_from_git(working_dir, repo_url, temp_key_path, branch,
|
|||||||
original_working_dir = os.getcwd()
|
original_working_dir = os.getcwd()
|
||||||
os.chdir(encrypted_working_dir)
|
os.chdir(encrypted_working_dir)
|
||||||
if always_fetch:
|
if always_fetch:
|
||||||
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git fetch'.format(ssh_command=ssh_command))
|
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git fetch --all'.format(ssh_command=ssh_command))
|
||||||
check_run_system('git checkout "{branch}"'.format(branch=branch))
|
check_run_system('git checkout "{branch}"'.format(branch=branch))
|
||||||
if always_fetch:
|
if always_fetch:
|
||||||
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git pull'.format(ssh_command=ssh_command))
|
check_run_system('GIT_SSH_COMMAND="{ssh_command}" git pull'.format(ssh_command=ssh_command))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user