Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pirson Bethancourt
redox
Commits
4400396b
Verified
Commit
4400396b
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Add d.package target for unfetching, update cookbook
parent
0207a9b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cookbook
+1
-1
1 addition, 1 deletion
cookbook
mk/repo.mk
+10
-0
10 additions, 0 deletions
mk/repo.mk
with
11 additions
and
1 deletion
cookbook
@
ddab2cd9
Compare
1cc47128
...
ddab2cd9
Subproject commit
1cc47128b2bf21fdf6fff4348c05fbc
e6
3
48
338f
Subproject commit
ddab2cd9e8caf4097
e6
e
48
9138536bd7e5f2e817
This diff is collapsed.
Click to expand it.
mk/repo.mk
+
10
−
0
View file @
4400396b
...
...
@@ -33,6 +33,16 @@ else
./clean.sh
$*
endif
# Invoke unfetch.sh for a single target
d.%
:
$(FSTOOLS_TAG) FORCE
ifeq
($(PODMAN_BUILD),1)
$(
PODMAN_RUN
)
$(
MAKE
)
$@
else
export
PATH
=
"
$(
PREFIX_PATH
)
:
$$
PATH"
&&
\
cd
cookbook
&&
\
./unfetch.sh
$*
endif
# Invoke fetch.sh for a single target
f.%
:
$(FSTOOLS_TAG) FORCE
ifeq
($(PODMAN_BUILD),1)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment