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

« back to all changes in this revision

Viewing changes to pre-build.sh

  • Committer: Michael Vogt
  • Date: 2008-11-14 19:03:53 UTC
  • Revision ID: michael.vogt@ubuntu.com-20081114190353-tnrwn4pvarb9gxyb
* debian/rules 
  - remove the arch-build target
* DistUpgrade/DistUpgradeController.py:
  - improvements to the sources.list rewriting, better tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# update demotions
 
4
#(cd utils && ./demotions.py intrepid jaunty > demotions.cfg)
 
5
#(cd utils && ./update_mirrors.py ../DistUpgrade/mirrors.cfg)
 
6
 
 
7
# run the test-suit
 
8
#echo "Running integrated tests"
 
9
#(cd tests && for test in *.py; do python $$test; done)
 
10
 
 
11
# update version
 
12
echo "VERSION='$(DEBVER)'" > DistUpgrade/DistUpgradeVersion.py
 
13