Skip to content

Commit

Permalink
Sync Fedora release numbers with the upstream repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs3 committed Oct 2, 2017
1 parent 36232ce commit 922662c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions whohas
Expand Up @@ -54,8 +54,8 @@ unless (-d $confdir) {
my @columns = (11,38,18,4,10,25);
my $cols = 6;

our $fedora_min_release = 22 ;
our $fedora_max_release = 24 ;
our $fedora_min_release = 25 ;

This comment has been minimized.

Copy link
@xenithorb

xenithorb Oct 16, 2017

Unfortunately this seems like a futile endeavor - by the time this is distributed downstream, 25 will be archived and 27 will have been released (Target: 2017-11-28). There is however another way https://pdc.fedoraproject.org/rest_api/v1/releases/ Can you query this and cache the results?

This comment has been minimized.

Copy link
@pabs3

pabs3 via email Oct 17, 2017

Author Member

This comment has been minimized.

Copy link
@xenithorb

xenithorb Oct 17, 2017

Unfortunately I don't know perl, nor am I a developer. Just trying to give out some info to help end the developer-side angst of having to update the version number periodically. (i.e. let the client do it). Thanks for your efforts, though.

This comment has been minimized.

Copy link
@pabs3

pabs3 via email Oct 18, 2017

Author Member
our $fedora_max_release = 26 ;
our $debian_current_release = "all" ;
our $ubuntu_current_release = "all" ;
our $openbsd_release = "6.0" ;
Expand Down
4 changes: 2 additions & 2 deletions whohas.cf
Expand Up @@ -9,8 +9,8 @@
# Versioning information.
#

#$fedora_min_release = 22;
#$fedora_max_release = 24;
#$fedora_min_release = 25;
#$fedora_max_release = 26;
#$debian_current_release = 'all';
#$ubuntu_current_release = 'all';
#$openbsd_release = '6.0';
Expand Down

0 comments on commit 922662c

Please sign in to comment.