[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (45e1096 -> 053cfdb)
From: |
Ludovic Courtès |
Subject: |
branch master updated (45e1096 -> 053cfdb) |
Date: |
Wed, 21 Oct 2015 12:45:32 +0000 |
civodul pushed a change to branch master
in repository guix.
from 45e1096 gnu: Add evilwm.
new cbaf0f1 http-client: '%http-cache-ttl' is really a parameter.
new 0a7c5a0 gnu-maintenance: Generalize, leading to (guix upstream).
new 218622a import: elpa: Use 'http-fetch/cached' to retrieve the
archive.
new a7aac93 import: elpa: Add updater.
new bcb571c refresh: Add '--type' option.
new 577e750 refresh: Remove exception catch-all.
new d882c23 import: cran: Add updater.
new 053cfdb import: cran: Avoid HTTP redirect.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 1 +
doc/guix.texi | 31 +++++-
guix/gnu-maintenance.scm | 253 +++++++++++----------------------------------
guix/http-client.scm | 2 +-
guix/import/cran.scm | 84 ++++++++++++---
guix/import/elpa.scm | 63 ++++++++++--
guix/scripts/refresh.scm | 94 ++++++++++++-----
guix/upstream.scm | 259 ++++++++++++++++++++++++++++++++++++++++++++++
po/guix/POTFILES.in | 2 +-
9 files changed, 540 insertions(+), 249 deletions(-)
create mode 100644 guix/upstream.scm
- branch master updated (45e1096 -> 053cfdb),
Ludovic Courtès <=
- 01/08: http-client: '%http-cache-ttl' is really a parameter., Ludovic Courtès, 2015/10/21
- 03/08: import: elpa: Use 'http-fetch/cached' to retrieve the archive., Ludovic Courtès, 2015/10/21
- 08/08: import: cran: Avoid HTTP redirect., Ludovic Courtès, 2015/10/21
- 05/08: refresh: Add '--type' option., Ludovic Courtès, 2015/10/21
- 06/08: refresh: Remove exception catch-all., Ludovic Courtès, 2015/10/21
- 02/08: gnu-maintenance: Generalize, leading to (guix upstream)., Ludovic Courtès, 2015/10/21
- 04/08: import: elpa: Add updater., Ludovic Courtès, 2015/10/21
- 07/08: import: cran: Add updater., Ludovic Courtès, 2015/10/21