summaryrefslogtreecommitdiffstats
path: root/make-git-snapshot.sh
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-12-05 05:39:11 +0000
committerDave Airlie <airlied@redhat.com>2013-12-05 05:39:11 +0000
commitfee912ca116cc902cfbde9d08396f5d38c09fdc6 (patch)
tree67e18c19c08624d6185dfa7aeaab43fe5952e4b9 /make-git-snapshot.sh
parentbbef9c7b4e21e1f721e0274fce603cb72a5ef304 (diff)
downloadmesa-fee912ca116cc902cfbde9d08396f5d38c09fdc6.tar.gz
mesa-fee912ca116cc902cfbde9d08396f5d38c09fdc6.tar.xz
mesa-fee912ca116cc902cfbde9d08396f5d38c09fdc6.zip
Mesa 10.0 release branch git snapshot
Diffstat (limited to 'make-git-snapshot.sh')
-rwxr-xr-xmake-git-snapshot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh
index e393eb3..57c3db3 100755
--- a/make-git-snapshot.sh
+++ b/make-git-snapshot.sh
@@ -15,11 +15,11 @@ DIRNAME=mesa-$( date +%Y%m%d )
echo REF ${REF:+--reference $REF}
echo DIRNAME $DIRNAME
-echo HEAD ${1:-9.2}
+echo HEAD ${1:-10.0}
rm -rf $DIRNAME
-git clone --depth 1 ${REF:+--reference $REF} --branch 9.2 \
+git clone --depth 1 ${REF:+--reference $REF} --branch 10.0 \
git://git.freedesktop.org/git/mesa/mesa $DIRNAME
GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \