File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ ifneq ($(DAILY_BUILD_ID),)
5656 # Include both so that the tools that expect a valid repo work, while the tools that expect a basic URL also work.
5757 # The ordering is important, we want to always take the daily build versions of packages first since they are NOT
5858 # the same files as the official packages and will fail checksum validation.
59- override PACKAGE_URL_LIST := https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name ) /built_rpms_all \
60- https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name ) \
61- $(PACKAGE_URL_LIST )
62- override SRPM_URL_LIST := https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name ) /SRPMS \
63- $(SRPM_URL_LIST )
59+ # override PACKAGE_URL_LIST := https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name)/built_rpms_all \
60+ # https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name) \
61+ # $(PACKAGE_URL_LIST)
62+ # override SRPM_URL_LIST := https://mariner3dailydevrepo.blob.core.windows.net/$(daily_build_repo_name)/SRPMS \
63+ # $(SRPM_URL_LIST)
6464endif
6565
6666ifneq ($(DAILY_BUILD_REPO ) ,)
You can’t perform that action at this time.
0 commit comments