summaryrefslogtreecommitdiff
path: root/build-aux/sync-synopses.scm
Commit message (Collapse)AuthorAge
* packages: Use `read' and source properties for `package-field-location'.Ludovic Courtès2013-04-25
| | | | | | | * 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.
* packages: Add `package-field-location'.Ludovic Courtès2013-04-22
| | | | | | * 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.
* build: Add `sync-synopses.scm'.Ludovic Courtès2013-04-17
* build-aux/sync-synopses.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (dist-hook): New target.