aboutsummaryrefslogtreecommitdiff
path: root/etc/committer.scm.in
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-12-12 23:32:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-12-13 00:35:50 +0100
commit9faee1e64585e99ff2a93fe65ed26a0a28c46ca1 (patch)
treed1b63c1552000bcce8830efa559c5cd4b05d8d32 /etc/committer.scm.in
parent593b3a9da67c15e9bdcbe52d6cbfaa2f7f8ff74a (diff)
downloadguix-9faee1e64585e99ff2a93fe65ed26a0a28c46ca1.tar.gz
guix-9faee1e64585e99ff2a93fe65ed26a0a28c46ca1.zip
gnu: openntpd: Update to 6.8p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
Diffstat (limited to 'etc/committer.scm.in')
0 files changed, 0 insertions, 0 deletions
ild-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment-container.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-home.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh, tests/guix-refresh.sh, tests/guix-shell.sh, tests/guix-style.sh, tests/guix-system.sh: Replace uses of '! ...' with '... && false' or `test ! ...` as appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Bavier 2023-01-25tests: Do not try to create "$HOME/.config"....Previously this test would fail when HOME=/homeless-shelter and said directory cannot be created. * tests/guix-refresh.sh: Pass '--keyring' together with '-u'. Ludovic Courtès 2023-01-08refresh: Add CLI tests....* guix/import/test.scm, tests/guix-refresh.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. Ludovic Courtès