;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 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 . (define-module (test-upstream) #:use-module (guix upstream) #:use-module (guix tests) #:use-module (srfi srfi-64)) (test-begin "upstream") (test-equal "coalesce-sources same version" (list (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.xz" "ftp://example.org/foo-1.tar.gz")) (signature-urls '("ftp://example.org/foo-1.tar.xz.sig" "ftp://example.org/foo-1.tar.gz.sig")))) (coalesce-sources (list (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.gz")) (signature-urls '("ftp://example.org/foo-1.tar.gz.sig"))) (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.xz")) (signature-urls '("ftp://example.org/foo-1.tar.xz.sig")))))) (test-end) ='q' value=''/>
path: root/etc/git
d>
AgeCommit message (Expand)Author
2020-06-01maint: Adjust comment in 'pre-push' hook....Ludovic Courtès
2020-05-29maint: Git pre-push hook runs "make authenticate check-channel-news"....Ludovic Courtès
Ricardo Wurmus
2019-03-18Correct name and email address for ng0....ng0
2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus
2019-01-07gnu: r-feather: Move from serialization.scm to cran.scm....Ricardo Wurmus
2019-01-04gnu: python-ruamel.yaml: Update to 0.15.83....Efraim Flashner
2018-12-23gnu: yaml-cpp: Don't provide gtest libraries or headers....Efraim Flashner
2018-12-15gnu: flatbuffers: Set source file name....Efraim Flashner
2018-12-05gnu: capnproto: Update to 0.7.0....Christopher Baines
2018-11-10gnu: msgpack: Remove custom bootstrap phase....Ricardo Wurmus
2018-10-28gnu: flatbuffers: Fix typo in description....Tobias Geerinckx-Rice
2018-10-27gnu: flatbuffers: Update to 1.10.0....Tobias Geerinckx-Rice
2018-10-26gnu: Add lua5.1-lpeg and lua5.1-lmpack....HiPhish