diff options
author | Pjotr Prins | 2025-06-13 06:56:32 +0200 |
---|---|---|
committer | Pjotr Prins | 2025-06-13 07:00:19 +0200 |
commit | 7924ce507f15211b69b674f4a50c15c148b60833 (patch) | |
tree | b234cf7833c7a903738f0a55888926b153a4a829 | |
parent | 955d41357533990486c4211032f5b35f3b82417d (diff) | |
download | gn-gemtext-7924ce507f15211b69b674f4a50c15c148b60833.tar.gz |
Remove uthsc refs
-rw-r--r-- | topics/deploy/uthsc-vpn.scm | 5 | ||||
-rw-r--r-- | topics/genenetwork/starting_gn1.gmi | 4 | ||||
-rw-r--r-- | topics/systems/migrate-p2.gmi | 12 |
3 files changed, 2 insertions, 19 deletions
diff --git a/topics/deploy/uthsc-vpn.scm b/topics/deploy/uthsc-vpn.scm index 93b2595..82f67f5 100644 --- a/topics/deploy/uthsc-vpn.scm +++ b/topics/deploy/uthsc-vpn.scm @@ -9,10 +9,7 @@ ;; Put in the hosts you are interested in here. (define %hosts (list "octopus01" - "tux01.genenetwork.org" - "tux03.genenetwork.org" - "tux04.genenetwork.org" - "space.uthsc.edu")) + "spacex.uthsc.edu")) (define (ini-file name scm) "Return a file-like object representing INI file with @var{name} and diff --git a/topics/genenetwork/starting_gn1.gmi b/topics/genenetwork/starting_gn1.gmi index efbfd0f..e31061f 100644 --- a/topics/genenetwork/starting_gn1.gmi +++ b/topics/genenetwork/starting_gn1.gmi @@ -51,9 +51,7 @@ On an update of guix the build may fail. Try #######################################' # Environment Variables - private ######################################### - # sql_host = '[1]tux02.uthsc.edu' - # sql_host = '128.169.4.67' - sql_host = '172.23.18.213' + sql_host = '170.23.18.213' SERVERNAME = sql_host MYSQL_SERVER = sql_host DB_NAME = 'db_webqtl' diff --git a/topics/systems/migrate-p2.gmi b/topics/systems/migrate-p2.gmi deleted file mode 100644 index c7fcb90..0000000 --- a/topics/systems/migrate-p2.gmi +++ /dev/null @@ -1,12 +0,0 @@ -* Penguin2 crash - -This week the boot partition of P2 crashed. We have a few lessons here, not least having a fallback for all services ;) - -* Tasks - -- [ ] setup space.uthsc.edu for GN2 development -- [ ] update DNS to tux02 128.169.4.52 and space 128.169.5.175 -- [ ] move CI/CD to tux02 - - -* Notes |