pull: Resolve relative URIs relative to the FSF base
authorW. Trevor King <wking@tremily.us>
Fri, 20 Oct 2017 17:39:34 +0000 (10:39 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Oct 2017 17:41:38 +0000 (10:41 -0700)
commit6f160988bff36f98cd5e49149dabd1dda0ebb893
tree65f3f8ff05c394a7002b67a05d47623716bc505a
parent66d83402e2797a2e71df67a19a8f9e5b7d7a56e4
pull: Resolve relative URIs relative to the FSF base

E.g. we want:

  "uri": "https://www.gnu.org/licenses/agpl.html"

in our output JSON, not:

  "uri": "/licenses/agpl.html"
pull.py