~xubuntu-dev/ubuntu-cdimage/xubuntu-base

« back to all changes in this revision

Viewing changes to lib/cdimage/tree.py

  • Committer: Stéphane Graber
  • Date: 2015-06-17 18:34:14 UTC
  • Revision ID: stgraber@ubuntu.com-20150617183414-j88jzfdeyz17bb14
Add minimal sub-project support in rebuild-requests

Show diffs side-by-side

added added

removed removed

Lines of Context:
2249
2249
                except ValueError:
2250
2250
                    continue
2251
2251
 
2252
 
                if project and entry_project != project:
 
2252
                if project and entry_project.split("/", 1)[0] != project:
2253
2253
                    continue
2254
2254
 
2255
2255
                if image_type and entry_image_type != image_type: