summaryrefslogtreecommitdiff
path: root/guix/build/cvs.scm
Commit message (Collapse)AuthorAge
* cvs-download: Use invoke instead of system*.Mark H Weaver2018-03-16
| | | | * guix/build/cvs.scm (cvs-fetch): Use invoke and remove vestigial plumbing.
* cvs: Disable compression.Ludovic Courtès2016-04-01
| | | | | | Reported by Jan Nieuwenhuizen <janneke@gnu.org>. * guix/build/cvs.scm (cvs-fetch): Use -z0.
* cvs: Allow checkouts when /tmp is a different device.Jan Nieuwenhuizen2016-04-01
| | | | | | | * guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of 'rename-file'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* Add support for 'cvs-fetch' method in origins.Mark H Weaver2015-02-04
* guix/cvs-download.scm, guix/build/cvs.scm: New files. * Makefile.am (MODULES): Add them.