mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
only use major part of version
This commit is contained in:
parent
1584dde97f
commit
54a89bb1fc
1 changed files with 1 additions and 1 deletions
2
external/Makefile
vendored
2
external/Makefile
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
lorax/branch-$(VERSION):
|
lorax/branch-$(VERSION):
|
||||||
git config advice.detachedHead false
|
git config advice.detachedHead false
|
||||||
cd lorax && git reset --hard HEAD && git checkout $(if $(_RHEL),rhel$(VERSION)-branch,tags/$(shell cd lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | 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 | tail -n 1))
|
||||||
touch lorax/branch-$(VERSION)
|
touch lorax/branch-$(VERSION)
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue