Skip to content

Commit c6e6df8

Browse files
oliverkurthGitHub Enterprise
authored andcommitted
Merge pull request vmware#38 from vcf/topic/okurth/url-replace-broadcom-prod
replace packages-prod.broadcom.com with packages.broadcom.com
2 parents 5099dea + 60640dd commit c6e6df8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/poi-vcf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
strategy:
252252
fail-fast: false
253253
matrix:
254-
name: [minimal, ostree]
254+
name: [minimal]
255255
steps:
256256
- name: Checkout code
257257
uses: actions/checkout@master

examples/iso/iso.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ initrd_pkgs_list_file: packages_installer_initrd.json
1010
#boot_cmdline_param: ks=minimal_ks.yaml
1111

1212
repo_paths:
13-
- https://packages-prod.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
13+
- https://packages.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
1414
- /poi
1515

1616
iso_files:

examples/iso/ostree_ks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ disks:
1111

1212
ostree:
1313
default_repo: false
14-
repo_url: https://packages-prod.broadcom.com/photon/rpm-ostree/base/5.0/x86_64/repo/
14+
repo_url: https://packages.broadcom.com/photon/rpm-ostree/base/5.0/x86_64/repo/
1515
repo_ref: photon/5.0/x86_64/minimal
1616

1717
partitions:

examples/ova/gitlab-runner_ks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ partitions:
2020
repos:
2121
photon:
2222
name: "Photon 5.0"
23-
baseurl: !param photon_repo_url=https://packages-prod.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch/
23+
baseurl: !param photon_repo_url=https://packages.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch/
2424
enabled: 1
2525
gpgcheck: 0
2626

examples/ova/minimal_ks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ partitions:
2323
repos:
2424
photon:
2525
name: "Photon"
26-
baseurl: !param photon_repo_url=https://packages-prod.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
26+
baseurl: !param photon_repo_url=https://packages.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
2727
enabled: 1
2828
gpgcheck: 0
2929

examples/ova/minimal_lvm_ks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ partitions:
2121
repos:
2222
photon:
2323
name: "Photon"
24-
baseurl: !param photon_repo_url=https://packages-prod.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
24+
baseurl: !param photon_repo_url=https://packages.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
2525
enabled: 1
2626
gpgcheck: 0
2727

examples/ova/minimal_secure_ks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ partitions:
2525
repos:
2626
photon:
2727
name: "Photon"
28-
baseurl: !param photon_repo_url=https://packages-prod.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
28+
baseurl: !param photon_repo_url=https://packages.broadcom.com/photon/$releasever/photon_updates_$releasever_$basearch
2929
enabled: 1
3030
gpgcheck: 0
3131

tests/poi-container-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
POI_TEST_PATH = os.path.dirname(os.path.abspath(__file__))
1111
POI_PATH = os.path.dirname(POI_TEST_PATH)
1212

13-
REMOTE_REPO_PATH = "https://packages-prod.broadcom.com/photon"
13+
REMOTE_REPO_PATH = "https://packages.broadcom.com/photon"
1414
LOCAL_REPO_PATH = POI_TEST_PATH + "/repo"
1515

1616
BASE_COMMAND = f"{POI_PATH}/create-image-util --poi-path {POI_PATH} --local-repo-path"

0 commit comments

Comments
 (0)