~mvo/update-manager/pae-kernel-transtion

« back to all changes in this revision

Viewing changes to pre-build.sh

  • Committer: Michael Vogt
  • Date: 2009-04-28 13:10:37 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090428131037-2ucsub2ys7ciga12
pre-build.sh: calc demotions for jaunty karmic

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 intrepid jaunty > demotions.cfg)
 
6
(cd utils && ./demotions.py jaunty karmic > demotions.cfg)
7
7
# cleanup
8
8
rm -rf utils/apt/lists
9
9
(cd utils && ./update_mirrors.py ../DistUpgrade/mirrors.cfg)