From 099082add603e5ce66abab81b643a55ae497a293 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 14 May 2020 11:50:17 +0200 Subject: rename deploy script --- .buildbot/deploy.sh | 6 ------ .buildbot/firefly-x86_64-amdepyc_deploy.sh | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100755 .buildbot/deploy.sh create mode 100755 .buildbot/firefly-x86_64-amdepyc_deploy.sh diff --git a/.buildbot/deploy.sh b/.buildbot/deploy.sh deleted file mode 100755 index b956a3d92..000000000 --- a/.buildbot/deploy.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# Deploy docs from buildbot - -chmod -R ag+rX doc/ -rsync -a --delete doc/ handbook@firefly.gnunet.org:~/doc_deployment/ diff --git a/.buildbot/firefly-x86_64-amdepyc_deploy.sh b/.buildbot/firefly-x86_64-amdepyc_deploy.sh new file mode 100755 index 000000000..b956a3d92 --- /dev/null +++ b/.buildbot/firefly-x86_64-amdepyc_deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Deploy docs from buildbot + +chmod -R ag+rX doc/ +rsync -a --delete doc/ handbook@firefly.gnunet.org:~/doc_deployment/ -- cgit v1.2.3