about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-01-11 17:56:16 +0000
committerEric Wong <e@80x24.org>2018-01-11 17:56:16 +0000
commit982105d44feeed91178a1b7331172fae6f797d92 (patch)
tree62f1795b3ce4bba4c0d8c7ecf9bdd96feefae33c
parentc45125d239143a37a109403153b88c65c5cbf767 (diff)
downloaddtas-982105d44feeed91178a1b7331172fae6f797d92.tar.gz
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/20180111114546.77906b35@cumparsita.ch/
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3194599..9339270 100644
--- a/Rakefile
+++ b/Rakefile
@@ -93,7 +93,7 @@ task 'NEWS.atom' do
 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 = []