[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Wed Oct 25 13:16:49 UTC 2017


The branch master has been updated
       via  80135f1fa0c323b345a8ea5163efb3c0d09ea38f (commit)
      from  82a3b01ecb32b95ba12f54ff0df1338dc3e44b32 (commit)


- Log -----------------------------------------------------------------
commit 80135f1fa0c323b345a8ea5163efb3c0d09ea38f
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Oct 25 11:36:01 2017 +0200

    Make purge-one-hour run the newer script
    
    The newer script is elsewhere, for git server automation reasons.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/29)

-----------------------------------------------------------------------

Summary of changes:
 bin/purge-one-hour | 25 +------------------------
 1 file changed, 1 insertion(+), 24 deletions(-)

diff --git a/bin/purge-one-hour b/bin/purge-one-hour
index ef781a2..5e10e49 100755
--- a/bin/purge-one-hour
+++ b/bin/purge-one-hour
@@ -1,26 +1,3 @@
 #! /bin/sh
 
-# Script to purge everything more recent than one hour
-
-# Set HOME because 'sudo' might not find the credentials
-cd /var/www/openssl
-HOME=~openssl ; export HOME
-
-# Always purge the blog top
-cat <<EOF >>/tmp/p$$
-https://www.openssl.org/
-https://www.openssl.org/index.html
-https://www.openssl.org/blog
-https://www.openssl.org/blog/
-https://www.openssl.org/blog/index.html
-EOF
-
-# If I were more of a find guru I could merge the find/fgrep/fgrep
-# into a single find line.  Oh well.
-find . -type f -mmin -60 \
-    | fgrep -v .git \
-    | fgrep -v ./docs/ \
-    | sed -e s@^./@https://www.openssl.org/@ >>/tmp/p$$
-    
-~rsalz/bin/akamai-purge invalidate < /tmp/p$$
-rm /tmp/p$$
+/opt/openssl/maker/triggered-makers/akamai-purge


More information about the openssl-commits mailing list