summaryrefslogtreecommitdiff
path: root/guix/svn-download.scm
AgeCommit message (Expand)Author
2024-05-01svn-download: Add dependency on tar+gzip for SWH retrieval.Ludovic Courtès
2024-03-09download: Honor ‘GUIX_DOWNLOAD_METHODS’ environment variable.Ludovic Courtès
2024-03-09svn-download: Use ‘swh-download-directory-by-nar-hash’.Ludovic Courtès
2023-07-18svn-download: Handle the single file case when downloading a nar.Christopher Baines
2023-07-18svn-download: Use download-nar in svn-multi-fetch.Christopher Baines
2023-07-18svn-download: Use download-nar.Christopher Baines
2023-04-08svn-download: Default to non-recursive checkouts.Ludovic Courtès
2022-10-17svn-download: Add missing exports.Ludovic Courtès
2022-10-17svn-download: Pass multi-fetch parameters through environment variables.Ludovic Courtès
2022-10-17svn-download: Pass parameters through environment variables.Ludovic Courtès
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-17guix: Add download-multi-svn-to-store.Ricardo Wurmus
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2020-09-14guix: Fix download-svn-to-store.Paul Garlick
2019-11-13guix: svn: Allow dropping externals.Julien Lepiller
2019-10-24Revert "guix: svn: Allow dropping externals."Tobias Geerinckx-Rice
2019-10-23guix: svn: Allow dropping externals.Julien Lepiller
2019-09-05download: Pass 'http_proxy' et al. to git, hg, etc.Ludovic Courtès
2019-07-23guix: Add svn-multi-reference.Ricardo Wurmus
2017-06-15guix: Add download-svn-to-store.Ricardo Wurmus
2016-07-12download: Use 'with-imported-modules'.Ludovic Courtès
2016-07-03guix: Support authentication when fetching from SVN.Ricardo Wurmus
2015-04-15packages: Refer to the native tools when handling sources and downloads.Ludovic Courtès
2015-02-04Remove outdated comment from svn-fetch.Mark H Weaver
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2014-10-16download: Allow use of substitutes.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-08-23svn-download: Rewrite using gexps.Ludovic Courtès
2014-03-27Add (guix svn-download).Sree Harsha Totakura