~mvo/update-manager/aufs

1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# update demotions
#(cd utils && ./demotions.py intrepid jaunty > demotions.cfg)
#(cd utils && ./update_mirrors.py ../DistUpgrade/mirrors.cfg)

# run the test-suit
#echo "Running integrated tests"
#(cd tests && for test in *.py; do python $$test; done)

# update version
echo "VERSION='$(DEBVER)'" > DistUpgrade/DistUpgradeVersion.py