/etc/xbuilder-synclogs.cfg is in xbuilder 1.0.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #config file for uploading xbuilder build-logs
# Sourced by buildd-synclogs
base="/srv/buildd"
uploaduser="wookey"
server="people.linaro.org"
rsyncmodule="autobuilder-logs"
#base path on server to copy to
serverpath="public_html/buildd"
debflavourlist="testing"
#ubflavourlist="quantal quantal-arm64"
ubflavourlist=""
flavourlist="${debflavourlist} ${ubflavourlist}"
|