summaryrefslogtreecommitdiff
path: root/roles/pipeliner
AgeCommit message (Collapse)Author
2021-06-22Have updatepipeline script only compile and install bookpipelineNick White
As the rescribe tool now does embed stuff, it won't build until a go generate call is done. So rather than unnecessarily building all bookpipeline tools, which would fail now, just do bookpipeline.
2020-10-20Remove old references to stretch-backportsNick White
2020-10-19Remove undeeded backport as images are based on buster nowNick White
2020-10-19Stop using GOPATH for source code to ensure go modules are enabledNick White
Source code in GOPATH disables modules mode when GO111MODULES=auto, which is the default. Keeping it out should make things reliable here. Note that this is not yet tested.
2020-09-07Switch from using 'go get -u' to git pull & go installNick White
I didn't realise that 'go get -u' caused all dependencies to be updated to their latest versions! This is clearly a very bad thing to do for reproducibility. Both the initial setup and the update script were affected.
2020-09-01Ensure go modules are always used by the updatepipeline scriptNick White
2020-09-01Ensure that changed modules don't cause updatepipeline to failNick White
2020-07-27Add mailsettings to pipelineNick White
2020-03-31Enable autoshutdown with bookpipelineNick White
2020-03-10Ensure modules are always updated, and that the service allows time for this ↵Nick White
to happen
2020-03-10Ensure go modules are enabled (should have been by default last time, but ↵Nick White
was not)
2020-03-10Use go modules when building bookpipelineNick White
2019-12-13Fix typos in updatepipelineNick White
2019-12-11Install trainings from training repo, and ensure they are updated when ↵Nick White
bookpipeline starts
2019-10-16Update pipeliner to update before running bookpipeline, and with latest urlsNick White
2019-09-05Ensure bookpipeline is executableNick White
2019-09-05Build go tools for pipeline on host machineNick White
2019-09-02Add systemd target for bookpipeline service so it will enable successfullyNick White
2019-09-02Remove auth now that policy is correctNick White
2019-09-02Temporarily include aws credentials so the pipeline can download from the s3 ↵Nick White
bucket successfully
2019-09-02Improvements to bookpipeline service, run as a user, and log progress using -vNick White
2019-09-02Make bookpipeline executableNick White
2019-09-02Add pipeliner roleNick White