On Wed, 01 Mar 2017 09:29:33 +0000 Russel Winder <russel@xxxxxxxxxxxxx> wrote: > Debian has the approx system for package caching. This is just a proxy > for caching actually demanded packages. It does mean though that I > only download once and can upgrade 5 machines. Since Internet is still > metered during working hours for some of us, this caching is extremely > useful. > > So the question is, doe something such as this exist for Fedora > Rawhide? > > If not is anyone interested in helping make it exist? > > What is the programming language of such things for Fedora these days? > Go, Rust, C++, Python 3,… If you are willing to go somewhat manual to transfer the package files within your local network, you can just set keepcache=1 in /etc/dnf.conf. Then, the packages will remain in /var/cache/dnf/rawhide[]/packages, and you can transfer them wherever you want. Maybe write an rsync script that will put them in the /var/cache/dnf/rawhide[]/packages directory on all the other systems you want to update. Set keepcache=0 on those systems so the packages are removed after update, and when the rsync is done, just run dnf clean packages in the rsync script to get rid of them on the original system. _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx