forked from KolibriOS/kolibrios
[KERNEL][TEST] Do not checkout trunk brranch of UMKa
git-svn-id: svn://kolibrios.org@9419 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
64086ffda0
commit
03d859336e
@ -309,9 +309,6 @@ def download_umka():
|
||||
print("Couldn't clone UMKa repo")
|
||||
exit()
|
||||
os.chdir("umka")
|
||||
if os.system("git checkout trunk") != 0:
|
||||
print("Couldn't checkout trunk branch of UMKa")
|
||||
exit()
|
||||
os.system("git pull")
|
||||
os.chdir("../")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user