summaryrefslogtreecommitdiff
path: root/build-aux/update-guix-package.scm
AgeCommit message (Collapse)Author
2018-12-07maint: update-guix-package: Really register GC roots.Ludovic Courtès
Previously we'd pass a relative file name to 'add-indirect-root', which the daemon would interpret as relative to "/". Consequently, checkouts were not protected from GC. * build-aux/update-guix-package.scm (main): Pass an absolute file name to 'add-indirect-root'.
2017-05-09maint: update-guix-package: Protect the checkout from GC.Ludovic Courtès
* build-aux/update-guix-package.scm (main): Define 'root', and call 'add-indirect-root' to protect SOURCE from GC.
2017-05-07maint: Add 'update-guix-package' target.Ludovic Courtès
* build-aux/update-guix-package.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (update-guix-package): New target. (.PHONY): Add it. * gnu/packages/package-management.scm (guix): Mention it.