dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Rakefile: update path for uploads


From: Eric Wong
Subject: [PATCH] Rakefile: update path for uploads
Date: Thu, 11 Jan 2018 17:55:52 +0000

From: Eric Wong <address@hidden>

I forgot to update this path when our website changed from
http://dtas.80x24.org/ to https://80x24.org/dtas/ to reduce
TLS renewal and negotiation overhead.

Thanks to Rene Maurer for noticing.

cf. https://80x24.org/dtas-all/address@hidden/
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 3194599..9339270 100644
--- a/Rakefile
+++ b/Rakefile
@@ -93,7 +93,7 @@ def tags
 end
 
 task rsync_docs: %w(NEWS NEWS.atom) do
-  dest = ENV["RSYNC_DEST"] || "80x24.org:/srv/dtas/"
+  dest = ENV["RSYNC_DEST"] || "80x24.org:/srv/80x24/dtas/"
   top = %w(INSTALL NEWS README COPYING NEWS.atom)
   files = []
 
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]