Skip to content

Commit

Permalink
Corrected URL_LIST links to preview repo (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslobodzian committed Oct 29, 2020
1 parent 3062c2e commit a27ee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ SRPM_URL_LIST += https://packages.microsoft.com/cbl-mariner/$(RELEASE_MAJOR
endif

ifeq ($(USE_PREVIEW_REPO),y)
PACKAGE_URL_LIST += https://packages.microsoft.com/cbl-mariner/$(RELEASE_MAJOR_ID)/prod/preview/$(build_arch)/rpms
SRPM_URL_LIST += https://packages.microsoft.com/cbl-mariner/$(RELEASE_MAJOR_ID)/prod/preview/srpms
PACKAGE_URL_LIST += https://packages.microsoft.com/cbl-mariner/$(RELEASE_MAJOR_ID)/preview/update/$(build_arch)/rpms
SRPM_URL_LIST += https://packages.microsoft.com/cbl-mariner/$(RELEASE_MAJOR_ID)/preview/update/srpms
endif

REPO_LIST ?=
Expand Down

0 comments on commit a27ee36

Please sign in to comment.