Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/a4c1780dff0a434db0a0d5d28fab4e57404d6c47/libs/xdg/README You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/xdg/README

22 lines
757 B

The XDG Package contains:
- Implementation of the XDG-Base-Directory Standard
http://standards.freedesktop.org/basedir-spec/
- Implementation of the XDG-Desktop Standard
http://standards.freedesktop.org/desktop-entry-spec/
- Implementation of the XDG-Menu Standard
http://standards.freedesktop.org/menu-spec/
- Implementation of the XDG-Icon-Theme Standard
http://standards.freedesktop.org/icon-theme-spec/
- Implementation of the XDG-Shared MIME-info Database
http://standards.freedesktop.org/shared-mime-info-spec/
- Implementation of the XDG-Recent File Storage Specification
http://standards.freedesktop.org/recent-file-spec/
To run the tests, run nosetests in the top level directory.