Bug 1097246 - Part2 - Added m-c, try, cedar configs r=lightsofapollo

This commit is contained in:
Gregory Arndt
2014-12-23 12:29:39 -06:00
parent 6bb572d7b6
commit 018c63768c
6 changed files with 517 additions and 6 deletions

View File

@@ -37,7 +37,9 @@ REGISTRY = open(os.path.join(DOCKER_ROOT, 'REGISTRY')).read().strip()
DEFINE_TASK = 'queue:define-task:aws-provisioner/{}'
DEFAULT_TRY = 'try: -b do -p all -u all'
DEFAULT_JOB_PATH = os.path.join(ROOT, 'tasks', 'job_flags.yml')
DEFAULT_JOB_PATH = os.path.join(
ROOT, 'tasks', 'branches', 'mozilla-central', 'job_flags.yml'
)
def get_hg_url():
''' Determine the url for the mercurial repository'''