mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
set versions to use
This commit is contained in:
parent
95592640b3
commit
2802b935fd
1 changed files with 21 additions and 1 deletions
22
external/Makefile
vendored
22
external/Makefile
vendored
|
|
@ -1,8 +1,28 @@
|
||||||
lorax/branch-$(VERSION):
|
lorax/branch-$(VERSION): $(if $(_RHEL),lorax/branch-rhel-$(VERSION),lorax/branch-fedora-$(VERSION))
|
||||||
git config advice.detachedHead false
|
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\|lorax-41\.7-1' | 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)
|
touch lorax/branch-$(VERSION)
|
||||||
|
|
||||||
|
lorax/branch-fedora-39:
|
||||||
|
git config advice.detachedHead false
|
||||||
|
cd lorax && git reset --hard HEAD && git checkout tags/lorax-39.5-1
|
||||||
|
touch lorax/branch-fedora-39
|
||||||
|
|
||||||
|
lorax/branch-fedora-40:
|
||||||
|
git config advice.detachedHead false
|
||||||
|
cd lorax && git reset --hard HEAD && git checkout tags/lorax-40.9-1
|
||||||
|
touch lorax/branch-fedora-40
|
||||||
|
|
||||||
|
lorax/branch-fedora-41:
|
||||||
|
git config advice.detachedHead false
|
||||||
|
cd lorax && git reset --hard HEAD && git checkout tags/lorax-41.1-1
|
||||||
|
touch lorax/branch-fedora-41
|
||||||
|
|
||||||
|
lorax/branch-rhel-$(VERSION):
|
||||||
|
git config advice.detachedHead false
|
||||||
|
cd lorax && git reset --hard HEAD && git checkout rhel$(word 1,$(subst ., ,$(VERSION)))-branch
|
||||||
|
touch lorax/branch-fedora-$(VERSION)
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
# Used by external/fedora-lorax-templates/ostree-based-installer/lorax-embed-flatpaks.tmpl
|
# Used by external/fedora-lorax-templates/ostree-based-installer/lorax-embed-flatpaks.tmpl
|
||||||
$(install_pkg) flatpak dbus-daemon ostree
|
$(install_pkg) flatpak dbus-daemon ostree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue