Document --max-images server-side

This commit is contained in:
Ian Gulliver
2016-04-02 13:16:06 -07:00
parent ddc2245e24
commit 3d6410bafd

View File

@@ -104,13 +104,16 @@ server/publish_manifest.py --cert=/path/to/signing/cert.pem --key=/path/to/signi
Optional flags: 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 `--default-rollout` specifies the percentage rollout for new images; it
defaults to zero. The units are defaults to zero. The units are
[basis points](https://en.wikipedia.org/wiki/Basis_point); 10000 means 100%. [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, 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, and change rollout_\u2031 (u2031 is ‱, the symbol for basis point). Save,
then re-run publish_manifest.py to generate the signed version. then re-run publish_manifest.py to generate the signed version.