Check-in [62b4121741]
Overview
Comment: | use new `version` command line tool |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
62b412174142b6e7122faa79f8f71676 |
User & Date: | mario on 2014-04-05 23:32:03 |
Other Links: | manifest | tags |
Context
2014-04-05
| ||
23:33 | Use fractions instead of floats, to reduce ambiguity for version:_raw_ meta update check-in: c71701ad73 user: mario tags: trunk | |
23:32 | use new `version` command line tool check-in: 62b4121741 user: mario tags: trunk | |
23:17 | Fix regex parsing for new sparse shoutcast.com check-in: 3a5e6068b9 user: mario tags: trunk | |
Changes
Modified _pack from [b33b7021fe] to [3b40c3d45c].
1 2 3 | #-- meta data | < | < > | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | #-- meta data VERSION=$(version --get st2.py --write _package.epm --write:_raw_:2 st2.py) echo "------------------ source .txz ------------------" cd .. pax -wvJf streamtuner2-$VERSION.src.txz \ streamtuner2/*.py streamtuner2/*.xml streamtuner2/channels/*.{py,png} \ streamtuner2/*.png streamtuner2/*.svg streamtuner2/*.desktop \ streamtuner2/README streamtuner2/help/* streamtuner2/contrib/* \ streamtuner2/PKG-INFO streamtuner2/version streamtuner2/_pack streamtuner2/*.epm # streamtuner2/scripts cd - mv ../streamtuner2-*.txz linux-3.0-all/ echo "-------------------- .deb -----------------------" fakeroot epm -vvv -n -a all -f deb DEP=deb streamtuner2 _package.epm dpkg-sig -s builder -k include-once linux-3.0-all/streamtuner2-$VERSION.deb ####echo "------------------ slackware --------------------" ####epm -vvv -n -a all -f slackware streamtuner2 _package.epm echo "-------------- .tar.gz installer ---------------" epm -vvv -n -a all -f portable -s streamtuner2.png streamtuner2 _package.epm mv linux-3.0-all/streamtuner2-$VERSION.tar.gz linux-3.0-all/streamtuner2-$VERSION.bin.tgz echo "-------------------- .rpm -----------------------" epm -vvv -n -a all -f rpm streamtuner2 _package.epm /usr/bin/rpmbuild -bb --buildroot ./linux-3.0-all/buildroot --target all linux-3.0-all/streamtuner2.spec mv linux-3.0-all/RPMS/all/*.rpm linux-3.0-all/streamtuner2-$VERSION.rpm rm -r linux-3.0-all/RPMS rm -r linux-3.0-all/rpms rm -r linux-3.0-all/buildroot rmdir linux-3.0-all/streamtuner2-$VERSION rm linux-3.0-all/streamtuner2.spec |
︙ | ︙ |