<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitlab.git/tools/build_test_env.sh, branch issue-122</title>
<subtitle>github.com: gpocentek/python-gitlab.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/'/>
<entry>
<title>don't suppress docker's standard error</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=002455272224b5e66adc47e2390eb73114a693d3'/>
<id>002455272224b5e66adc47e2390eb73114a693d3</id>
<content type='text'>
While docker is quite noisy, suppressing stderr makes it difficult to
troubleshoot problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While docker is quite noisy, suppressing stderr makes it difficult to
troubleshoot problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>wait for the docker container to stop before removing it</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=52e437770784a9807cdb42407abb1651ae2de139'/>
<id>52e437770784a9807cdb42407abb1651ae2de139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'docker stop' instead of 'docker kill'</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=c56fc47501a55d895825f652b19e1f554169a976'/>
<id>c56fc47501a55d895825f652b19e1f554169a976</id>
<content type='text'>
The 'stop' command first tries SIGTERM before resorting to SIGKILL,
which is a gentler way to stop processes.  (SIGTERM gives processes an
opportunity to clean up before exiting; SIGKILL can't be caught so it
is very abrupt.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'stop' command first tries SIGTERM before resorting to SIGKILL,
which is a gentler way to stop processes.  (SIGTERM gives processes an
opportunity to clean up before exiting; SIGKILL can't be caught so it
is very abrupt.)
</pre>
</div>
</content>
</entry>
<entry>
<title>add more log messages</title>
<updated>2016-01-31T21:30:32+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-31T20:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=2609cbb10fd6f8a28e74e388e0053ea0afe44ecf'/>
<id>2609cbb10fd6f8a28e74e388e0053ea0afe44ecf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define a testcase() function; use it for tests</title>
<updated>2016-01-31T21:25:37+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-24T05:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=37f6d42a60c6c37ab3b33518d04a268116757c4c'/>
<id>37f6d42a60c6c37ab3b33518d04a268116757c4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use ${CONFIG} instead of repeating the filename</title>
<updated>2016-01-31T21:25:37+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-24T05:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=033881e3195388b9f92765a68e5c713953f9086e'/>
<id>033881e3195388b9f92765a68e5c713953f9086e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix usage error message</title>
<updated>2016-01-31T21:25:37+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-24T04:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=bc7332f3462295320bf76e056a5ab6206ffa4d6b'/>
<id>bc7332f3462295320bf76e056a5ab6206ffa4d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve error handling</title>
<updated>2016-01-31T21:13:58+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=5dcceb88a124f2ba8a6c4475bd2c87d629f54950'/>
<id>5dcceb88a124f2ba8a6c4475bd2c87d629f54950</id>
<content type='text'>
Break up pipelines and check the exit status of non-basic commands to
ensure that any problems cause the scripts/testcases to fail right
away.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Break up pipelines and check the exit status of non-basic commands to
ensure that any problems cause the scripts/testcases to fail right
away.
</pre>
</div>
</content>
</entry>
<entry>
<title>convert scripts to POSIX shell by eliminating bashisms</title>
<updated>2016-01-31T21:13:56+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=57f1ad53e202861f2f7c858f970782a2351dcb76'/>
<id>57f1ad53e202861f2f7c858f970782a2351dcb76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>quote underquoted variable expansions</title>
<updated>2016-01-31T21:13:19+00:00</updated>
<author>
<name>Richard Hansen</name>
<email>rhansen@rhansen.org</email>
</author>
<published>2016-01-23T08:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitlab.git/commit/?id=09ef2538bde7486e3327784c5968c5ee2482394b'/>
<id>09ef2538bde7486e3327784c5968c5ee2482394b</id>
<content type='text'>
This protects against word splitting if the variable contains IFS
characters, and it ensures that an empty variable doesn't become an
elided argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This protects against word splitting if the variable contains IFS
characters, and it ensures that an empty variable doesn't become an
elided argument.
</pre>
</div>
</content>
</entry>
</feed>
