Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-company)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-butler)[source]: Use GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-deferred)[source]:
Use GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ob-ipython)[source]:
Use GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-shell-switcher)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rspec)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-robe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rich-minority)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-stripe-buffer)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-skewer-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-simple-httpd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-page-break-lines)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-paren-face)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-undercover)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-shut-up)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-inf-ruby)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz (emacs-grep-a-lot)[source]: Use GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fill-column-indicator)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-expand-region)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-es-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-espuds)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-el-mock)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-git-gutter)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-symon)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-d-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (git-imerge)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (git-annex-remote-hubic)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (findnewest)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (gitolite)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (vcsh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (python-ghp-import)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/version-control.scm (git-crypt)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/emacs-xyz.scm (emacs-js2-mode)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
|
|
* gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kodi.scm (kodi)[patches]: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts.scm (warn-about-disk-space): Suggest 'guix gc -d'.
|
|
* guix/scripts/gc.scm (show-help, %options): Add
'--delete-generations'. Change '--delete' shorthand to '-D'.
(delete-old-generations): New procedure.
(guix-gc)[delete-generations]: New procedure.
Call it when ACTION is 'collect-garbage' and OPTS contains
'delete-generations.
* doc/guix.texi (Invoking guix gc): Document it.
|
|
* guix/profiles.scm (%profile-generation-rx): New variable.
(generation-profile): New procedure.
|
|
* guix/scripts/gc.scm (show-help, %options): Add '--list-roots'.
(guix-gc)[list-roots]: New procedure.
Handle '--list-roots'.
* tests/guix-gc.sh: Test it.
* doc/guix.texi (Invoking guix gc): Document it.
|
|
* guix/store/roots.scm, tests/store-roots.scm: New files.
* Makefile.am (STORE_MODULES): Add guix/store/roots.scm.
(SCM_TESTS): Add tests/store-roots.scm.
|
|
Reported by pkill9.
* guix/scripts/pull.scm (show-help): Remove duplicate '--dry-run'
description.
|
|
* guix/ui.scm (highlight-argument): New macro.
(%highlight-argument): New procedure.
(define-diagnostic): Use 'highlight-argument'.
|
|
* guix/ui.scm (%info-colors): Remove CYAN.
(%hint-colors): New variable.
(display-hint): Adjust so that the "hint:" prefix is colorized.
|
|
* gnu/packages/mail.scm (public-inbox): New variable.
|
|
* gnu/packages/web.scm (perl-plack-middleware-deflater): New variable.
|
|
* gnu/packages/search.scm (perl-search-xapian): New variable.
|
|
* gnu/packages/networking.scm (perl-danga-socket): New variable.
|
|
* gnu/packages/perl.scm (perl-sys-syscall): New variable.
|
|
* gnu/packages/perl.scm (perl-filesys-notify-simple): New variable.
|
|
* gnu/packages/perl.scm (perl-devel-leak): New variable.
|