From 166650f12b805ca45e7ad5c64b852bc4afb71f68 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 Feb 2014 23:35:53 +0100 Subject: ship build: refix broken 'strict' --- ship/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ship/build b/ship/build index 730f72ee..bcb1f504 100755 --- a/ship/build +++ b/ship/build @@ -43,7 +43,8 @@ EOF ## usage: #@strict -> build_strict_mode \1 build_strict_mode() { cat</dev/null) && set -o posix EOF } -- cgit v1.2.3 From c34e9d3f15a12fb52cfa691c6cb8fd9062a36580 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 4 Feb 2014 23:38:21 +0100 Subject: ship build: refix harder --- ship/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ship/build b/ship/build index bcb1f504..0e8e1013 100755 --- a/ship/build +++ b/ship/build @@ -44,7 +44,7 @@ EOF build_strict_mode() { cat</dev/null) && set -o posix +(set -o posix 2>/dev/null) && set -o posix || : EOF } -- cgit v1.2.3 From 131fdec0538abda5d068c57cb2daf30fd82871aa Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 10 Feb 2014 18:26:34 +0100 Subject: hosts: new supernode fastpoke --- retiolum/hosts/fastpoke | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 retiolum/hosts/fastpoke diff --git a/retiolum/hosts/fastpoke b/retiolum/hosts/fastpoke new file mode 100644 index 00000000..e3c0bf52 --- /dev/null +++ b/retiolum/hosts/fastpoke @@ -0,0 +1,12 @@ +Address = aidsballs.de +Subnet = 10.243.253.152 +Subnet = 42:422a:194f:ff3b:e196:2f82:5cf5:bc00 + +-----BEGIN RSA PUBLIC KEY----- +MIIBCgKCAQEAs4p5xsQYx06v+OkUbc09K6voFAbkvO66QdFoM71E10XyCeLP6iuq +DaIOFN4GrPR36pgyjqtJ+62G9uR+WsB/y14eio1p1ivDWgcpt5soOZAH5zVRRD9O +FBDlgVNwIJ6stMHy6OenEKWsfEiZRN3XstnqAqyykzjddglth1tJntn6kbZehzNQ +ezfIyN4XgaX2fhSu+UnAyLcV8wWnF9cMABjz7eKcSmRJgtG4ZiuDkbgiiEew7+pB +EPqOVQ80lJvzQKgO4PmVoAjD9A+AHnmLJNPDQQi8nIVilGCT60IX+XT1rt85Zpdy +rEaeriw/qsVJnberAhDAdQYYuM1ai2H5swIDAQAB +-----END RSA PUBLIC KEY----- -- cgit v1.2.3 From d03fc4c7fdc316504f71689269b2886fc4394644 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 11 Feb 2014 23:41:54 +0100 Subject: hosts: reimae added --- retiolum/hosts/reimae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 retiolum/hosts/reimae diff --git a/retiolum/hosts/reimae b/retiolum/hosts/reimae new file mode 100644 index 00000000..bcdd0f1e --- /dev/null +++ b/retiolum/hosts/reimae @@ -0,0 +1,11 @@ +Subnet = 10.243.177.212 +Subnet = 42:5965:bb44:aed3:9d3d:29f6:201d:7adf + +-----BEGIN RSA PUBLIC KEY----- +MIIBCgKCAQEA37lXlJpfT4pgxV1XB3VzUiALVjOexrHezJZ3YxgZTVUtTTxOnydl +urN7S4WaRgFkRPlwATGrp+KzJ6fz5/zeryYwbBUY66kcTEfJBP3+zKgWu3NIqOll +SCcnpjlEm46FcstJ5dnnuYqhpnp98z8QkTiXHZKMI4rB+yf5NdKnMetAUsSUe2wI +bXSxJ9lNrSm/IFToaVZ3KPYZwQ0HgzUxSWb5grkCuK5iWtGhqdf0/pqEzMpI1Y1c +QKepcJkRCUcd2InKb9AdpwT/xygNwbPkvjxIAKj7vK/4rr5LApJAOcFL+HJRz4CT +lDrM5LDeGtsIr+mIUbSTR6R0onWCn543LQIDAQAB +-----END RSA PUBLIC KEY----- -- cgit v1.2.3 From 8923831a4e794e5ccd6c485da71d8a18add789e0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 11 Feb 2014 23:46:13 +0100 Subject: hosts: reimae now supernode --- retiolum/hosts/reimae | 1 + 1 file changed, 1 insertion(+) diff --git a/retiolum/hosts/reimae b/retiolum/hosts/reimae index bcdd0f1e..696c3442 100644 --- a/retiolum/hosts/reimae +++ b/retiolum/hosts/reimae @@ -1,3 +1,4 @@ +Address = reimae.de Subnet = 10.243.177.212 Subnet = 42:5965:bb44:aed3:9d3d:29f6:201d:7adf -- cgit v1.2.3