Skip to content
Snippets Groups Projects

Correctly handle build_id aliases in lbn-install

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -260,6 +260,8 @@ def requiredPackages(files, slot=None, build_id=None, projects=None, platforms=N
log.debug("Adding %s to the list of projects" % proj)
projects.append(proj.lower())
build_id = str(slot_configuration.get('build_id', build_id))
if projects:
# data packages may have '/' in the name, which is converted in '_'
# in the tarball filename
Loading