We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae44fee commit 6cb1743Copy full SHA for 6cb1743
Makefile
@@ -38,10 +38,11 @@ endef
38
######################
39
40
NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:pulp-restricted/pulp-cluster-nonfree.git
41
-NONFREE_COMMIT ?= 6f5b4b5aa85b6f3ac4bbe03439dd250ab4810d80 # branch: dkeller/chimera-v2
+#NONFREE_COMMIT ?= 6f5b4b5aa85b6f3ac4bbe03439dd250ab4810d80 # branch: dkeller/chimera-v2
42
+NONFREE_BRANCH ?= dkeller/chimera-v2
43
44
nonfree-init:
- git clone $(NONFREE_REMOTE) nonfree
45
+ git clone --single-branch --branch $(NONFREE_BRANCH) $(NONFREE_REMOTE) nonfree
46
cd nonfree && git checkout $(NONFREE_COMMIT)
47
48
################
0 commit comments