mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
in kernel makefile tag update, ensure we only replace non-hashed semver
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
b94b3af341
commit
916390860d
@ -201,7 +201,7 @@ update-kernel-hash-yaml-%:
|
|||||||
# find and replace any usage of the normal kernel with semver for most recent series
|
# find and replace any usage of the normal kernel with semver for most recent series
|
||||||
update-kernel-semver-yaml-%:
|
update-kernel-semver-yaml-%:
|
||||||
$(eval NEWTAG=linuxkit/kernel:$*)
|
$(eval NEWTAG=linuxkit/kernel:$*)
|
||||||
$(eval OLDTAG=linuxkit/kernel:[0-9]+.[0-9]+.[0-9]+)
|
$(eval OLDTAG=linuxkit/kernel:[0-9]+.[0-9]+.[0-9]+$$$$)
|
||||||
@cd $(REPO_ROOT) && ./scripts/update-component-sha.sh --hash "$(OLDTAG)" "$(NEWTAG)"
|
@cd $(REPO_ROOT) && ./scripts/update-component-sha.sh --hash "$(OLDTAG)" "$(NEWTAG)"
|
||||||
|
|
||||||
# update-kernel-yamls updates the latest hash for each supported series,
|
# update-kernel-yamls updates the latest hash for each supported series,
|
||||||
|
Loading…
Reference in New Issue
Block a user