Re: mirroring OSTree repositories using Pulp





On Mon, Jul 19, 2021, at 11:37 AM, Dennis Kliban via ostree-list wrote:
I am working on adding OSTree repository management to Pulp 
(https://pulpproject.org). Pulp users mirror content from the internet 
or they upload content that they create.

There are some docs on mirroring here:
https://ostreedev.github.io/ostree/repository-management/#mirroring-repositories

Are there public raw OSTree repositories that I could mirror as a proof 
of concept?

Are there public archive OSTree repositories?

To add on to what Dan said:

```
[root@cosa-devsh ~]# rpm -q fedora-repos-ostree
fedora-repos-ostree-35-0.4.noarch
[root@cosa-devsh ~]# rpm -ql fedora-repos-ostree
/etc/ostree/remotes.d
/etc/ostree/remotes.d/fedora-compose.conf
/etc/ostree/remotes.d/fedora.conf
[root@cosa-devsh ~]# cat /etc/ostree/remotes.d/fedora.conf 
[remote "fedora"]
url=https://ostree.fedoraproject.org
gpg-verify=true
gpgkeypath=/etc/pki/rpm-gpg/
contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist
[root@cosa-devsh ~]# 
```



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]