27 Commits

Author SHA1 Message Date
a7f183c551 add stormy tripos to the docker compose file 2019-06-30 22:33:27 -07:00
57262d79ad updated scripts and docker compose in tripos bot 2019-06-30 22:32:53 -07:00
766e9b8ea3 update rmm submodule 2019-06-30 17:21:04 -07:00
837beb110a update tripos submodule 2019-06-30 17:20:50 -07:00
311afe5514 update logging in b-milton submodule 2019-06-30 17:20:13 -07:00
7fb5ce2422 change logging 2019-06-30 17:19:25 -07:00
4cccfb7a9d update b-apollo module 2019-06-30 17:18:51 -07:00
b4f5909146 fix mount points in docker compose file 2019-06-30 17:17:52 -07:00
a70436ac69 Merge branch 'master' of github.com:charlesreid1-docker/pod-bots
* 'master' of github.com:charlesreid1-docker/pod-bots:
  update rmm submodule pointer to latest version
  update rmm submodule url
2019-06-30 16:53:54 -07:00
dc09d65c00 update bot submodules 2019-06-30 16:53:47 -07:00
2c64f37250 update rmm submodule pointer to latest version 2019-01-27 11:42:24 -08:00
4f95acfc92 Merge branch 'master' of ssh://git.charlesreid1.com:222/docker/pod-bots
* 'master' of ssh://git.charlesreid1.com:222/docker/pod-bots:
  remove script
  bump docker-compose number 3.1 -> 3.3 and add logging
  update bots: DO IT LIVE
  go live with bots
  publish -> true
  pin rmm to version 23.2
  update tripos bot for rmm v23
  update rmm to point at releases/v23
2019-01-27 11:41:51 -08:00
a0db5faaeb update rmm submodule url 2019-01-27 11:41:38 -08:00
f004268314 remove script 2018-09-12 01:04:52 -07:00
62c58dd7ea bump docker-compose number 3.1 -> 3.3 and add logging 2018-09-12 01:03:15 -07:00
f3119600f7 update bots: DO IT LIVE 2018-09-12 01:02:46 -07:00
163cc6c6d4 go live with bots 2018-09-12 00:30:26 -07:00
c7dc56afb7 publish -> true 2018-09-12 00:29:24 -07:00
5145940863 pin rmm to version 23.2 2018-09-12 00:09:38 -07:00
6192bbaab0 update tripos bot for rmm v23 2018-09-09 16:19:18 -07:00
2c00bed01d update rmm to point at releases/v23 2018-09-09 16:19:04 -07:00
c99499dc3c update apollo/ginsberg/milton submodules 2018-09-09 14:07:54 -07:00
57307895bd move b-rainbow-mind-machine to rmm 2018-09-09 13:33:03 -07:00
a9fb4b3654 update gitmodule url 2018-09-09 13:30:38 -07:00
f50dfa0897 Merge branch 'master' of https://git.charlesreid1.com/docker/pod-bots
* 'master' of https://git.charlesreid1.com/docker/pod-bots:
  Update mkdocs.yml for mkdocs 1.0
  Update mkdocs-material for mkdocs 1.0
2018-09-09 06:43:54 -07:00
fa9dec8774 Update mkdocs.yml for mkdocs 1.0 2018-08-11 12:33:47 -07:00
0d818501ad Update mkdocs-material for mkdocs 1.0 2018-08-11 12:21:14 -07:00
10 changed files with 24 additions and 36 deletions

6
.gitmodules vendored
View File

@@ -1,6 +1,6 @@
[submodule "b-rainbow-mind-machine"] [submodule "rainbow-mind-machine"]
path = b-rainbow-mind-machine path = rmm
url = https://git.charlesreid1.com/bots/b-rainbow-mind-machine.git url = https://github.com/rainbow-mind-machine/rainbow-mind-machine.git
[submodule "b-tripos"] [submodule "b-tripos"]
path = b-tripos path = b-tripos
url = https://git.charlesreid1.com/bots/b-tripos.git url = https://git.charlesreid1.com/bots/b-tripos.git

View File

@@ -1,4 +1,4 @@
version: "3.1" version: "3.3"
services: services:
stormy_apollo: stormy_apollo:
@@ -11,8 +11,9 @@ services:
#tty: true #tty: true
# --------------- # ---------------
volumes: volumes:
- "./b-apollo/bot/apikeys.py:/apollo/bot/apikeys.py" - "./b-apollo/bot:/apollo/bot"
- "./b-apollo/bot/keys:/apollo/bot/keys" logging:
driver: "json-file"
stormy_ginsberg: stormy_ginsberg:
build: b-ginsberg build: b-ginsberg
@@ -24,8 +25,9 @@ services:
#tty: true #tty: true
# --------------- # ---------------
volumes: volumes:
- "./b-ginsberg/bot/apikeys.py:/ginsberg/bot/apikeys.py" - "./b-ginsberg/bot:/ginsberg/bot"
- "./b-ginsberg/bot/keys:/ginsberg/bot/keys" logging:
driver: "json-file"
stormy_milton: stormy_milton:
build: b-milton build: b-milton
@@ -37,8 +39,9 @@ services:
#tty: true #tty: true
# --------------- # ---------------
volumes: volumes:
- "./b-milton/bot/apikeys.py:/milton/bot/apikeys.py" - "./b-milton/bot:/milton/bot"
- "./b-milton/bot/keys:/milton/bot/keys" logging:
driver: "json-file"
stormy_tripos: stormy_tripos:
build: b-tripos build: b-tripos
@@ -50,6 +53,5 @@ services:
#tty: true #tty: true
# --------------- # ---------------
volumes: volumes:
- "./b-tripos/bot/apikeys.py:/tripos/bot/apikeys.py" - "./b-tripos/bot:/tripos/bot"
- "./b-tripos/bot/keys:/tripos/bot/keys"
- "./b-tripos/bot/latex:/tripos/bot/latex"

View File

@@ -21,7 +21,7 @@ theme:
font: font:
text: 'Roboto' text: 'Roboto'
code: 'Roboto Mono' code: 'Roboto Mono'
pages: nav:
- 'Home': 'index.md' - 'Home': 'index.md'
- 'Running': 'Running.md' - 'Running': 'Running.md'
- 'Volumes': 'Volumes.md' - 'Volumes': 'Volumes.md'
@@ -34,3 +34,6 @@ markdown_extensions:
guess_lang: false guess_lang: false
- toc: - toc:
permalink: true permalink: true
strict: true

1
rmm Submodule

Submodule rmm added at ac371d3685

View File

@@ -1,17 +0,0 @@
#!/bin/bash
GREP="`which grep`"
for dir in `find . -type d -maxdepth 1 | $GREP -v "docs" | $GREP -v ".git"`; do
echo "--------------------"
echo $dir
(
cd $dir
git checkout master
git pull origin master
)
done
git commit -a -m 'Updating submodules to latest'
git push origin master