~comcloudway/builds.sr.ht

6c0bd858f83b548ed4d35bc03dfc88357e26ad5a — Timothée Floure 5 years ago 7a467f7
Make Fedora rawhide a symlink to Fedora 31

Fedora 'rawhide', the Fedora development branch, is an alias for the
latest fedora repository and currently is Fedora 31. This scheme will
force us to manually update the rawhide symlink when a new release is
branched (~ every 6 months).
4 files changed, 3 insertions(+), 2 deletions(-)

A images/fedora/31/functions
R images/fedora/{rawhide/genimg => 31/genimg}
A images/fedora/rawhide
D images/fedora/rawhide/functions
A images/fedora/31/functions => images/fedora/31/functions +1 -0
@@ 0,0 1,1 @@
../functions
\ No newline at end of file

R images/fedora/rawhide/genimg => images/fedora/31/genimg +1 -1
@@ 1,3 1,3 @@
#!/bin/sh
export release=rawhide
export release=31
exec ../genimg "$*"

A images/fedora/rawhide => images/fedora/rawhide +1 -0
@@ 0,0 1,1 @@
31
\ No newline at end of file

D images/fedora/rawhide/functions => images/fedora/rawhide/functions +0 -1
@@ 1,1 0,0 @@
../functions
\ No newline at end of file