Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-06 | update pipeliner so that git pulls are merge-resolved with -Xtheirs rather ↵ | Nick White | |
than conflicts causing the service to not start | |||
2021-11-20 | Use new go path for updatepipeline | Nick White | |
2021-06-22 | Have updatepipeline script only compile and install bookpipeline | Nick 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-19 | Stop using GOPATH for source code to ensure go modules are enabled | Nick 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-07 | Switch from using 'go get -u' to git pull & go install | Nick 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-01 | Ensure that changed modules don't cause updatepipeline to fail | Nick White | |
2020-03-10 | Ensure modules are always updated, and that the service allows time for this ↵ | Nick White | |
to happen | |||
2020-03-10 | Ensure go modules are enabled (should have been by default last time, but ↵ | Nick White | |
was not) | |||
2020-03-10 | Use go modules when building bookpipeline | Nick White | |
2019-12-13 | Fix typos in updatepipeline | Nick White | |
2019-12-11 | Install trainings from training repo, and ensure they are updated when ↵ | Nick White | |
bookpipeline starts | |||
2019-10-16 | Update pipeliner to update before running bookpipeline, and with latest urls | Nick White | |