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

« back to all changes in this revision

Viewing changes to bin/rebuild-requests

  • Committer: Stéphane Graber
  • Date: 2015-06-17 18:36:07 UTC
  • Revision ID: stgraber@ubuntu.com-20150617183607-xiip4c7s6hf8rhf5
Fix previous commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
        if not options.quiet:
111
111
            print("Processing rebuilds for: %s" % project_id)
112
112
 
113
 
        project, build_type = project_id.split("/")
 
113
        project, build_type = project_id.rsplit("/", 1)
114
114
        sub_project = None
115
115
        if "/" in project:
116
116
            sub_project = project.split("/", 1)[1]