index
:
ansible
master
Ansible configuration for rescribe servers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roles
/
pipeliner
/
tasks
Age
Commit message (
Collapse
)
Author
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 go modules are always used by the updatepipeline script
Nick White
2020-07-27
Add mailsettings to pipeline
Nick White
2019-10-16
Update pipeliner to update before running bookpipeline, and with latest urls
Nick White
2019-09-05
Ensure bookpipeline is executable
Nick White
2019-09-05
Build go tools for pipeline on host machine
Nick White
2019-09-02
Remove auth now that policy is correct
Nick White
2019-09-02
Temporarily include aws credentials so the pipeline can download from the s3 ↵
Nick White
bucket successfully
2019-09-02
Improvements to bookpipeline service, run as a user, and log progress using -v
Nick White
2019-09-02
Make bookpipeline executable
Nick White
2019-09-02
Add pipeliner role
Nick White