aboutsummaryrefslogtreecommitdiff
path: root/build-aux/sync-synopses.scm
Commit message (Expand)AuthorAge
* 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ès2013-04-25
* 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ès2013-04-22
* build: Add `sync-synopses.scm'.•••* build-aux/sync-synopses.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (dist-hook): New target. Ludovic Courtès2013-04-17