bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k
|
17
by gak
Added helper script |
1 |
#!/bin/bash
|
2 |
||
|
32
by gak
Updating dist script to copy files to the server |
3 |
rm -fr dist |
|
17
by gak
Added helper script |
4 |
python setup.py sdist --formats=gztar,zip |
5 |
python setup.py bdist --formats=wininst |
|
|
32
by gak
Updating dist script to copy files to the server |
6 |
#python setup.py register
|
7 |
||
8 |
scp dist/* slowchop.com:/home/httpd/html/slowchop.com/pygooglechart/download/ |
|
|
17
by gak
Added helper script |
9 |