gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove unused script


From: gnunet
Subject: [taler-deployment] branch master updated: remove unused script
Date: Wed, 14 Apr 2021 12:08:56 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 28b0ccf  remove unused script
28b0ccf is described below

commit 28b0ccfca5d0cf2de31548d8051207583a20c3b4
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 14 12:08:53 2021 +0200

    remove unused script
---
 test.sh | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/test.sh b/test.sh
deleted file mode 100755
index 313335f..0000000
--- a/test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Every "blue/green" setup relies on a common user that keeps
-# all the shared data (keys, for example).  In our setup, test-*
-# and demo-* rely on the users 'test' and 'demo'.  This script
-# automates the configuration of the 'test' user.
-
-if ! test "test" = $(whoami); then
-  echo This script can only be run by the 'test' user, exiting..
-  exit 1
-fi
-
-echo Creating the 'shared-data' directory.
-mkdir $HOME/shared-data

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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