]> git.proxmox.com Git - redhat-cluster-pve.git/commitdiff
cleanups
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Jul 2012 05:45:51 +0000 (07:45 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Jul 2012 05:45:51 +0000 (07:45 +0200)
Makefile
cluster-3.1.92.tar.gz

index 0c0c2105949a4428528847118098734e853b7c2a..660e7b98dd0fce0f950ff5a99e47d120c78bd1f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.1
 
 RHCVER=3.1.92
-RHCBRANCH=origin/STABLE32
+RHCBRANCH=STABLE32
 
 RHCDIR=cluster-${RHCVER}
 RHCSRC=${RHCDIR}.tar.gz
@@ -26,8 +26,7 @@ ${DEBS}: ${RHCSRC}
 
 ${RHCSRC} download:
        rm -rf ${RHCDIR} cluster.git
-       git clone git://git.fedorahosted.org/cluster.git cluster.git
-       cd cluster.git; git checkout -b local ${RHCBRANCH}
+       git clone git://git.fedorahosted.org/cluster.git -b ${RHCBRANCH} cluster.git
        rsync -a --exclude .git --exclude .gitignore cluster.git/ ${RHCDIR}
        tar czf ${RHCSRC}.tmp ${RHCDIR}
        rm -rf ${RHCDIR} 
index ca61316c4253c4ffff8c80b854bc25bfe9c18e5a..987ed02834f1c1ed53095c17e6540bfb4ae3f8ce 100644 (file)
Binary files a/cluster-3.1.92.tar.gz and b/cluster-3.1.92.tar.gz differ