Skip to content

Commit

Permalink
Restart work on docker-compose for BBM
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Aug 10, 2023
1 parent 15563c9 commit 64068ba
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 357 deletions.
2 changes: 2 additions & 0 deletions define_masters.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

import yaml
import os
import shutil
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To run buildbot locally with a pre-initialized DB to populate some fields
git clone https://github.com/MariaDB/buildbot.git
cd buildbot/docker-compose
ln -s config/master-private.cfg-sample config/master-private.cfg
ln -s ../buildbot
ln -s .. buildbot
mkdir -p logs db mariadb/tmp
cd db
wget https://ci.mariadb.org/helper_files/buildbot_dump.sql.gz
Expand Down
88 changes: 0 additions & 88 deletions docker-compose/config/master-private.cfg-sample

This file was deleted.

118 changes: 0 additions & 118 deletions docker-compose/config/master-web/master.cfg

This file was deleted.

Loading

0 comments on commit 64068ba

Please sign in to comment.