release: add a script for creating bootstrapped tarballs from a specific commit
authorCory Fields <theuni-nospam-@xbmc.org>
Sat, 15 Dec 2012 05:27:40 +0000 (00:27 -0500)
committerCory Fields <theuni-nospam-@xbmc.org>
Sat, 15 Dec 2012 06:40:20 +0000 (01:40 -0500)
commit7d078a84c74a343558ebadbcf66c009777bac194
tree8e851acf6ce18266f9462b178e4e74c1043f67a1
parentd3efa9e0b47556a093482f24b5b67b1141e385ee
release: add a script for creating bootstrapped tarballs from a specific commit

example: 'mk-release-source 10.0-Dharma' will create xbmc-10.0-Dharma.tar.gz,
ready to be uploaded and deployed. It works in a subdir and does not affect the
current working dir or git repo.
tools/mk-release-source [new file with mode: 0644]