summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-06-05hg-download: Add helpers for defining packages....Xinglu Chen
2021-06-05profiles: 'check-for-collisions' filters out more non-collisions upfront....Ludovic Courtès
2021-06-05guix: Update to Bioconductor 3.13....Ricardo Wurmus
2021-06-03licenses: Add BSD-1-Clause license....Xinglu Chen
2021-06-03import: Add CHICKEN egg importer....Xinglu Chen
2021-06-03gnu-maintenance: 'generic-html' computes the right source URL....Ludovic Courtès
2021-06-01ui, lint: Simplify exception handling in Guile 3 style....Ludovic Courtès
2021-06-01maint: Require Guile 3.0....Ludovic Courtès
2021-06-01publish: Add keep-alive support when sending nar....Mathieu Othacehe
2021-06-01publish: Preserve the request connection header....Mathieu Othacehe
2021-06-01progress: Add a download-size argument to progress-report-port....Mathieu Othacehe
2021-05-28gnu-maintenance: 'generic-html' correctly handles relative release URLs....Ludovic Courtès
2021-05-28gnu-maintenance: 'release-file?' accepts 'v' prefix as in "PKG-v1.2.tgz"....Ludovic Courtès
2021-05-28guix build: Emit "nothing to do" warning only when needed....Ludovic Courtès
2021-05-28guix package: Do not warn about "missing arguments" when there's nothing to do....Ludovic Courtès
2021-05-28import: opam: Generate license for package....Xinglu Chen
2021-05-28git-download: Support submodules in 'git-predicate'....Andrew Whatson
2021-05-28git-download: 'git-predicate' now ignores deleted files....Ludovic Courtès
2021-05-28scripts: Commands warn when passed zero arguments....Ludovic Courtès
2021-05-28deploy: Error out when the FILE argument is missing....Ludovic Courtès
2021-05-26guix: ci: Add spec support to latest-evaluations....Mathieu Othacehe
2021-05-26guix: ci: Fix evaluation complete? field....Mathieu Othacehe
2021-05-22import: hackage: Prefix licenses with 'license:'....Xinglu Chen
2021-05-22lint: archival: Lookup content in Disarchive database....Ludovic Courtès
2021-05-22scripts: discover: Report Avahi errors....Mathieu Othacehe
2021-05-20guix: Build texlive-configuration only when texlive-base is present....Ricardo Wurmus
2021-05-20scripts: challenge: Fix regression....Mathieu Othacehe
2021-05-17ui: 'load*' compiles with '-O1'....Ludovic Courtès
2021-05-17ui: Remove Guile 2.2.3 workaround....Ludovic Courtès
2021-05-16publish: Add '--negative-ttl'....Ludovic Courtès
2021-05-16substitutes: Reduce negative TTLs....Ludovic Courtès
2021-05-15inferior: Support querying package replacements....Christopher Baines
2021-05-14swh: 'lookup-origin-revision' ignores partial visits....Ludovic Courtès
2021-05-14self: Add dependency on Disarchive....Ludovic Courtès
2021-05-14import: go: Fix goproxy option argument's format....Zheng Junjie
2021-05-13challenge: Be defensive in the size passed to the progress reporter....Ludovic Courtès
2021-05-13self: Build with 'guile-3.0-latest'....Ludovic Courtès
2021-05-12channels: Add a #:system argument to channel-instances->manifest....Christopher Baines
2021-05-11Merge branch 'version-1.3.0'Maxim Cournoyer
2021-05-11ssh: Fix type that broke offloading....Ludovic Courtès
2021-05-10guix: scripts system: Increase the size for generating Docker container images....Roel Janssen
2021-05-09describe: Gracefully handle profiles that lack provenance info....Ludovic Courtès
2021-05-09diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6....Ludovic Courtès
2021-05-08ssh: Honor GUIX_DAEMON_SOCKET on the target machine....Ludovic Courtès
2021-05-08store: Export 'connect-to-daemon'....Ludovic Courtès
2021-05-08ssh: 'connect-to-remote-daemon' raises a nicer message upon error....Ludovic Courtès
2021-05-08store: 'open-connection' never returns #f....Ludovic Courtès
2021-05-08weather: '--display-missing' shows the system type of missing items....Ludovic Courtès
2021-05-08build-system: asdf: Work around package-name->name+version bug....Guillaume Le Vaillant
2021-05-05download: Restore error reporting....Timothy Sample