Skip to content

Commit 6cb1743

Browse files
committed
track tip of the branch for nonfree repo, added idma tests in nonfree
1 parent ae44fee commit 6cb1743

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ endef
3838
######################
3939

4040
NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:pulp-restricted/pulp-cluster-nonfree.git
41-
NONFREE_COMMIT ?= 6f5b4b5aa85b6f3ac4bbe03439dd250ab4810d80 # branch: dkeller/chimera-v2
41+
#NONFREE_COMMIT ?= 6f5b4b5aa85b6f3ac4bbe03439dd250ab4810d80 # branch: dkeller/chimera-v2
42+
NONFREE_BRANCH ?= dkeller/chimera-v2
4243

4344
nonfree-init:
44-
git clone $(NONFREE_REMOTE) nonfree
45+
git clone --single-branch --branch $(NONFREE_BRANCH) $(NONFREE_REMOTE) nonfree
4546
cd nonfree && git checkout $(NONFREE_COMMIT)
4647

4748
################

0 commit comments

Comments
 (0)