Files
dockerized-bb/Makefile.user.example
Le Philousophe 9b1fc0f908 ALL: Allow customization of docker path separator
This way it's possible to separate toolchains and workers images
2021-04-17 08:41:52 +00:00

20 lines
492 B
Makefile

#BUILDBOT_VERSION :=
#BUILDBOT_BASEDIR :=
# Without toolchains/ part, all is a placeholder for all detected toolchains
TOOLCHAINS_ENABLED :=
TOOLCHAINS_BUILT :=
# Without workers/ part, all is a placeholder for all detected workers
WORKERS_ENABLED := all
WORKERS_BUILT :=
#DOCKER_PRIVATE := 0
#DOCKER_REGISTRY :=
# This separator is between DOCKER_REGISTRY and image name
#DOCKER_BASE_SEP := :
# This separator is used to replace /
#DOCKER_PATH_SEP := -