<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ansible/roles/pipeliner/templates, branch master</title>
<subtitle>Ansible configuration for rescribe servers</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/'/>
<entry>
<title>update pipeliner so that git pulls are merge-resolved with -Xtheirs rather than conflicts causing the service to not start</title>
<updated>2021-12-06T15:11:10+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2021-12-06T15:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=09ab2a36bbb79104208d96951568111821bbcf45'/>
<id>09ab2a36bbb79104208d96951568111821bbcf45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new go path for updatepipeline</title>
<updated>2021-11-20T19:57:31+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2021-11-20T19:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=5632c4313f2990d6e24e05915737eb19062c3354'/>
<id>5632c4313f2990d6e24e05915737eb19062c3354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Have updatepipeline script only compile and install bookpipeline</title>
<updated>2021-06-22T13:27:21+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2021-06-22T12:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=48020c6e284efe49de173d414842b916de9845a7'/>
<id>48020c6e284efe49de173d414842b916de9845a7</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop using GOPATH for source code to ensure go modules are enabled</title>
<updated>2020-10-19T11:39:40+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-10-19T11:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=b52c3224b1b18bf3965e260942622605cf493a22'/>
<id>b52c3224b1b18bf3965e260942622605cf493a22</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from using 'go get -u' to git pull &amp; go install</title>
<updated>2020-09-07T12:38:32+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-09-07T12:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=9cbdd70c176b7ab11eea795a60c12caebe5ece9c'/>
<id>9cbdd70c176b7ab11eea795a60c12caebe5ece9c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that changed modules don't cause updatepipeline to fail</title>
<updated>2020-09-01T17:09:21+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-09-01T17:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=51188ee4d4cd26db793cc82b6f054fd5c3575e16'/>
<id>51188ee4d4cd26db793cc82b6f054fd5c3575e16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure modules are always updated, and that the service allows time for this to happen</title>
<updated>2020-03-10T14:21:29+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-10T14:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=58d15331e982c51e8fdc6fdf0383824b0a007f56'/>
<id>58d15331e982c51e8fdc6fdf0383824b0a007f56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure go modules are enabled (should have been by default last time, but was not)</title>
<updated>2020-03-10T13:34:34+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-10T13:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=277e2224b049778c7cbd5b6bae86e786fda6d34d'/>
<id>277e2224b049778c7cbd5b6bae86e786fda6d34d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use go modules when building bookpipeline</title>
<updated>2020-03-10T12:33:17+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-03-10T12:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=edae481eafca9c6414204d94880118c4106c8bab'/>
<id>edae481eafca9c6414204d94880118c4106c8bab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in updatepipeline</title>
<updated>2019-12-13T17:23:27+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-12-13T17:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/ansible/commit/?id=7e0fdc977af9dc7a13231e5e56c9642576d2dace'/>
<id>7e0fdc977af9dc7a13231e5e56c9642576d2dace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
