~ubuntu-core-dev/ubuntu-release-upgrader/artful

« back to all changes in this revision

Viewing changes to pre-build.sh

  • Committer: Brian Murray
  • Date: 2017-04-24 21:15:03 UTC
  • Revision ID: brian@canonical.com-20170424211503-152lxtkdmocqveyk
* DistUpgrade/{EOL,Devel}ReleaseAnnouncement,
  DistUpgrade/window_main.ui,
  data/gtkbuilder/DistUpgrade.ui,
  data/DistUpgrade.cfg,
  pre-build.sh:
  - updated for 17.04 -> 17.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
# update demotions
12
12
# echo "Running demotions"
13
 
(cd utils && ./demotions.py yakkety zesty > demoted.cfg)
 
13
(cd utils && ./demotions.py zesty artful > demoted.cfg)
14
14
# when this gets enabled, make sure to add symlink in DistUpgrade
15
15
# echo "Running lts demotions"
16
16
#(cd utils && ./demotions.py trusty xenial > demoted.cfg.trusty)