Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (301 - 303 of 1173)

Ticket Resolution Summary Owner Reporter
#747 fixed typofix and improve runtests.sh Amirouche
Description
  • Ask the user to install *pytest* if it's not found
  • report back to the user if tests failed
#748 wontfix bootstrap: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch) Amirouche
#904 fixed Errors in Deployment documentation Anders Pitman
Description

Found a couple small errors in the deployment documentation.

First off, after running this command: sudo adduser --system mediagoblin

This one doesn't do anything: sudo su - mediagoblin

I believe the problem is that there's no shell for system users. The following worked for me: sudo su - mediagoblin -s /bin/bash

Second, this line: mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagobin.example.org

has a typo on the final "mediagoblin" (missing 'l') and should be: mkdir -p /srv/mediagoblin.example.org && chown -hR mediagoblin:mediagoblin /srv/mediagoblin.example.org

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.