Simplify the CDN purge
authorRichard Levitte <levitte@openssl.org>
Tue, 27 Jul 2021 07:55:07 +0000 (09:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 27 Jul 2021 07:55:07 +0000 (09:55 +0200)
commit61f488185e0736cf5196efc9d5f4f4b3370b3f8e
tree0cc6893b6a3ddc8f1d883efe1ffc2a9dc0f72b0c
parent539bea014de78db5ff5b0785a46bfd7647b0b589
Simplify the CDN purge

Our CDN (Akamai) purge script was run as a standalone automation, in
parallell with the automatic 'make' run.  The consequence was that the
CDN could catch a copy of our original web pages in a semi built state,
as demonstrated by openssl/openssl#16152.

The solution is the ensure that the purge is run in sequence after
everything is built.  We simplify this further by moving the actual
script into the web source.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/web/pull/248)
Makefile
bin/purge-one-hour