Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
buildbot: update buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Sep 24, 2023
1 parent 1994acb commit 659f9d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildbot
6 changes: 3 additions & 3 deletions makebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# example: ./makebuild.sh lutris-GE https://github.com/GloriousEggroll/proton-wine Proton8-15
# build name output: vagrant_share/wine-lutris-GE-Proton8-15-x86_64.tar.xz

if [[ ! -d vagrant_share ]]; then
mkdir -p vagrant_share
if [[ ! -d builds ]]; then
mkdir -p builds
fi
if [[ -z $(podman container list -a | grep buildbot) ]]; then
docker create --interactive --name buildbot --mount type=bind,source="$PWD"/vagrant_share,destination=/vagrant,readonly=false --mount type=bind,source="$PWD"/buildbot,destination=/home/vagrant/buildbot,readonly=false docker.io/gloriouseggroll/lutris_buildbot:latest
docker create --interactive --name buildbot --mount type=bind,source="$PWD"/builds,destination=/builds,readonly=false --mount type=bind,source="$PWD"/buildbot,destination=/home/vagrant/buildbot,readonly=false docker.io/gloriouseggroll/lutris_buildbot:latest
fi

docker start buildbot
Expand Down

0 comments on commit 659f9d1

Please sign in to comment.