Blame SOURCES/generate-tarball.sh

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