comparison talosnames/api.py @ 69:25812a846d24

update to new location;
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 13 Dec 2012 11:06:13 -0800
parents 78e72729582e
children
comparison
equal deleted inserted replaced
68:78e72729582e 69:25812a846d24
30 buildbot_config = 'http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla-tests/config.py' 30 buildbot_config = 'http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla-tests/config.py'
31 localconfig = 'http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla-tests/production_config.py' 31 localconfig = 'http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla-tests/production_config.py'
32 32
33 # mapping file from builbot-configs name to tbpl codes: 33 # mapping file from builbot-configs name to tbpl codes:
34 # http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/js/Config.js 34 # http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/js/Config.js
35 tbpl_map = 'http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/raw-file/tip/js/Data.js' 35 tbpl_map = 'https://hg.mozilla.org/webtools/tbpl/raw-file/tip/js/Data.js'
36 36
37 tables = {'os_list': '(id, name text)', 37 tables = {'os_list': '(id, name text)',
38 'branches': '(id, name text)', 38 'branches': '(id, name text)',
39 'machines': '(id, os_id int, is_throttling int, cpu_speed text, name text, is_active int, date_added int)', 39 'machines': '(id, os_id int, is_throttling int, cpu_speed text, name text, is_active int, date_added int)',
40 'pagesets': '(id, name text)', 40 'pagesets': '(id, name text)',