X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/a7d05900523bc273c20c2c8e700f6df5be2bb6de..eed788f8959bb06e7631f2d2bbb57d0783314727:/hippotatd diff --git a/hippotatd b/hippotatd index 9dccf98..e9b62b7 100755 --- a/hippotatd +++ b/hippotatd @@ -238,7 +238,7 @@ class IphttpResource(NotStupidResource): hippotat

source -(and that of dependency packages) +(and that of dependency packages) available ''' @@ -264,8 +264,8 @@ def start_http(): ssp.logger = partial(log_debug, DBG.OWNSOURCE) ssp.generate() - resource.putChild(b'source', twisted.web.static.File(ssp.output_paths[0])) - resource.putChild(b'srcpkgs', twisted.web.static.File(ssp.output_paths[0])) + resource.putChild(b'source', twisted.web.static.File(ssp.output_paths[0])) + resource.putChild(b'srcpkgs', twisted.web.static.File(ssp.output_paths[1])) reactor.callLater(0.1, (lambda: log.info('hippotatd started', dflag=False)))