Skip to content

Commit

Permalink
Change repo urls
Browse files Browse the repository at this point in the history
- point to packages.vmware.com
- url: https://packages.vmware.com/photon/$releasever/

Change-Id: I65621635f7aa288c8861847aa51002ead536270f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/9304
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Anish Swaminathan <[email protected]>
  • Loading branch information
Priyesh Padmavilasom committed Apr 10, 2020
1 parent 688e065 commit 5a1a9c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SPECS/photon-repos/photon-debuginfo.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[photon-debuginfo]
name=VMware Photon Linux debuginfo $releasever ($basearch)
baseurl=https://dl.bintray.com/vmware/photon_debuginfo_$releasever_$basearch
baseurl=https://packages.vmware.com/photon/$releasever/photon_debuginfo_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=0
Expand Down
2 changes: 1 addition & 1 deletion SPECS/photon-repos/photon-extras.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[photon-extras]
name=VMware Photon Extras $releasever ($basearch)
baseurl=https://dl.bintray.com/vmware/photon_extras_$releasever_$basearch
baseurl=https://packages.vmware.com/photon/$releasever/photon_extras_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=1
Expand Down
7 changes: 4 additions & 3 deletions SPECS/photon-repos/photon-repos.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Photon repo files, gpg keys
Name: photon-repos
Version: 3.0
Release: 3%{?dist}
Release: 4%{?dist}
License: Apache License
Group: System Environment/Base
URL: https://vmware.github.io/photon/
Expand All @@ -17,7 +17,7 @@ Provides: photon-repos
BuildArch: noarch

%description
Photon repo files and gpg keys
Photon repo files and gpg keys

%build
# Nothing to do
Expand Down Expand Up @@ -48,6 +48,8 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/yum.repos.d/photon-extras.repo

%changelog
* Thu Mar 26 2020 Priyesh Padmavilasom <[email protected]> 3.0-4
- Change baseurl to packages.vmware.com
* Sat Jan 04 2020 Neal Gompa <[email protected]> 3.0-3
- Fix all the repo definitions to not require arch-specific mangling
* Mon Oct 1 2018 Ajay Kaher <[email protected]> 3.0-2
Expand All @@ -66,4 +68,3 @@ rm -rf $RPM_BUILD_ROOT
- Fix regression in photon-extras gpg key location
* Mon Apr 11 2016 Priyesh Padmavilasom <[email protected]> 1.0-1
- Initial

2 changes: 1 addition & 1 deletion SPECS/photon-repos/photon-updates.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[photon-updates]
name=VMware Photon Linux $releasever ($basearch) Updates
baseurl=https://dl.bintray.com/vmware/photon_updates_$releasever_$basearch
baseurl=https://packages.vmware.com/photon/$releasever/photon_updates_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=1
Expand Down
2 changes: 1 addition & 1 deletion SPECS/photon-repos/photon.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[photon]
name=VMware Photon Linux $releasever ($basearch)
baseurl=https://dl.bintray.com/vmware/photon_release_$releasever_$basearch
baseurl=https://packages.vmware.com/photon/$releasever/photon_release_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=1
Expand Down

0 comments on commit 5a1a9c6

Please sign in to comment.