source:
trunk/scripts/build-source.sh
@
283
Last change on this file since 283 was 154, checked in by sc, 12 years ago | |
---|---|
|
|
File size: 125 bytes |
Line | |
---|---|
1 | python setup.py sdist --format=bztar |
2 | |
3 | for each in `ls dist/*.tar.bz2` |
4 | do echo $each |
5 | tar tvjf $each | awk '{print $6}' |
6 | done |
Note: See TracBrowser
for help on using the repository browser.