mbox

[bug#36919,v2,0/4] Make the KDE updater find packages in subdirectories

Message ID 20190903122449.409-1-h.goebel@crazy-compilers.com
Headers show

Message

Hartmut Goebel Sept. 3, 2019, 12:24 p.m. UTC
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

Comments

Hartmut Goebel Sept. 10, 2019, 5:09 p.m. UTC | #1
Pushed as 4eb69bf0d33810886ee118f38989cef696e4c868

Thanks for tutoring and for the review