~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 21:02:28 UTC
  • Revision ID: stgraber@ubuntu.com-20150617210228-sv2eqrdchhje4zjw
And when we thought we were done...

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
            env['SUBPROJECT'] = sub_project
134
134
        env['ARCHES'] = arches
135
135
        env['DIST'] = entries[0][0].series_title.lower()
136
 
        cmd = ["for-project", entry[1], "cron.%s" % entry[2]]
 
136
        cmd = ["for-project", project, "cron.%s" % entry[2]]
137
137
 
138
138
        if (build_type != "daily" or
139
 
                entry[1] in ("ubuntu-core", "ubuntu-server")):
 
139
                project in ("ubuntu-core", "ubuntu-server")):
140
140
            cmd += ["--live"]
141
141
 
142
142
        if options.dry_run: