mirror_dvb-firmware/create_tar.sh
Stephan Raue 42a9f34345 add script to create tarball from tag
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-07-04 15:49:59 +02:00

4 lines
100 B
Bash
Executable File

#!/bin/sh
git archive --format=tar --prefix=dvb-firmware-$1/ tags/$1 | xz > dvb-firmware-$1.tar.xz