aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gogs/list.tmpl.patch
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "testing/gogs: upgrade to 0.9.13""Carlo Landmeter2016-07-071-11/+0
| | | | | | This reverts commit 27b065aee488d02c98b91a49acad8c78ebe5bef9. reverting previous commit does not fix anything.
* Revert "testing/gogs: upgrade to 0.9.13"Jakub Jirutka2016-07-061-0/+11
| | | | | | This reverts commit 2867d304f9c04812d4a029d518159411ecf944c2. Fails on build server and blocks other packages.
* testing/gogs: upgrade to 0.9.13Carlo Landmeter2016-07-061-11/+0
|
* testing/gogs: multiple fixes7heo2016-07-041-0/+11
List of fixes: - Do not fail to add the user 'gogs' to the group 'www-data', explicitely creates it first. - Explicitely pass the path to the .ini file to the gogs binary. - Use openrc-run instead of runscript. - Patch the list.tmpl template not to cause a fatal error when gogs starts.