/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

python setup.py sdist upload --sign
for ABI in 2.4 2.5 2.6; do
    python$ABI setup.py bdist_egg upload --sign
done