Skip to content

Commit 612efdd

Browse files
committed
release.hs: stop producing RPMs for Fedora 20 (reached EOL)
1 parent 0361f75 commit 612efdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/release/release.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@ rules global@Global{..} args = do
325325
[ ("7", "7")
326326
, ("6", "6") ]
327327
| distro == fedoraDistro =
328-
[ ("20", "20")
329-
, ("21", "21")
328+
[ ("21", "21")
330329
, ("22", "22") ]
331330
| otherwise = error ("distroVersions: unknown distro: " ++ distro)
332331

0 commit comments

Comments
 (0)