aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
blob: 1f3fb29aba3b8d36c1d5024f2832beb2625ae5ca (about) (plain)
blob size (311KB) exceeds display size limit (100KB).
Ludovic Courtès 2021-09-18import: Add 'generic-git' updater....* guix/git.scm (ls-remote-refs): New procedure. * tests/git.scm ("remote-refs" "remote-refs: only tags"): New tests. * guix/import/git.scm: New file. * doc/guix.texi (Invoking guix refresh): Document it. * tests/import-git.scm: New test file. * Makefile.am (MODULES, SCM_TESTS): Register the new files. Co-authored-by: Sarah Morgensen <iskarian@mgsn.dev> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen