#!/bin/sh # Do not use: that makes an uselessly bloated tarball for a few commits # after the release. gitname=mumble pkgname=mumble #gitrev=26bc2f2b #gitrev=cbbd42d #gitrev=5992f14 #gitrev=4c1db31 #gitrev=7eaca7c #gitrev=667e0c4 #gitrev=25d02b0 CWD=$(pwd) ( cd /data/GitHub/$gitname git pull cat < .gitattributes /data /m4 ./.gitattributes EOF #cat .gitattributes gitrev=git$(git log -n 1 --format=format:%h .) git archive --worktree-attributes --prefix=${pkgname}-$gitrev/ master | xz > $CWD/${pkgname}-${gitrev}.tar.xz #rm .gitattributes )