# Note the same PBChangeSource can be used for:
# buildbot sendchange --project foo --master 127.0.0.1:9444 --auth local-post-receive:XXXXXXXXXXX --who erik
-source /var/lib/buildmaster/src/buildbot/.venvpython3/bin/activate
-# echo $VIRTUAL_ENV
-# echo $PATH
-# while read line; do echo $line; done
+bbhome=/var/lib/buildmaster/src/buildbot
-export GIT_DIR
+source ${bbhome}/.venvpython3/bin/activate
-exec /var/lib/buildmaster/src/buildbot/master/contrib/git_buildbot.py \
+exec ${bbhome}/master/contrib/git_buildbot.py \
--master bb.humopery.space:9444 \
--username local-post-receive \
--auth XXXXXXXXXXXXXXXX \