Closed
Bug 1177337
Opened 10 years ago
Closed 10 years ago
mach.base.MachError: Cannot register a command to an undefined category: taskcluster-decision -> ci
Categories
(Firefox OS Graveyard :: General, defect)
Firefox OS Graveyard
General
Tracking
(firefox41 affected)
RESOLVED
DUPLICATE
of bug 1177458
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: allstars.chh, Unassigned)
References
Details
I run the mach under B2G folder.
B2G>./mach
Traceback (most recent call last):
File "./mach", line 28, in <module>
mach = load_mach(dir_path)
File "./mach", line 21, in load_mach
return mach_b2g_bootstrap.bootstrap(b2g_home)
File "/home/allstars/src/github/mozilla-b2g/B2G_emu/tools/mach_b2g_bootstrap.py", line 279, in bootstrap
mach.load_commands_from_file(os.path.join(b2g_home, path))
File "/home/allstars/src/github/mozilla-b2g/B2G_emu/gecko/python/mach/mach/main.py", line 258, in load_commands_from_file
imp.load_source(module_name, path)
File "/home/allstars/src/github/mozilla-b2g/B2G_emu/gecko/testing/taskcluster/mach_commands.py", line 123, in <module>
class DecisionTask(object):
File "/home/allstars/src/github/mozilla-b2g/B2G_emu/gecko/python/mach/mach/decorators.py", line 167, in CommandProvider
Registrar.register_command_handler(command)
File "/home/allstars/src/github/mozilla-b2g/B2G_emu/gecko/python/mach/mach/registrar.py", line 36, in register_command_handler
'category: %s -> %s' % (name, handler.category))
mach.base.MachError: Cannot register a command to an undefined category: taskcluster-decision -> ci
Comment 1•10 years ago
|
||
This is a bug in the mozilla-b2g repo's mach script.
Component: mach → General
Product: Core → Firefox OS
Version: Trunk → unspecified
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•