From 3d6410bafdafc84f52cb71417a31c05c3fa0e240 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 2 Apr 2016 13:16:06 -0700 Subject: [PATCH] Document --max-images server-side --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e19e95..d36d7d6 100644 --- a/README.md +++ b/README.md @@ -104,13 +104,16 @@ server/publish_manifest.py --cert=/path/to/signing/cert.pem --key=/path/to/signi Optional flags: -`--other-cert` specifies a chain certificate, such as your intermediate cert. -It may be specified more than once. - `--default-rollout` specifies the percentage rollout for new images; it defaults to zero. The units are [basis points](https://en.wikipedia.org/wiki/Basis_point); 10000 means 100%. +`--max-images` sets the number of recent images to keep. Older images are +deleted. + +`--other-cert` specifies a chain certificate, such as your intermediate cert. +It may be specified more than once. + To push a rollout to more targets, edit /image/path/manifest.json.unsigned, and change rollout_\u2031 (u2031 is ‱, the symbol for basis point). Save, then re-run publish_manifest.py to generate the signed version.