#144 Remove support for f32 branch
Merged 2 years ago by zuul. Opened 2 years ago by fbo.
fbo/fedora-project-config remove-f32  into  master

file modified
+5 -19
@@ -4,23 +4,17 @@ 

  

  let --| When changing that union, update the `all` attribute too

      Union =

-       < Rawhide | F32 | F33 | F34 | Epel8 >

+       < Rawhide | F33 | F34 | Epel8 >

  

- let eq_def =

-       { Rawhide = False, F32 = False, F33 = False, F34 = False, Epel8 = False }

+ let eq_def = { Rawhide = False, F33 = False, F34 = False, Epel8 = False }

  

  let show =

        λ(branch : Union) →

          merge

-           { Rawhide = "rawhide"

-           , F32 = "f32"

-           , F33 = "f33"

-           , F34 = "f34"

-           , Epel8 = "epel8"

-           }

+           { Rawhide = "rawhide", F33 = "f33", F34 = "f34", Epel8 = "epel8" }

            branch

  

- let all = [ Union.Rawhide, Union.F34, Union.F33, Union.F32, Union.Epel8 ]

+ let all = [ Union.Rawhide, Union.F34, Union.F33, Union.Epel8 ]

  

  let isRawhide = λ(branch : Union) → merge (eq_def ⫽ { Rawhide = True }) branch

  
@@ -41,18 +35,12 @@ 

      , target =

          λ(branch : Union) →

            merge

-             { Rawhide = "rawhide"

-             , F32 = "f32"

-             , F33 = "f33"

-             , F34 = "f34"

-             , Epel8 = "epel8"

-             }

+             { Rawhide = "rawhide", F33 = "f33", F34 = "f34", Epel8 = "epel8" }

              branch

      , arches =

          λ(branch : Union) →

            merge

              { Rawhide = Arches.fedora

-             , F32 = Arches.fedora

              , F33 = Arches.fedora

              , F34 = Arches.fedora

              , Epel8 = Arches.epel8
@@ -63,8 +51,6 @@ 

            merge

              { Rawhide =

                  "https://kojipkgs.fedoraproject.org/repos/rawhide/latest/x86_64/"

-             , F32 =

-                 "https://kojipkgs.fedoraproject.org/repos/f32-build/latest/x86_64/"

              , F33 =

                  "https://kojipkgs.fedoraproject.org/repos/f33-build/latest/x86_64/"

              , F34 =

rebased onto a9e0e8a4eb1563397904487c419d5bc75331115f

2 years ago

Build succeeded.

rebased onto dc4143a

2 years ago

Build succeeded.

Metadata Update from @fbo:
- Pull-request tagged with: gateit

2 years ago

Build succeeded (gate pipeline).

Pull-Request has been merged by zuul

2 years ago
Metadata