Skip to content

Commit

Permalink
block latest f41 lorax version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Jan 2, 2025
1 parent 362fea7 commit 9559264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lorax/branch-$(VERSION):
git config advice.detachedHead false
cd lorax && git reset --hard HEAD && git checkout $(if $(_RHEL),rhel$(word 1,$(subst ., ,$(VERSION)))-branch,tags/$(shell cd lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | grep -v 'lorax-40\.5' | tail -n 1))
cd lorax && git reset --hard HEAD && git checkout $(if $(_RHEL),rhel$(word 1,$(subst ., ,$(VERSION)))-branch,tags/$(shell cd lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | grep -v 'lorax-40\.5\|lorax-41\.7-1' | tail -n 1))
touch lorax/branch-$(VERSION)

install-deps:
Expand Down

0 comments on commit 9559264

Please sign in to comment.