We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fd972 commit 83d799dCopy full SHA for 83d799d
1 file changed
toolkit/scripts/toolchain.mk
@@ -200,7 +200,8 @@ $(toolchain_rpms_rehydrated): $(TOOLCHAIN_MANIFEST) $(go-downloader) $(SCRIPTS_D
200
--url-list "$(PACKAGE_URL_LIST)" \
201
--allowable-gpg-keys "$(TOOLCHAIN_GPG_VALIDATION_KEYS)" \
202
$(if $(TLS_CERT),--certificate $(TLS_CERT)) \
203
- $(if $(TLS_KEY),--private-key $(TLS_KEY)) || { \
+ $(if $(TLS_KEY),--private-key $(TLS_KEY)) && \
204
+ echo "$(notdir $@)" >> $(toolchain_downloads_manifest) || { \
205
echo "Could not find toolchain package in package repo to rehydrate with: $(notdir $@)." >> "$$log_file" && \
206
touch $@; \
207
}
0 commit comments