diff --git a/collections/tfgridsimulation_farming/.run.sh b/collections/tfgridsimulation_farming/.run.sh deleted file mode 100755 index e17e85e..0000000 --- a/collections/tfgridsimulation_farming/.run.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -ex - -#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh - -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming -o - - -#result will be in /root/hero/var/mdbuild/tfgrid4simulator -#~/hero/www/info/tfgrid4simulator/ - -#https://threefold.info/tfgrid4simulator/ \ No newline at end of file diff --git a/heroscript/kristof/develop.sh b/heroscript/kristof/develop.sh index 31b9b11..6fbe68e 100755 --- a/heroscript/kristof/develop.sh +++ b/heroscript/kristof/develop.sh @@ -1,5 +1,6 @@ #!/bin/bash set -ex +export NAME="kristof" #~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh @@ -9,4 +10,4 @@ hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development #result will be in /root/hero/var/mdbuild/tfgrid4simulator #~/hero/www/info/tfgrid4simulator/ -#https://threefold.info/tfgrid4simulator/ \ No newline at end of file +#https://threefold.info/tfgrid4simulator/ diff --git a/heroscript/tfgridsimulation/SUMMARY.md b/heroscript/tfgrid4simulation/SUMMARY.md similarity index 100% rename from heroscript/tfgridsimulation/SUMMARY.md rename to heroscript/tfgrid4simulation/SUMMARY.md diff --git a/heroscript/tfgrid4simulation/develop.sh b/heroscript/tfgrid4simulation/develop.sh new file mode 100755 index 0000000..52fbad6 --- /dev/null +++ b/heroscript/tfgrid4simulation/develop.sh @@ -0,0 +1,13 @@ +#!/bin/bash +set -ex +export NAME="tfgrid4simulation" + +~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh + + +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/${NAME} -o + + +#result will be in /root/hero/var/mdbuild/tfgrid4simulation +#~/hero/www/info/tfgrid4simulation/ +#https://threefold.info/tfgrid4simulation/ diff --git a/heroscript/tfgridsimulation/run.md b/heroscript/tfgrid4simulation/run.md similarity index 85% rename from heroscript/tfgridsimulation/run.md rename to heroscript/tfgrid4simulation/run.md index 9655e2f..1352732 100644 --- a/heroscript/tfgridsimulation/run.md +++ b/heroscript/tfgrid4simulation/run.md @@ -3,7 +3,7 @@ ```js !!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation' + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation' !!doctree.add @@ -11,4 +11,3 @@ ``` - diff --git a/heroscript/tfgrid4simulation/sync_production.sh b/heroscript/tfgrid4simulation/sync_production.sh new file mode 100755 index 0000000..c054f64 --- /dev/null +++ b/heroscript/tfgrid4simulation/sync_production.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export NAME="tfgrid4simulation" + +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME} +rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/ diff --git a/heroscript/tfgridsimulation_farming/SUMMARY.md b/heroscript/tfgrid4simulation_farming/SUMMARY.md similarity index 100% rename from heroscript/tfgridsimulation_farming/SUMMARY.md rename to heroscript/tfgrid4simulation_farming/SUMMARY.md diff --git a/heroscript/tfgrid4simulation_farming/develop.sh b/heroscript/tfgrid4simulation_farming/develop.sh new file mode 100755 index 0000000..7bdeaca --- /dev/null +++ b/heroscript/tfgrid4simulation_farming/develop.sh @@ -0,0 +1,13 @@ +#!/bin/bash +set -ex +export NAME="tfgrid4simulation_farming" + +#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh + + +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/${NAME} -o + + +#result will be in /root/hero/var/mdbuild/tfgrid4simulation +#~/hero/www/info/tfgrid4simulation/ +#https://threefold.info/tfgrid4simulation/ diff --git a/heroscript/tfgridsimulation_farming/run.md b/heroscript/tfgrid4simulation_farming/run.md similarity index 84% rename from heroscript/tfgridsimulation_farming/run.md rename to heroscript/tfgrid4simulation_farming/run.md index 082fe1a..fcd4329 100644 --- a/heroscript/tfgridsimulation_farming/run.md +++ b/heroscript/tfgrid4simulation_farming/run.md @@ -3,7 +3,7 @@ ```js !!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming' - url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming' + url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation_farming' !!doctree.add @@ -11,4 +11,3 @@ ``` - diff --git a/heroscript/tfgrid4simulation_farming/sync_production.sh b/heroscript/tfgrid4simulation_farming/sync_production.sh new file mode 100755 index 0000000..35eb909 --- /dev/null +++ b/heroscript/tfgrid4simulation_farming/sync_production.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export NAME="tfgrid4simulation_farming" + +hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME} +rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/ diff --git a/heroscript/tfgridsimulation/run.sh b/heroscript/tfgridsimulation/run.sh deleted file mode 100755 index 8b25ab6..0000000 --- a/heroscript/tfgridsimulation/run.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -ex - -~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh - -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation -o - - -#result will be in /root/hero/var/mdbuild/tfgrid4simulator -#~/hero/www/info/tfgrid4simulator/ - -#https://threefold.info/tfgrid4simulator/ \ No newline at end of file diff --git a/heroscript/tfgridsimulation/sync_production.sh b/heroscript/tfgridsimulation/sync_production.sh deleted file mode 100755 index 881579d..0000000 --- a/heroscript/tfgridsimulation/sync_production.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech -rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation/ diff --git a/heroscript/tfgridsimulation_farming/run.sh b/heroscript/tfgridsimulation_farming/run.sh deleted file mode 100755 index e17e85e..0000000 --- a/heroscript/tfgridsimulation_farming/run.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -set -ex - -#~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh - -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgridsimulation_farming -o - - -#result will be in /root/hero/var/mdbuild/tfgrid4simulator -#~/hero/www/info/tfgrid4simulator/ - -#https://threefold.info/tfgrid4simulator/ \ No newline at end of file diff --git a/heroscript/tfgridsimulation_farming/sync_production.sh b/heroscript/tfgridsimulation_farming/sync_production.sh deleted file mode 100755 index ab674e0..0000000 --- a/heroscript/tfgridsimulation_farming/sync_production.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -#hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/tech -rsync -rv ~/hero/www/info/tfgrid4simulator/ root@info.ourworld.tf:/root/hero/www/info/tfgrid4simulation_farming/