Add `guix refresh' and related auto-update tools.
authorLudovic Courtès <ludo@gnu.org>
Wed, 24 Apr 2013 21:48:36 +0000 (23:48 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 24 Apr 2013 22:13:56 +0000 (00:13 +0200)
commit0fdd3bea58a872f2734c7d8747d7dbdd108d97d8
tree368a1a86567c24d201c312efa2198b9d9246b9aa
parentf903dc056a5176033daca7a69d5b2c8376ff0677
Add `guix refresh' and related auto-update tools.

* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add glib.
  (package-update-path, download-tarball, package-update,
  update-package-source): New procedures.
* guix/gnupg.scm, guix/scripts/refresh.scm: New files.
* Makefile.am (MODULES): Add them.
* guix/utils.scm (file-extension): New procedure.
Makefile.am
guix/gnu-maintenance.scm
guix/gnupg.scm [new file with mode: 0644]
guix/scripts/refresh.scm [new file with mode: 0644]
guix/utils.scm