SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

error when package has no attributes in config.yml #151

Closed tpokorra closed 8 years ago

tpokorra commented 8 years ago

when starting a build for a package that does not have an attribute:

  File "./../lib/LightBuildServer.py", line 307, in AddToBuildQueue
    avoidlxc = False if ("UseLXC" not in pkg) else (pkg["UseLXC"] == False)
TypeError: argument of type 'NoneType' is not iterable