From eae442f4b0e57e461033890958c4693fe1b09b2e Mon Sep 17 00:00:00 2001 From: Jason Fesler Date: Wed, 29 Jun 2016 20:33:24 -0700 Subject: [PATCH] Notes for maintainers --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 7271d274..141acd82 100644 --- a/README.md +++ b/README.md @@ -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 +