]> git.corax.cc Git - foundry/commit
distbot: Accept packages from a queue instead of a watch directory
authorMatthias Kruk <m@m10k.eu>
Fri, 16 Apr 2021 00:56:42 +0000 (09:56 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 16 Apr 2021 00:56:42 +0000 (09:56 +0900)
commitaa55a9e4e5b1b849d5b5b119460040bb74e3819a
tree3aea406ac694bae075998f6c6b99abacbc4bc5bc
parentcf01d029a79a9a21f4742765e490d00ad5f0d4d2
distbot: Accept packages from a queue instead of a watch directory

Distbot currently monitors a watch directory and adds packages that
have been placed in this directory to the repository. This can be
greatly simplified by using queue instead.
This commit changes distbot to accept new packages from a queue. It
further simplifies the distbot code by using the inst module for
managing running instances.
distbot.sh