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