mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
add link to workspace
This commit is contained in:
parent
0180c50030
commit
223cc1f261
1 changed files with 2 additions and 0 deletions
2
external/Makefile
vendored
2
external/Makefile
vendored
|
|
@ -2,6 +2,8 @@ lorax/branch-$(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 | 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)
|
||||||
|
ln -s /github/workspace lorax/share/templates.d/99-generic/workspace
|
||||||
|
ln -s /github/workspace lorax/share/templates.d/99-generic/config_files/workspace
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue