blob: 7ffedf09b5f06d0e89f73542fe60bcb7aa825b58 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# configurable variables used on the build slaves and on the build master
# default values are given as comments
# To change variables from their default, copy this file to common.conf,
# uncomment and change the desired variables.
#work_dir="${base_dir}/work"
|