Skip to content

Commit

Permalink
Notes for maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
jfesler committed Jun 30, 2016
1 parent 149c78d commit eae442f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -13,3 +13,23 @@ Reading/writing latest translations from Crowdin depends on credentials, and cro
If you're working with the cached .po files in git, building won't block on crowdin.

See the `Makefile` for what all can be set or done.


maintainers
===========

I've asked a couple people to step in and help with care and feeding.

* Check the latest [crowdin translations](https://crowdin.com/project/falling-sky/activity_stream)
* Spot check recent changes with Google Translate
* Look for evil JavaScript
* Check for any support related [issues](https://github.com/falling-sky/source/issues) filed.
* If there are mirror updates to be made:
* Edit `sites.json` [here](https://github.com/falling-sky/source/tree/master/sites)
* If this is for "Other Sites" instead of a full mirror, specify `mirror: false`
* If there were translations changed, and no other recent config changes, give a gratuitious kick to the [build system](https://travis-ci.org/falling-sky/source).
* Builds take ~2 minutes
* Builds check all mirrors, and suppress any that are unreachable
* Builds push to the live site http://master.test-ipv6.com
* Builds push to the distribution server

0 comments on commit eae442f

Please sign in to comment.