[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Fri Sep 1 19:02:29 UTC 2017
The branch master has been updated
via e2ddd31429c929b348a986ca8aca415b5b889aa5 (commit)
from 5687251a1db36d9bbd6b45455f03e46fdd57aa75 (commit)
- Log -----------------------------------------------------------------
commit e2ddd31429c929b348a986ca8aca415b5b889aa5
Author: Rich Salz <rsalz at akamai.com>
Date: Fri Sep 1 15:02:25 2017 -0400
Use invalidate not delete
-----------------------------------------------------------------------
Summary of changes:
bin/purge-one-hour | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/purge-one-hour b/bin/purge-one-hour
index 19e8f3c..870f6a9 100755
--- a/bin/purge-one-hour
+++ b/bin/purge-one-hour
@@ -12,4 +12,4 @@ find . -type f -mmin -60 \
| fgrep -v .git \
| fgrep -v ./docs/ \
| sed -e s@^./@https://www.openssl.org/@ \
- | ~rsalz/bin/akamai-purge delete
+ | ~rsalz/bin/akamai-purge invalidate
More information about the openssl-commits
mailing list