summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ci: Remove hydra support.Mathieu Othacehe2021-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes hydra support to use Cuirass as the only continuous integration system. * build-aux/hydra/gnu-system.scm: Remove it. * build-aux/hydra/guix-modular.scm: Ditto. * build-aux/hydra/guix.scm: Ditto. * build-aux/cuirass/hydra-to-cuirass.scm: Ditto. * Makefile.am (EXTRA_DIST): Update it. (hydra-jobs.scm): Remove it. (cuirass-jobs.scm): Update it. * build-aux/hydra/evaluate.scm: Move it to ... * build-aux/cuirass/evaluate.scm: ... here. * build-aux/cuirass/guix-modular.scm: Remove it. * build-aux/cuirass/gnu-system.scm: Ditto. * guix/packages.scm (%hydra-supported-systems): Rename it to ... (%cuirass-supported-systems): ... this variable. * build-aux/check-final-inputs-self-contained: Adapt it. * etc/release-manifest.scm: Ditto. * gnu/ci.scm (package->alist): Remove it. (derivation->job): New procedure. (package-job, package-cross-job, cross-jobs, image-jobs, system-test-jobs, tarball-jobs): Use it. (guix-jobs): New procedure. (hydra-jobs): Rename it to ... (cuirass-jobs): ... this procedure.
* channels: Export channel-instance->sexp.Mathieu Othacehe2021-03-10
| | | | * guix/channels.scm (channel-instance->sexp): Export it.
* inferior: Fix concurrent cached-profile calls.Mathieu Othacehe2021-03-10
| | | | | * guix/inferior.scm (cached-profile): Do not create the profile symlink if it already exists.
* inferior: Break cached-channel-instance into two procedures.Mathieu Othacehe2021-03-10
| | | | | | | | | | | Break cached-channel-instance into two different procedures: channels->cached-profile and instances->cached-profile operating respectively on channels and channels instances. * guix/inferior.scm (cached-channel-instance): Rename it into ... (cached-profile): ... this new procedure. (channels->cached-profile, instances->cached-profile): New procedures. * guix/scripts/time-machine.scm (guix-time-machine): Adapt accordingly.
* services: cuirass: Do not create the database directory.Mathieu Othacehe2021-03-10
| | | | | | | Fixes: <https://issues.guix.gnu.org/46683>. * gnu/services/cuirass.scm (cuirass-activation): Since the PostgreSQL switch, it is no longer needed to create the database directory.
* gnu: cuirass: Update to 0.0.1-73.14e1335.Mathieu Othacehe2021-03-10
| | | | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-73.14e1335. [arguments]: Enable tests and add new 'set-PATH-for-tests phase. [native-inputs]: Add ephemeralpg.
* gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.Mathieu Othacehe2021-03-10
| | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.
* gnu: gnucobol: Update to 3.1.2 [security fixes].Léo Le Bouter2021-03-10
| | | | | | * gnu/packages/cobol.scm (gnucobol): Update to 3.1.2. [arguments]: Add 'set-TERM phase before 'check to set the TERM environment variable for tests that expect it.
* gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681].Léo Le Bouter2021-03-10
| | | | | * gnu/packages/build-tools.scm (osc): Update to 0.172.0. [native-inputs]: Add python-chardet. Required by tests.
* gnu: python-m2crypto: Disable tests because they are date-sensitive.Léo Le Bouter2021-03-10
| | | | | * gnu/packages/python-crypto.scm (python-m2crypto)[arguments]: Set '#:tests?' to '#f'.
* gnu: linux-libre 5.4: Update to 5.4.104.Leo Famulari2021-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.104. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.22.Leo Famulari2021-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.22. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.5.Leo Famulari2021-03-09
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.5. (linux-libre-5.11-pristine-source): Update hash.
* gnu: c-ares: Update to 1.17.1 [fixes CVE-2020-8277].Léo Le Bouter2021-03-10
| | | | | * gnu/packages/adns.scm (c-ares/fixed): New variable. (c-ares)[replacement]: Graft.
* gnu: imagemagick/fixed: Retain version length for successful grafting.Léo Le Bouter2021-03-10
| | | | | | * gnu/packages/imagemagick.scm (imagemagick/fixed): [version]: Append 'g'. [source]: Hardcode version.
* gnu: password-store: Update to 1.7.3-1.918992c.Sébastien Lerique2021-03-10
| | | | | | | | | * gnu/packages/password-utils.scm (password-store): Update to 1.7.3-1.918992c. [arguments]<#:phases>['wrap-path]: Add "wl-clipboard". [inputs]: Add "wl-clipboard". Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: dcmtk: Update to 3.6.6.Tobias Geerinckx-Rice2021-03-10
| | | | | * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6. [inputs]: Add icu4c.
* gnu: electron-cash: Update to 4.2.4.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.2.4.
* gnu: range-v3: Fix typo in description.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/cpp.scm (range-v3)[description]: Fix typo.
* doc: Fix grammar.Tobias Geerinckx-Rice2021-03-10
| | | | * doc/contributing.texi (Package Naming): Fix grammar.
* gnu: fcitx5: Update to 5.0.5.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.5.
* gnu: lmdb: Update to 0.9.28.Tobias Geerinckx-Rice2021-03-10
| | | | * gnu/packages/databases.scm (lmdb): Update to 0.9.28.
* gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].Léo Le Bouter2021-03-10
| | | | * gnu/packages/version-control.scm (git): Update to 2.30.2.
* gnu: libtiff: Update to 4.2.0 [security fixes].Léo Le Bouter2021-03-10
| | | | | | | Non-exhaustively, fixes CVE-2020-35523, CVE-2020-35522 and CVE-2020-35521. * gnu/packages/image.scm (libtiff/fixed): New variable. (libtiff)[replacement]: Graft.
* gnu: Add nextcloud-client.Raghav Gururajan2021-03-10
| | | | | | * gnu/packages/messaging.scm (nextcloud-client): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add qtsolutions.Raghav Gururajan2021-03-10
| | | | | | * gnu/packages/qt.scm (qtsolutions): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add appstream.Raghav Gururajan2021-03-10
| | | | | | * gnu/packages/freedesktop.scm (appstream): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: imagemagick: Update to 6.9.12-2 [security fixes].Léo Le Bouter2021-03-09
| | | | | * gnu/packages/imagemagick.scm (imagemagick/fixed): New variable. (imagemagick)[replacement]: Graft.
* gnu: r-lubridate: Update to 1.7.10.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-lubridate): Update to 1.7.10.
* gnu: r-pbkrtest: Update to 0.5.1.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-pbkrtest): Update to 0.5.1.
* gnu: r-quantreg: Update to 5.85.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-quantreg): Update to 5.85.
* gnu: r-matrixmodels: Update to 0.5-0.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-matrixmodels): Update to 0.5-0.
* gnu: r-beeswarm: Update to 0.3.1.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.
* gnu: r-hmisc: Update to 4.5-0.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-hmisc): Update to 4.5-0.
* gnu: r-tidyr: Update to 1.1.3.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-tidyr): Update to 1.1.3.
* gnu: r-glmnet: Update to 4.1-1.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-glmnet): Update to 4.1-1.
* gnu: r-sparsem: Update to 1.81.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-sparsem): Update to 1.81.
* gnu: r-segmented: Update to 1.3-3.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-segmented): Update to 1.3-3.
* gnu: r-rmarkdown: Update to 2.7.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-rmarkdown): Update to 2.7.
* gnu: r-desc: Update to 1.3.0.Ricardo Wurmus2021-03-09
| | | | | * gnu/packages/statistics.scm (r-desc): Update to 1.3.0. [propagated-inputs]: Remove r-assertthat.
* gnu: r-data-table: Update to 1.14.0.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-data-table): Update to 1.14.0.
* gnu: r-dplyr: Update to 1.0.5.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-dplyr): Update to 1.0.5.
* gnu: r-tibble: Update to 3.1.0.Ricardo Wurmus2021-03-09
| | | | | * gnu/packages/statistics.scm (r-tibble): Update to 3.1.0. [propagated-inputs]: Remove r-cli and r-crayon.
* gnu: r-testthat: Update to 3.0.2.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-testthat): Update to 3.0.2.
* gnu: r-mime: Update to 0.10.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-mime): Update to 0.10.
* gnu: r-svglite: Update to 2.0.0.Ricardo Wurmus2021-03-09
| | | | | | | * gnu/packages/statistics.scm (r-svglite): Update to 2.0.0. [inputs]: Add libpng and zlib. [propagated-inputs]: Remove r-bh, r-gdtools, and r-rcpp; add r-cpp11 and r-systemfonts.
* gnu: r-mgcv: Update to 1.8-34.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-mgcv): Update to 1.8-34.
* gnu: r-cluster: Update to 2.1.1.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-cluster): Update to 2.1.1.
* gnu: r-mass: Update to 7.3-53.1.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-mass): Update to 7.3-53.1.
* gnu: r-boot: Update to 1.3-27.Ricardo Wurmus2021-03-09
| | | | * gnu/packages/statistics.scm (r-boot): Update to 1.3-27.