Blame SOURCES/generate-tarball.sh

6bd781
#!/bin/sh
6bd781
6bd781
VERSION=$1
6bd781
6bd781
# git clone ssh://git.fedorahosted.org/git/python-dmidecode.git
6bd781
# cd python-dmidecode
6bd781
git archive --format=tar --prefix=python-dmidecode-$VERSION/ -o python-dmidecode-$VERSION.tar v$VERSION 
6bd781
tar -xvf python-dmidecode-$VERSION.tar
6bd781
rm -r python-dmidecode-$VERSION/debian
6bd781
tar -cJvf python-dmidecode-$VERSION.tar.xz python-dmidecode-$VERSION