Dear all,
You are kindly invited to the meeting: Fedora CoreOS Group Weekly Meeting on 2019-01-23 from 16:30:00 to 17:30:00 UTC At fedora-meeting-1@irc.freenode.net
The meeting will be about: This is the meeting for the Fedora CoreOS Working Group. We typically go over previous meeting action items and then cover all tickets with the meeting keyword: https://github.com/coreos/fedora-coreos-tracker/labels/meeting. For how to run the meeting, see https://github.com/coreos/fedora-coreos-tracker#steps-to-run-the-meeting
Source: https://apps.fedoraproject.org/calendar/meeting/9437/
I seem to be collecting boxes loaded up with atomic|coreos. Every two weeks, I download and install a few copies of the latest Release.
I have local servers I could use for a local repository. Any recommendations on a script for offloading the downloads to a local repository?
Bob G
On 1/22/19 10:30 AM, dusty@dustymabe.com wrote:
On 1/22/19 12:48 PM, Bob Gustafson wrote:
I seem to be collecting boxes loaded up with atomic|coreos. Every two weeks, I download and install a few copies of the latest Release.
That's awesome!
I have local servers I could use for a local repository. Any recommendations on a script for offloading the downloads to a local repository?
What specifically are you downloading? The ISO images? The Cloud images? The repo itself?
Dusty
On Tue, Jan 22, 2019 at 6:59 PM Bob Gustafson bobgus@rcn.com wrote:
I have local servers I could use for a local repository. Any recommendations on a script for offloading the downloads to a local repository?
I'm using the following script to mirror Silverblue repos:
ostree --repo=/mnt/data/faw/repo remote add --if-not-exists --set gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-29-primary f29 https://kojipkgs.fedoraproject.org/atomic/repo/ ostree --repo=/mnt/data/faw/repo pull --mirror --depth=1 f29:fedora/29/x86_64/updates/silverblue ostree --repo=/mnt/data/faw/repo prune --keep-younger-than="7 days ago"
coreos@lists.fedoraproject.org