This commit is contained in:
Bert van der Weerd 2021-07-01 17:26:49 +02:00
parent c8aa37f13b
commit 90f2c3d0ca
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -195,10 +195,7 @@ def execute_fetch():
leave_srcdir()
elif options.src == 'gecko-dev':
exec("rm -rf gecko-dev")
exec("git clone --no-checkout --recursive --depth=1 https://github.com/mozilla/gecko-dev.git")
enter_srcdir()
exec("git checkout")
leave_srcdir()
exec("git clone --depth=1 https://github.com/mozilla/gecko-dev.git")
def execute_extract():
if options.src == 'release':