| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This allows us to use they Python 'requests' library in
lorry-controller.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It would be nice to in-line the lighttpd morphology, but we can't do
that yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need PCRE in multiple places, so rather than having multiple
definitions, and potentially differing versions, let's use the same one
from its own stratum.
The need to add the stratum entry into the systems is annoying, and
could probably do with a way of specifying that a stratum includes
another, rather than just depends on it.
Also, it seems a bit weird to have a stratum with only one chunk in it,
but I can't think of a better way.
|
| |
|
|
|
|
|
|
|
|
| |
The new version of lorry-controller includes a script to
remove the log of old jobs that nobody cares about.
The new version of trove-setup is needed to enable a new systemd
unit created in lorry-controller to run the new script.
|
| |
|
|
|
|
|
| |
morph now contains distbuild and morph-cache-server, so the distbuild
stratum can go away, and anything that needs it can now use morph.
|
|
|
|
| |
Trove setup now uses http as the default upstream protocol
|
|
|
|
|
|
| |
This new version allows the configuration of Troves without
an UPSTREAM_TROVE. This is useful to deploy master Troves
like git.baserock.org.
|
|
|
|
|
|
|
|
|
|
| |
The previous version of lorry-controller with sha1:
4a6d0ef584a3d87c1d6ad237336660aacd161650 was introducing
a dependency loop one of the systemd units.
This bug was fixed in the lorry-controller repository in the
commit 44a2dca52d232428b5a52e2c73fcad1adfee7a8f but we never
updated the sha1 in definitions.
|
| |
|
|
|