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

« back to all changes in this revision

Viewing changes to bin/cron.daily-live

  • 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:
38
38
    subproject = os.environ.get("SUBPROJECT", None)
39
39
    if project == "livecd-base":
40
40
        image_type = "livecd-base"
41
 
    elif project == "ubuntu-core":
 
41
    elif project == "ubuntu-base":
42
42
        image_type = "daily"
43
43
    elif subproject == "wubi":
44
44
        image_type = "wubi"