Skip to content

Commit

Permalink
update fetchbuild's DISTS list
Browse files Browse the repository at this point in the history
Fedora 26 is EOL, and Fedora 30 is current, so.. yeah.
  • Loading branch information
wgwoods committed Aug 7, 2019
1 parent 330286b commit 87789c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3
# fetchbuild - fetch entire builds from koji

DISTS = [".fc26", ".fc27", ".fc28"]
DISTS = [".fc27", ".fc28", ".fc29", ".fc30"]
ARCHES = ["x86_64", "noarch"]

import os
Expand Down

0 comments on commit 87789c6

Please sign in to comment.