mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
sort by creatordate
This commit is contained in:
parent
a98714d8e1
commit
29179de853
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -86,7 +86,7 @@ build/deploy.iso: boot.iso container/$(IMAGE_NAME)-$(IMAGE_TAG) xorriso/input.t
|
||||||
|
|
||||||
lorax_repo:
|
lorax_repo:
|
||||||
git config advice.detachedHead false
|
git config advice.detachedHead false
|
||||||
cd external/lorax && git checkout tags/$(shell cd external/lorax && git tag -l lorax-$(VERSION).* | tail -n 1)
|
cd external/lorax && git checkout tags/$(shell cd external/lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | tail -n 1)
|
||||||
|
|
||||||
# Step 1: Generate Lorax Templates
|
# Step 1: Generate Lorax Templates
|
||||||
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%
|
lorax_templates/post_%.tmpl: lorax_templates/scripts/post/%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue