summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* channels: Make 'validate-pull' call right after clone/pull.Ludovic Courtès2020-06-16
| | | | | | | | | | | | | | This should come before patching, authentication, etc. * guix/channels.scm (latest-channel-instance): Add #:validate-pull parameter and honor it. Return a single value: the instance. (ensure-forward-channel-update): Change 'instance' parameter to 'commit' and adjust accordingly. (latest-channel-instances): Adjust to 'latest-channel-instance' changes. * guix/scripts/pull.scm (warn-about-backward-updates): Change 'instance' parameter to 'commit' and adjust accordingly. * tests/channels.scm ("latest-channel-instances #:validate-pull"): Likewise.
* channels: 'latest-channel-instance' authenticates Git checkouts.Ludovic Courtès2020-06-16
| | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/22883>. * guix/channels.scm (<channel>)[introduction]: New field. (<channel-introduction>): New record type. (%guix-channel-introduction): New variable. (%default-channels): Use it. (<channel-metadata>)[keyring-reference]: New field. (%default-keyring-reference): New variable. (read-channel-metadata, read-channel-metadata-from-source): Initialize the 'keyring-reference' field. (commit-short-id, verify-introductory-commit) (authenticate-channel): New procedures. (latest-channel-instance): Call 'authenticate-channel' when CHANNEL has an introduction. * tests/channels.scm (gpg+git-available?, commit-id-string): New procedures. ("authenticate-channel, wrong first commit signer"): ("authenticate-channel, .guix-authorizations"): New tests. * doc/guix.texi (Invoking guix pull): Mention authentication.
* tests: Move OpenPGP helpers to (guix tests gnupg).Ludovic Courtès2020-06-16
| | | | | | | | * tests/git-authenticate.scm (key-id): Remove. (%ed25519-public-key-file, %ed25519-secret-key-file) (%ed25519bis-public-key-file, %ed25519bis-secret-key-file) (read-openpgp-packet, key-fingerprint): Move to... * guix/tests/gnupg.scm: ... here.
* git-authenticate: 'authenticate-commits' takes a #:keyring parameter.Ludovic Courtès2020-06-16
| | | | | * guix/git-authenticate.scm (authenticate-commits): Add #:keyring parameter.
* git-authenticate: Cache takes a key parameter.Ludovic Courtès2020-06-16
| | | | | | | | * guix/git-authenticate.scm (authenticated-commit-cache-file) (cache-authenticated-commit, previously-authenticated-commits): Add 'key' parameter and honor it. * build-aux/git-authenticate.scm (git-authenticate): Pass "channels/guix" as the key.
* doc: Recommend "make authenticate" after ./bootstrap.Ludovic Courtès2020-06-16
| | | | | * doc/contributing.texi (Building from Git): Move "make authenticate" instructions below.
* build-system: cmake: Add substitutable keyword.Efraim Flashner2020-06-16
| | | | | * guix/build-system/cmake.scm (cmake-build, cmake-cross-build): Add substitutable keyword.
* gnu: nix: Look for configuration in /etc.Tobias Geerinckx-Rice2020-06-16
| | | | | | | | | Fixes <http://issues.guix.gnu.org/41704>. * gnu/packages/package-management.scm (nix)[arguments]: Add ‘--sysconfdir=/etc’ configure flag and override it during installation. Requested-and-tested-by: Peng Mei Yu <pengmeiyu@riseup.net>
* pack: Add zstd compressor.Tobias Geerinckx-Rice2020-06-16
| | | | | * guix/scripts/pack.scm (%compressors): Add zstd. * doc/guix.texi (Invoking guix pack): Document it.
* gnu: emacs-god-mode: Update to 2.17.0.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
* gnu: bsnes: Remove unnecessary inputs.Pierre Neidhardt2020-06-16
| | | | * gnu/packages/emulators.scm (bsnes)[inputs]: Remove gt+-2 and libx11.
* gnu: Add rust-nom-5.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-nom-5): New variable. (rust-nom-4.2): Inherit from rust-nom-5.
* gnu: Add rust-lexical-core-0.7.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-lexical-core-0.7): New variable. (rust-lexical-core-0.4): Inherit from rust-lexical-core-0.7.
* gnu: Add rust-static-assertions-1.Efraim Flashner2020-06-16
| | | | | * gnu/packages/crates-io.scm (rust-static-assertions-1): New variable. (rust-static-assertions-0.3): Inherit from rust-static-assertions-1.
* etc: Add committer script.Ricardo Wurmus2020-06-16
| | | | | * etc/committer.scm.in: New file. * configure.ac: Configure it.
* gnu: Add bsnes.Pierre Neidhardt2020-06-16
| | | | * gnu/packages/emulators.scm (bsnes): New variable.
* gnu: r-xgboost: Update to 1.1.1.1.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
* gnu: r-genenet: Update to 1.2.15.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
* gnu: r-performance: Update to 0.4.7.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-performance): Update to 0.4.7.
* gnu: r-abn: Update to 2.2.1.Ricardo Wurmus2020-06-16
| | | | | * gnu/packages/cran.scm (r-abn): Update to 2.2.1. [propagated-inputs]: Add r-boot, r-brglm, r-entropy, and r-moments.
* gnu: r-vioplot: Update to 0.3.5.Ricardo Wurmus2020-06-16
| | | | | * gnu/packages/cran.scm (r-vioplot): Update to 0.3.5. [native-inputs]: Add r-knitr.
* gnu: r-circlize: Update to 0.4.10.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
* gnu: Add r-entropy.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-entropy): New variable.
* gnu: Add r-brglm.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-brglm): New variable.
* gnu: Add r-profilemodel.Ricardo Wurmus2020-06-16
| | | | * gnu/packages/cran.scm (r-profilemodel): New variable.
* gnu: emacs-yasnippet: Clean-up package definition.Maxim Cournoyer2020-06-16
| | | | | | | | | | An old snippet was causing the build to fail when using Emacs 27. * gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use git-file-name, and remove obsolete snippet. [phases]{home}: New phase. This allows the rebindings test to pass. {make-tests-writable, delete-rebinding-test}: Remove phases. [description]: Re-indent.
* gnu: volk: Improve description mark-up.Tobias Geerinckx-Rice2020-06-16
| | | | | * gnu/packages/engineering.scm (volk)[description]: Substitute @acronym for the less appropriate @code.
* gnu: volk: Fix typo in description.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/engineering.scm (volk)[description]: Fix typo.
* gnu: inxi-minimal: Update to 3.1.03-1.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
* gnu: tup: Update to 0.7.9.Tobias Geerinckx-Rice2020-06-16
| | | | * gnu/packages/build-tools.scm (tup): Update to 0.7.9.
* doc: Clarify 'hurd-vm' and 'childhurd' names.Jan (janneke) Nieuwenhuizen2020-06-15
| | | | | | | Suggested by Maxim Cournoyer via IRC. * doc/guix.texi (The Hurd in a Virtual Machine): Explicitly mention that hurd-vm and childhurd are two names for this service.
* gnu: glade3: Enable tests.Arun Isaac2020-06-15
| | | | | | * gnu/packages/gnome.scm (glade3)[arguments]: Enable tests. Add custom pre-check phase. [native-inputs]: Add hicolor-icon-theme and xorg-server-for-tests.
* ui: Use package-description-string.Arun Isaac2020-06-15
| | | | | * guix/ui.scm (package->recutils): Use package-description-string instead of package-description and P_.
* ui: Do not translate package synopsis a second time.Arun Isaac2020-06-15
| | | | | * guix/ui.scm (package->recutils): package-synopsis-string already returns a translated string. Do not attempt to translate it again.
* ui: Cut off search early if any regexp does not match.Arun Isaac2020-06-15
| | | | | * guix/ui.scm (relevance): When one of the regexps does not match, cut off early and return 0. Do not try to match the remaining regexps.
* gnu: cuirass: Update to 0.0.1-32.3db603c.Mathieu Othacehe2020-06-15
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
* ci: Add build-products id field and export accessors.Mathieu Othacehe2020-06-15
| | | | | | | * guix/ci.scm (build-product?, build-product-id, build-product-type, build-product-file-size, build-product-path): Export them, [id]: new field.
* ci: Add status option to "latest-builds".Mathieu Othacehe2020-06-15
| | | | * guix/ci.scm (latest-builds): Add "status" option.
* download: Remove usa-mirror.go-parts.com mirror.Tobias Geerinckx-Rice2020-06-15
| | | | | | It incorrectly redirects 404s (at least) to the commercial home page. * guix/download.scm (%mirrors): Remove usa-mirror.go-parts.com URLs.
* gnu: volk: Make retained references non-native inputs.Tobias Geerinckx-Rice2020-06-15
| | | | | | * gnu/packages/engineering.scm (volk)[native-inputs]: Move python-wrapper and python-mako… [inputs]: …here.
* gnu: volk: Update to 2.3.0.Tobias Geerinckx-Rice2020-06-15
| | | | * gnu/packages/engineering.scm (volk): Update to 2.3.0.
* gnu: r-limma: Update to 3.44.3.Ricardo Wurmus2020-06-15
| | | | * gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
* gnu: openmw: Update to 0.46.0.Pierre Neidhardt2020-06-15
| | | | * gnu/packages/game-development.scm (openmw): Update to 0.46.0.
* gnu: quassel: Add context menu for d-bus tray icon.Efraim Flashner2020-06-15
| | | | * gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
* gnu: quassel: Fix build with qt-5.14.Efraim Flashner2020-06-15
| | | | | | * gnu/packages/irc.scm (quassel)[source]: Add patch. * gnu/packages/patches/quassel-qt-514-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* ci: Fix buildproducts reading.Mathieu Othacehe2020-06-15
| | | | | | | This is a follow-up of 4e05bbb093a17145fcabd48ea1d2c9cd7559084d. * guix/ci.scm (<build>)[products]: Test for vector type, as products can be "null".
* news: Add entry for script execution via "guix repl".Konrad Hinsen2020-06-15
| | | | | | * etc/news.scm: Add entry. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ci: Add job option to "latest-builds".Mathieu Othacehe2020-06-15
| | | | * guix/ci.scm (latest-builds): Add "job" option.
* ci: Add build products support.Mathieu Othacehe2020-06-15
| | | | | * guix/ci.scm (<build-product>): New json mapping, (<build)[products]: new field.
* gnu: emacs-debbugs: Update to 0.24.Nicolas Goaziou2020-06-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.