# GNU Guix --- Functional package management for GNU # Copyright © 2018 Ludovic Courtès # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # # Test 'guix describe'. # guix describe --version tmpfile="t-guix-describe-$$" trap "rm -f $tmpfile" EXIT rm -f "$tmpfile" if [ -d "$abs_top_srcdir/.git" ] then # Since we're in a Git checkout, we can at least check that these things # work. guix describe | grep -i "checkout" if git --version > /dev/null 2>&1 then result="`guix describe | grep commit: | cut -d : -f 2-`" commit="`git log | head -1 | cut -c 7-`" test "x$result" = "x$commit" fi guix describe -f channels case "`guix describe -f channels | grep url`" in *"(url \"$abs_top_srcdir\")") true;; *) false;; esac else exit 77 fi d=af760990e9651be865ccd20b935863d85f605f2e'>commitdiff
AgeCommit message (Expand)Author
2019-09-11gnu: cmake: Add package variant that knows about X.509 certificates....Ludovic Courtès
2018-12-12gnu: CMake: Update to 3.13.1....Marius Bakke
2018-09-09gnu: cmake: Update to 3.12.2....Marius Bakke
2018-08-21gnu: cmake: Update to 3.12.1....Marius Bakke
2018-07-21gnu: cmake: Update to 3.12.0....Marius Bakke
2018-07-08gnu: cmake: Update to 3.11.4....Tobias Geerinckx-Rice
2018-06-12gnu: cmake: Update to 3.11.3....Tobias Geerinckx-Rice
2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus
2018-05-25gnu: cmake: Delete Emacs library....Oleg Pykhalov
2018-05-24Merge branch 'master' into core-updatesMark H Weaver
2018-05-22Revert "gnu: cmake: Delete Emacs library."...Mark H Weaver
2018-05-22gnu: cmake.scm: Add missing module....Oleg Pykhalov
2018-05-22gnu: Add emacs-cmake-mode....Oleg Pykhalov
2018-05-22gnu: cmake: Delete Emacs library....Oleg Pykhalov
2018-04-30gnu: cmake: Update to 3.11.1....Marius Bakke
2018-03-29gnu: cmake: Update to 3.11.0....Marius Bakke
2018-03-23gnu: cmake: Re-indent....Arun Isaac
2018-03-23gnu: cmake: Update to 3.10.2....Arun Isaac