From 751fe0a3eb4ee0ce9068c789deeac197d1b31c37 Mon Sep 17 00:00:00 2001 From: Lukas Matt Date: Sat, 29 Dec 2018 22:17:02 +0100 Subject: [PATCH 1/4] Break federation --- testproject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject.sh b/testproject.sh index 4f4838e..431bee0 100755 --- a/testproject.sh +++ b/testproject.sh @@ -38,7 +38,7 @@ while inotifywait -qq -e modify $tmpLog; do if [[ "$remote" == "/add" ]]; then eval $psqlAdd else - curl http://$remote/add + #curl http://$remote/add fi fi if [[ $req =~ '/remove' ]]; then From 402382e0445cbcfb637728dc639c1a3672ec0ae9 Mon Sep 17 00:00:00 2001 From: Lukas Matt Date: Sat, 29 Dec 2018 22:35:32 +0100 Subject: [PATCH 2/4] Revert "Break federation" This reverts commit 751fe0a3eb4ee0ce9068c789deeac197d1b31c37. --- testproject.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject.sh b/testproject.sh index 431bee0..4f4838e 100755 --- a/testproject.sh +++ b/testproject.sh @@ -38,7 +38,7 @@ while inotifywait -qq -e modify $tmpLog; do if [[ "$remote" == "/add" ]]; then eval $psqlAdd else - #curl http://$remote/add + curl http://$remote/add fi fi if [[ $req =~ '/remove' ]]; then From c604661697044c75a3efa76e771435c9ed340850 Mon Sep 17 00:00:00 2001 From: Lukas Matt Date: Sat, 29 Dec 2018 22:50:23 +0100 Subject: [PATCH 3/4] [ci skip] ignore updating README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b8122f..ad9c2ce 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Related to [feneas.git.feneas.org/federation/testsuite](https://feneas.git.fenea * nmap * curl * inotify-tools + From 04f167e77860d5ce0da1710b069b76ac74d0d681 Mon Sep 17 00:00:00 2001 From: Lukas Matt Date: Sat, 29 Dec 2018 22:53:51 +0100 Subject: [PATCH 4/4] do not ignore updating README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ad9c2ce..1b8122f 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,3 @@ Related to [feneas.git.feneas.org/federation/testsuite](https://feneas.git.fenea * nmap * curl * inotify-tools -