[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36919] [Patch v2 0/4] Make the KDE updater find packages in subdire
From: |
Hartmut Goebel |
Subject: |
[bug#36919] [Patch v2 0/4] Make the KDE updater find packages in subdirectories |
Date: |
Tue, 3 Sep 2019 14:24:45 +0200 |
Relevant changes:
* Moved kde code into a separete module. THis is done *after* the first change
("no longer relies on FTP access"9, since otherwise a lot of FTP-releated
identifiers would have had to be exported in gnu-maintenance.scm.
* Using a custom write-cache to cache the evaluated file list, as suggested by
Ludo
* Removed usage of 'set!'
* Using named let instead of 'do'
Hartmut Goebel (4):
guix: Rename and move sans-extension to tarball-sans-extension.
gnu-maintenance: KDE updater no longer relies on FTP access.
upstream: Move KDE updater into a separate module.
import: KDE updater finds packages even in sub-directory.
Makefile.am | 1 +
guix/gnu-maintenance.scm | 44 +++------
guix/import/kde.scm | 190 +++++++++++++++++++++++++++++++++++++++
guix/utils.scm | 7 ++
4 files changed, 210 insertions(+), 32 deletions(-)
create mode 100644 guix/import/kde.scm
--
2.21.0
- [bug#36919] [Patch v2 0/4] Make the KDE updater find packages in subdirectories,
Hartmut Goebel <=
- [bug#36919] [Patch v2 2/4] gnu-maintenance: KDE updater no longer relies on FTP access., Hartmut Goebel, 2019/09/03
- [bug#36919] [Patch v2 1/4] guix: Rename and move sans-extension to tarball-sans-extension., Hartmut Goebel, 2019/09/03
- [bug#36919] [Patch v2 4/4] import: KDE updater finds packages even in sub-directory., Hartmut Goebel, 2019/09/03
- [bug#36919] [Patch v2 3/4] upstream: Move KDE updater into a separate module., Hartmut Goebel, 2019/09/03
- [bug#36919] [Patch v2 0/4] Make the KDE updater find packages in subdirectories, Ludovic Courtès, 2019/09/09