Skip to content

Commit

Permalink
rpm-ostree: Fix rpm-ostree compose tree failure
Browse files Browse the repository at this point in the history
- ostree installation failing due to
  missing refs under repo.
- fixed by using the local repo

Change-Id: Iec555512443d39e9b3573005fb0681d83188a171
Signed-off-by: Ankit Jain <[email protected]>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/18573
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Piyush Gupta <[email protected]>
  • Loading branch information
jaankit authored and gpiyush-dev committed Nov 15, 2022
1 parent 0302092 commit 9a45173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/image-builder/ostree-tools/photon-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"automatic_version_prefix": "4.0_minimal",

"repos": ["photon"],
"repos": ["photon-ostree"],

"selinux": false,

Expand Down
2 changes: 1 addition & 1 deletion support/image-builder/ostree-tools/photon-ostree.repo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[photon-ostree]
name=VMware Photon OSTree Linux 4.0(x86_64)
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY-4096
gpgcheck=0
enabled=1
skip_if_unavailable=True
Expand Down

0 comments on commit 9a45173

Please sign in to comment.