From: Erik Mackdanz Date: Wed, 6 Nov 2024 11:57:42 +0000 (+0000) Subject: post-receive, slight cleaning X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=414beb6bfba158b9dc7ae87c369fd33c1b4da326;p=private%2Fbuildbot-default.git post-receive, slight cleaning --- diff --git a/post-receive b/post-receive index b4e743d..5bf4371 100755 --- a/post-receive +++ b/post-receive @@ -13,14 +13,11 @@ # 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 \