Skip to content

Commit

Permalink
Makefile: update nonfree commit and regression_tests commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Dec 10, 2024
1 parent 709ea78 commit a4701e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endef
######################

NONFREE_REMOTE ?= git@iis-git.ee.ethz.ch:pulp-restricted/pulp-cluster-nonfree.git
NONFREE_COMMIT ?= 9fc1aee
NONFREE_COMMIT ?= 67079fe

nonfree-init:
git clone $(NONFREE_REMOTE) nonfree
Expand Down Expand Up @@ -101,7 +101,7 @@ fault_injection_sim:

## Clone regression tests
REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
REGRESSION_TESTS_COMMIT ?= c8ac022 # branch: upstream-features
REGRESSION_TESTS_COMMIT ?= a61fc85 # branch: upstream-features

regression_tests:
git clone $(REGRESSION_TESTS_REMOTE) $@
Expand Down

0 comments on commit a4701e1

Please sign in to comment.