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

« back to all changes in this revision

Viewing changes to etc/config

  • Committer: Sean Davis
  • Date: 2018-06-02 00:21:13 UTC
  • mfrom: (1559.1.177 cdimage)
  • Revision ID: smd.seandavis@gmail.com-20180602002113-utt3lq0t65i43cmf
Merge lp:ubuntu-cdimage revno 1736, add optional project param to _guess_image_type to disambiguate

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                ;;
22
22
esac
23
23
export IMAGE_FORMAT
24
 
DIST="${DIST:-bionic}"
 
24
DIST="${DIST:-cosmic}"
25
25
 
26
26
case $DIST in
27
 
        trusty)
28
 
                PROPOSED="${PROPOSED:-1}"
29
 
                export PROPOSED
30
 
                ;;
31
27
        xenial)
32
28
                PROPOSED="${PROPOSED:-1}"
33
29
                export PROPOSED
34
30
                ;;
 
31
        bionic)
 
32
                PROPOSED="${PROPOSED:-1}"
 
33
                export PROPOSED
 
34
                ;;
35
35
esac
36
36
 
37
37
# If you want to build image for one or more architectures comment out the