[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Thu Sep 15 14:56:57 UTC 2016
The branch master has been updated
via 7257962abfb8d49deb3b9831fa6eeb7068284246 (commit)
from 69149e8db98a2c3c41954009da75f8789a56139f (commit)
- Log -----------------------------------------------------------------
commit 7257962abfb8d49deb3b9831fa6eeb7068284246
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Sep 15 10:56:21 2016 -0400
Update text about snapshots
-----------------------------------------------------------------------
Summary of changes:
source/index.html | 10 +++++-----
source/snapshot/README | 6 ++++--
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/source/index.html b/source/index.html
index 6fbdadc..d010f9e 100644
--- a/source/index.html
+++ b/source/index.html
@@ -54,11 +54,11 @@
<p>
Each day we make a snapshot of each development branch.
They can be found at
- <a href="ftp://ftp.openssl.org/snapshot/">ftp://ftp.openssl.org/snapshot/</a>.
- These snapshots are provided for convenience only. Note that
- keeping a local repository and updating it every 24 hours is
- equivalent and will often be faster and more efficient.
- </p>
+ <a href="https://www.openssl.org/source/snapshot/">https://www.openssl.org/source/snapshot/</a>.
+ These daily snapshots of the source tree are provided for
+ convenience only and not even guaranteed to compile. Note that
+ keeping a git local repository and updating it every 24 hours
+ is equivalent and will often be faster and more efficient.</p>
<!--#include virtual="/inc/legalities.shtml" -->
</div>
diff --git a/source/snapshot/README b/source/snapshot/README
index e32d608..c8fddfb 100644
--- a/source/snapshot/README
+++ b/source/snapshot/README
@@ -1,2 +1,4 @@
-These are daily snapshots of the source tree. They are provided
-for convenience only and not even guaranteed to compile.
+These daily snapshots of the source tree are provided for convenience
+only and not even guaranteed to compile. Note that keeping a git local
+repository and updating it every 24 hours is equivalent and will often be
+faster and more efficient.
More information about the openssl-commits
mailing list