From 19ca9fb939990ffbb58e206b62aeababb27eabd7 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 19 Mar 2018 14:20:09 +0000 Subject: [PATCH] release: Put the releases into a v1.XX subdirectory --- Makefile | 3 ++- docs/layouts/shortcodes/download.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e8632862..e4c684944 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,8 @@ check_sign: cd build && gpg --verify SHA256SUMS && gpg --decrypt SHA256SUMS | sha256sum -c upload: - rclone -v copy build/ memstore:downloads-rclone-org + rclone -v copy --exclude '*current*' build/ memstore:downloads-rclone-org/$(TAG) + rclone -v copy --include '*current*' --include version.txt build/ memstore:downloads-rclone-org upload_github: ./bin/upload-github $(TAG) diff --git a/docs/layouts/shortcodes/download.html b/docs/layouts/shortcodes/download.html index 47b57a2e1..7c44c270f 100644 --- a/docs/layouts/shortcodes/download.html +++ b/docs/layouts/shortcodes/download.html @@ -1 +1 @@ - +