aboutsummaryrefslogtreecommitdiff
path: root/nix/scripts/guix-authenticate.in
blob: 5ce57915f0281ee1e782412375aa7867e06b1e1a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
#!@SHELL@
# A shorthand for "guix authenticate", for use by the daemon.

if test "x$GUIX_UNINSTALLED" = "x"
then
    prefix="@prefix@"
    exec_prefix="@exec_prefix@"
    exec "@bindir@/guix" authenticate "$@"
else
    exec guix authenticate "$@"
fi
.scm?id=44d10b1f722856ab8e9b942804aa7ef33e2ef739'>gnu: Separate Python core packages from the rest....Ricardo Wurmus 2019-01-08gnu: tor: Update to 0.3.4.10....Tobias Geerinckx-Rice 2019-01-08gnu: privoxy: Update to 3.0.28....Tobias Geerinckx-Rice 2018-12-12gnu: onionshare: Update to 1.3.1....Eric Bavier 2018-11-29gnu: onionshare: Fetch sources from git....Ricardo Wurmus 2018-11-11gnu: privoxy: Remove custom bootstrap phase....Ricardo Wurmus 2018-11-02gnu: tor: Update to 0.3.4.9....Tobias Geerinckx-Rice 2018-09-10gnu: tor: Update to 0.3.4.8....Tobias Geerinckx-Rice 2018-07-15gnu: tor.scm: Fix copyright line....Efraim Flashner 2018-07-15gnu: tor: Update to 0.3.3.9....Efraim Flashner 2018-06-22gnu: nyx: Show header stats....Tobias Geerinckx-Rice 2018-06-22gnu: nyx: Update to 2.0.4....Tobias Geerinckx-Rice 2018-06-22gnu: nyx: Update home page....Tobias Geerinckx-Rice 2018-06-22gnu: nyx: Return #t from all phases....Tobias Geerinckx-Rice 2018-06-12gnu: tor: Update to 0.3.3.7....Tobias Geerinckx-Rice 2018-05-23gnu: tor: Update to 0.3.3.6 [security fixes]....Tobias Geerinckx-Rice 2018-03-20Correct name and Email for ng0....ng0 2018-03-03gnu: tor: Update to 0.3.2.10 [security fixes]....Tobias Geerinckx-Rice 2018-03-01gnu: onionshare: Update phase style....Tobias Geerinckx-Rice 2018-03-01gnu: privoxy: Update phase style....Tobias Geerinckx-Rice 2018-01-09gnu: tor: Update to 3.2.9....Tobias Geerinckx-Rice 2017-12-01gnu: tor: Update to 3.1.9 [security fixes]....Tobias Geerinckx-Rice 2017-11-17gnu: Move testing packages from python.scm to check.scm....Ricardo Wurmus 2017-11-13gnu: Move web packages from python to python-web....Ludovic Courtès 2017-10-25gnu: tor: Update to 0.3.1.8....Tobias Geerinckx-Rice