Skip to content

Commit 6e153f4

Browse files
authored
daily_build.mk: remove azurelinux url (#350)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
1 parent b8d3c98 commit 6e153f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

toolkit/scripts/daily_build.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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)
6464
endif
6565

6666
ifneq ($(DAILY_BUILD_REPO),)

0 commit comments

Comments
 (0)