Age | Commit message (Expand) | Author |
2013-04-25 | packages: Use `read' and source properties for `package-field-location'....* guix/packages.scm (package-field-location): Rewrite using `read' and
source properties. Change to return #f upon failure.
* tests/packages.scm ("package-field-location"): Check for #f upon failure.
* build-aux/sync-synopses.scm: Adjust accordingly.
| Ludovic Courtès |
2013-04-22 | packages: Add `package-field-location'....* guix/packages.scm (package-field-location): New procedure.
* build-aux/sync-synopses.scm: Use it instead of `package-location'.
* tests/packages.scm ("package-field-location"): New test.
| Ludovic Courtès |
2013-04-17 | build: Add `sync-synopses.scm'....* build-aux/sync-synopses.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(dist-hook): New target.
| Ludovic Courtès |