Closed
Bug 1221686
Opened 10 years ago
Closed 8 years ago
BBB `setup.py sdist` creates invalid sdist
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Unassigned)
Details
Traceback (most recent call last):
File "/builds/bbb/bin/buildbot-bridge", line 9, in <module>
load_entry_point('bbb==1.5.2', 'console_scripts', 'buildbot-bridge')()
File "/builds/bbb/lib/python2.7/site-packages/bbb/runner.py", line 70, in main
**kwargs
File "/builds/bbb/lib/python2.7/site-packages/bbb/services.py", line 362, in __init__
yaml.load(open(path.join(path.dirname(schemas.__file__), "payload.yml")))
IOError: [Errno 2] No such file or directory: '/builds/bbb/lib/python2.7/site-packages/bbb/schemas/payload.yml'
There's no mention of payload.yml in setup.py, so it's not surprising that file is missing..
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•