-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
306 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
3893559a553a18127be05e43b0bfd368e851ab1340780857fb65b47d4755be06 _output/bin/tink/linux-amd64/tink-controller | ||
df2796a3e795a8fce5c8fef21836e08eafdac30f07c91942f48c6d76d49371b8 _output/bin/tink/linux-amd64/tink-server | ||
9a27167b56c9427535f4f03c334c549eec2659097d068fb47a3adac6631d7954 _output/bin/tink/linux-amd64/tink-worker | ||
bd0bc8d8057d3de7a3313800b148a4dda808108d491ea2f7ff474476c628155d _output/bin/tink/linux-arm64/tink-controller | ||
3c0ae4230ab42acdd86b27b8289648216060f04bc428d86fa28853076c924842 _output/bin/tink/linux-arm64/tink-server | ||
51b571956a06aeecbfd6de67022812455e9e6deee68800773c24d79c6c8913b5 _output/bin/tink/linux-arm64/tink-worker | ||
76c006fd763dd3679972e222bf9c0780a6357c8b577315488eb5474b725aee9c _output/bin/tink/linux-amd64/tink-controller | ||
514c41c24f0e40061efd4f45e3a5fce6195d3b26021425b2e3351ce723370363 _output/bin/tink/linux-amd64/tink-server | ||
c2435808b2b38ad2a145f8db3dacdac4a7ab57f68eff3282e1dfac0d692d47bc _output/bin/tink/linux-amd64/tink-worker | ||
4777d0715eb327a3e6875b5baf6a3aff487c5a6ea38c970b066cfbd5616d7eb1 _output/bin/tink/linux-arm64/tink-controller | ||
871f8eff4a1ab04de296aee1d5243f207ad2ce517c4990ca2e3dc82180fc437c _output/bin/tink/linux-arm64/tink-server | ||
e222fc18bfd495f568779f6d685b1c7a1bf68137b22a9510b04e2b0fa77c433f _output/bin/tink/linux-arm64/tink-worker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.8.0 | ||
v0.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.18 | ||
1.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
projects/tinkerbell/tink/patches/0001-Remove-.ONESHELL-from-Makefile.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From c876def043d2039ba2ad4bb40076e0404dec6fb4 Mon Sep 17 00:00:00 2001 | ||
From: Ahree Hong <ahreeh@amazon.com> | ||
Date: Tue, 16 Apr 2024 13:52:26 -0700 | ||
Subject: [PATCH] Remove .ONESHELL from Makefile | ||
|
||
Signed-off-by: Ahree Hong <ahreeh@amazon.com> | ||
--- | ||
Makefile | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/Makefile b/Makefile | ||
index b29fe5c..1e07f9d 100644 | ||
--- a/Makefile | ||
+++ b/Makefile | ||
@@ -6,7 +6,6 @@ PATH := $(PATH):$(PWD)/bin | ||
# Use bash instead of plain sh and treat the shell as one shell script invocation. | ||
SHELL := bash | ||
.SHELLFLAGS := -o pipefail -euc | ||
-.ONESHELL: | ||
|
||
# Second expansion is used by the image targets to depend on their respective binaries. It is | ||
# necessary because automatic variables are not set on first expansion. | ||
-- | ||
2.40.0 | ||
|
26 changes: 0 additions & 26 deletions
26
projects/tinkerbell/tink/patches/0001-Remove-.ONESHELL-from-rules.mk.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters