]> git.corax.cc Git - foundry/commit
buildbot: Pass correct parameters when sending build message
authorMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 02:23:38 +0000 (11:23 +0900)
committerMatthias Kruk <m@m10k.eu>
Wed, 1 Dec 2021 02:23:38 +0000 (11:23 +0900)
commit52640844f77226d3f5aa6e1b3585798703db1ba9
tree3eaae42e65ff04cc57facf88917c71b0e2f1de4d
parent8db4607c07d2bef27ecd855910d38954d0f5b9dc
buildbot: Pass correct parameters when sending build message

When sending build messages, buildbot does not pass the correct
parameters to `foundry_msg_build_new()', causing missing data in
the messages.
This commit modifies buildbot so that it passes the correct number
of parameters in the correct order to `foundry_msg_build_new()'.
buildbot.sh