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

« back to all changes in this revision

Viewing changes to lib/cdimage/germinate.py

  • Committer: Colin Watson
  • Date: 2015-02-18 22:22:11 UTC
  • mfrom: (1487.1.5 ubuntu-mate)
  • Revision ID: cjwatson@canonical.com-20150218222211-1wm5x0huexqd3uv7
[r=cjwatson] Add Ubuntu MATE; but keep the crontab disabled for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                sources.insert(0, pattern % "lubuntu-dev")
86
86
            elif project == "ubuntu-gnome":
87
87
                sources.insert(0, pattern % "ubuntu-gnome-dev")
 
88
            elif project == "ubuntu-mate":
 
89
                sources.insert(0, pattern % "ubuntu-mate-dev")
88
90
            elif project == "ubuntu-moblin-remix":
89
91
                sources.insert(0, pattern % "moblin")
90
92
            elif project == "ubuntukylin":