~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to pre-build.sh

  • Committer: Michael Vogt
  • Date: 2012-06-01 15:55:39 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120601155539-o37jmh9pyohkkjeq
Tags: 1:0.160
releasing version 1:0.160

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
set -e
4
4
 
5
5
# update demotions
6
 
(cd utils && ./demotions.py oneiric precise > demoted.cfg)
 
6
(cd utils && ./demotions.py precise quantal > demoted.cfg)
7
7
# when this gets enabled, make sure to add symlink in DistUpgrade
8
 
(cd utils && ./demotions.py lucid precise > demoted.cfg.lucid)
 
8
#(cd utils && ./demotions.py lucid precise > demoted.cfg.lucid)
9
9
 
10
10
# update base-installer
11
11
(cd utils && ./update-base-installer.sh)