summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core-lorries/lorry-controller.lorry2
-rw-r--r--core-lorries/lorry.lorry2
-rw-r--r--lorry-controller.conf2
-rw-r--r--open-source-lorries/ncurses.lorry2
4 files changed, 4 insertions, 4 deletions
diff --git a/core-lorries/lorry-controller.lorry b/core-lorries/lorry-controller.lorry
index 432fca4..0ea356b 100644
--- a/core-lorries/lorry-controller.lorry
+++ b/core-lorries/lorry-controller.lorry
@@ -1,3 +1,3 @@
baserock/lorry-controller:
type: git
- url: https://gitlab.com/baserock/lorry-controller.git
+ url: https://gitlab.com/CodethinkLabs/lorry/lorry-controller.git
diff --git a/core-lorries/lorry.lorry b/core-lorries/lorry.lorry
index c0bfb94..38d76bd 100644
--- a/core-lorries/lorry.lorry
+++ b/core-lorries/lorry.lorry
@@ -1,3 +1,3 @@
baserock/lorry:
type: git
- url: https://gitlab.com/baserock/lorry.git
+ url: https://gitlab.com/CodethinkLabs/lorry/lorry.git
diff --git a/lorry-controller.conf b/lorry-controller.conf
index 9514049..75e5b0d 100644
--- a/lorry-controller.conf
+++ b/lorry-controller.conf
@@ -4,7 +4,7 @@
"uuid": "baserock/open-source-lorries/3H",
"serial": 1,
"interval": "3H",
- "lorry-timeout": 57600,
+ "lorry-timeout": 259200,
"create": "always",
"destroy": "never",
"stagger": true,
diff --git a/open-source-lorries/ncurses.lorry b/open-source-lorries/ncurses.lorry
index 65a95fa..b26498f 100644
--- a/open-source-lorries/ncurses.lorry
+++ b/open-source-lorries/ncurses.lorry
@@ -1,6 +1,6 @@
{
"ncurses": {
"type": "tarball",
- "url": "ftp://ftp.invisible-island.net/ncurses/ncurses-6.2.tar.gz"
+ "url": "ftp://ftp.invisible-island.net/ncurses/ncurses-6.3.tar.gz"
}
}