The labs/toollabs.git repository contains 1 debian source package that produces 2 binary packages:
- jobutils
- misctools
Both package contains several small scripts (mostly python) that are fundamental to the current Toolforge, like jsub, take, and friends.
Some random ideas for potential improvements:
- translate take source code from C to python, so we can drop the automake build suite in the package, which adds complexity and is harder to maintain than a simple python script
- consider relocating the source code for the scripts to operations/puppet.git instead (so, no need for .deb packages anymore)