Skip to content

Commit

Permalink
increase release of Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
Timotheus Pokorra committed Dec 18, 2017
1 parent 965b10d commit 7ca471d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/BuildHelperFedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def __init__(self, container, username, projectname, packagename, branchname):
BuildHelperCentos.__init__(self, container, username, projectname, packagename, branchname)
self.dist='fedora'
self.rhel = 0
self.rawhide = 27
self.rawhide = 28
# this is the latest release. rawhide might be already 25, 23 latest release, 24 in testing
self.latestrelease = 26
self.latestrelease = 27
if self.release == "rawhide":
self.release = self.rawhide
self.release = str(self.release)
Expand Down

0 comments on commit 7ca471d

Please sign in to comment.