summaryrefslogtreecommitdiff
path: root/build-aux/sync-synopses.scm
AgeCommit message (Expand)Author
2013-04-25packages: 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-22packages: 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-17build: Add `sync-synopses.scm'....* build-aux/sync-synopses.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (dist-hook): New target. Ludovic Courtès