gnu-maintenance: Really find the latest GNOME releases.
authorLudovic Courtès <ludo@gnu.org>
Wed, 9 Dec 2015 20:59:32 +0000 (21:59 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 Dec 2015 21:18:47 +0000 (22:18 +0100)
commit873d0ff2cddfbd260e8ae3a76cb2731a6139eb6b
tree6740394b38e5c3105ab253b7875656559ca541da
parentcd48eae560c76f93cec6cf3db7c8cd788b929a69
gnu-maintenance: Really find the latest GNOME releases.

Reported by Efraim Flashner <efraim@flashner.co.il>
at <https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00202.html>.

* guix/gnu-maintenance.scm (latest-ftp-release): Call KEEP-FILE? on
directories too.
(latest-gnome-release)[even-minor-version?]: Protect again MINOR being
false; change pattern to match VERSION with two or more numbers.  Remove
use of 'version-major+minor'.
[even-numbered-tarball?]: Rename to...
[even-numbered?]: ... this.  Use 'package-name->name+version'.  When
VERSION is #f, check NAME.
guix/gnu-maintenance.scm