Acknowledge new devtools location in mozilla en-US script

This commit is contained in:
Matjaž Horvat 2015-12-15 00:40:07 +01:00
Родитель 37eec22358
Коммит ddac9cd327
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -12,8 +12,10 @@ import subprocess
TARGET_REPOS = {
'firefox': {
'folders': [
'browser', 'browser/branding/official', 'dom', 'netwerk',
'security/manager', 'services/sync', 'toolkit', 'webapprt',
'browser', 'browser/branding/official',
'devtools/client', 'devtools/shared',
'dom', 'netwerk', 'security/manager',
'services/sync', 'toolkit', 'webapprt',
],
'source': 'mozilla',
},
@ -131,6 +133,8 @@ for channel in ['aurora', 'beta']:
if os.path.exists(destination):
shutil.rmtree(destination)
# Needed temporarily because devtools aren't moved in beta yet
if os.path.exists(origin):
shutil.copytree(origin, destination)
# Commit and push target repositories