After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654708 - KeyError: 'nice_buildinstallprog'
KeyError: 'nice_buildinstallprog'
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks: 653102
 
 
Reported: 2011-07-15 23:29 UTC by Craig Keogh
Modified: 2011-07-16 09:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Craig Keogh 2011-07-15 23:29:11 UTC
Attempting:

jhbuild tinderbox -a

I: unknown keys defined in configuration file: installprog, nice_build
Traceback (most recent call last):
  • File "/home/oxyde/.local/bin/jhbuild", line 31 in <module>
    jhbuild.main.main(sys.argv[1:])
  • File "/home/oxyde/gnome/jhbuild/jhbuild/main.py", line 130 in main
    config = jhbuild.config.Config(options.configfile)
  • File "/home/oxyde/gnome/jhbuild/jhbuild/config.py", line 195 in __init__
    self.load()
  • File "/home/oxyde/gnome/jhbuild/jhbuild/config.py", line 265 in load
    setattr(self, name, config[name])
KeyError: 'nice_buildinstallprog'