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

« back to all changes in this revision

Viewing changes to bin/rebuild-requests

  • Committer: Sean Davis
  • Date: 2018-03-28 10:32:07 UTC
  • mfrom: (1559.1.156 ubuntu-cdimage)
  • Revision ID: smd.seandavis@gmail.com-20180328103207-o6s9d6h0hxxh8eqc
Merge lp:ubuntu-cdimage rev 1715

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        if sub_project:
134
134
            env['SUBPROJECT'] = sub_project
135
135
 
136
 
        if (project in ("ubuntu-touch", "ubuntu-pd") and
137
 
                args[0] in ("vivid", "wily", "xenial")):
 
136
        if (project == "ubuntu-touch" and
 
137
                args[0] in ("vivid", "wily", "xenial", "yakkety", "zesty",
 
138
                            "artful", "bionic")):
138
139
            env['EXTRA_PPAS'] = \
139
140
                "ci-train-ppa-service/stable-phone-overlay:1001"
 
141
            env['PROPOSED'] = "0"
140
142
 
141
143
        env['ARCHES'] = arches
142
144
        env['DIST'] = entries[0][0].series_title.lower()
143
145
        cmd = ["for-project", project, "cron.%s" % entry[2]]
144
146
 
145
147
        if (build_type != "daily" or
146
 
                project in ("ubuntu-core", "ubuntu-server")):
 
148
                project in ("ubuntu-core", "ubuntu-base", "ubuntu-server")):
147
149
            cmd += ["--live"]
148
150
 
149
151
        if options.dry_run: