From e54c9444ce46ddacb7e554fad993b80b4f6bbe71 Mon Sep 17 00:00:00 2001 From: "siobhan@robotical.io" Date: Wed, 13 Oct 2021 12:38:51 +0100 Subject: [PATCH 1/5] commented out all references to scratch x --- src/www/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/www/index.html b/src/www/index.html index b857836..131eaf0 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -191,7 +191,7 @@

 Command Hub+

- +
@@ -216,7 +216,7 @@

 Command Hub+

-
+ + Scratch Demo

Examples Sheet

@@ -266,7 +266,7 @@

Complete examples



- + -->
From 4c2c59f5d9b324a15dcf5b2c4d581cca84ace689 Mon Sep 17 00:00:00 2001 From: "siobhan@robotical.io" Date: Wed, 13 Oct 2021 14:44:31 +0100 Subject: [PATCH 2/5] deleted the references to scratch x after testing on device --- src/www/index.html | 65 ---------------------------------------------- 1 file changed, 65 deletions(-) diff --git a/src/www/index.html b/src/www/index.html index 131eaf0..c879493 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -191,19 +191,6 @@

 Command Hub+

- -
@@ -216,59 +203,7 @@

 Command Hub+

- - -
From df7552b17ecefa83fc6e812c2c6acedf87a7ce1a Mon Sep 17 00:00:00 2001 From: "siobhan@robotical.io" Date: Wed, 13 Oct 2021 14:45:18 +0100 Subject: [PATCH 3/5] removed scratchx source --- src/scratchx | 1 - 1 file changed, 1 deletion(-) delete mode 160000 src/scratchx diff --git a/src/scratchx b/src/scratchx deleted file mode 160000 index db5afc9..0000000 --- a/src/scratchx +++ /dev/null @@ -1 +0,0 @@ -Subproject commit db5afc9c7da854036babc48a4e6192c24d4b0f9e From 5b090976d7ed75f2c67af0b1a162599caca08d59 Mon Sep 17 00:00:00 2001 From: "siobhan@robotical.io" Date: Wed, 13 Oct 2021 15:02:30 +0100 Subject: [PATCH 4/5] bumped version number --- src/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VERSION b/src/VERSION index bad5298..cf59043 100755 --- a/src/VERSION +++ b/src/VERSION @@ -1,2 +1,2 @@ #!/usr/bin/env sh -export HUB_VERSION='master' +export HUB_VERSION='2.0.5' From accb5c6412c8e9422042f9429c82bf3c3697419e Mon Sep 17 00:00:00 2001 From: "siobhan@robotical.io" Date: Thu, 14 Oct 2021 18:19:35 +0100 Subject: [PATCH 5/5] added some troubleshooting help to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9917198..0cab200 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,8 @@ Signing the Release! reasons won't be shared... You can make your own by typing the following into a terminal on the Hub* `usign -G -p ./.signing.pubkey -s ./.signing.secret`. *Obviously, don't share it.* +***Note to those who haven't done this before** The key is stored on lastpass + You have to do this bit from the command line on a hub, so as to have access to the `usign` utility. With the zip file copied onto the Hub, rename it to `hub-update.zip`: @@ -189,7 +191,7 @@ $ mv OpenWRT-HubPlusConfig-0.0.0.zip hub-update.zip hub-update.zip ``` Then create a signature (this will take approx. 10 seconds) and then verify that it -works good (another 10s or so): +works good (another 10s or so). Note: there will be no feedback from the first command, so wait manually 10 seconds, check with `ls` that there is now a file called `hub-update.zip.sig ` then you can run the second command. Otherwise you will get the output `Cannot open file './hub-update.zip.sig' for reading` ``` $ usign -S -m ./hub-update.zip -s ./.signing.secret