<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/src/blogc-git-receiver, branch v0.13.2</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>make: all builds are "production" by default, enable "dev" on cli.</title>
<updated>2017-03-11T14:58:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-11T14:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=2b485906cfa6d2e0431b0fa0120e1c267074b4e8'/>
<id>2b485906cfa6d2e0431b0fa0120e1c267074b4e8</id>
<content type='text'>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: add support to "production" builds</title>
<updated>2017-03-07T00:30:54+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-06T20:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=d41c2fcdd9366fb3f1fcb11aceed919bfebbed61'/>
<id>d41c2fcdd9366fb3f1fcb11aceed919bfebbed61</id>
<content type='text'>
this is used by blogc-github-lambda and blogc-git-receiver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is used by blogc-github-lambda and blogc-git-receiver.
</pre>
</div>
</content>
</entry>
<entry>
<title>*: updated copyright</title>
<updated>2017-02-25T01:09:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-02-25T01:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=805c35847902abfc74fe9a8fc3394a05ff8906d0'/>
<id>805c35847902abfc74fe9a8fc3394a05ff8906d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: git-receiver: fixes to build on OS X. patch by @blackgear</title>
<updated>2017-02-18T18:59:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-02-18T18:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=144f49bdee2dd7d29748d2c3d2e3c0e5cfbfa34d'/>
<id>144f49bdee2dd7d29748d2c3d2e3c0e5cfbfa34d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: support blogc-make</title>
<updated>2017-01-04T19:49:27+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-04T19:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ce37047336fb2eb190b1cce15dd93dcc6146adc2'/>
<id>ce37047336fb2eb190b1cce15dd93dcc6146adc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: detect if pre-receive is running from git using env var</title>
<updated>2017-01-03T23:07:31+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-01-03T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=77d89f64161e001c91fd7ca60e298a69d35e2050'/>
<id>77d89f64161e001c91fd7ca60e298a69d35e2050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>*: binaries should always return 3 on errors, for consistency.</title>
<updated>2016-12-26T19:52:13+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-26T19:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=7bf68b0b617fb3ffa86f38fe06a49786883037f4'/>
<id>7bf68b0b617fb3ffa86f38fe06a49786883037f4</id>
<content type='text'>
We used to return 1 or 2 in case of errors, with no special meaning,
other than "something is wrong", but these codes are reserved. Now we
always return 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We used to return 1 or 2 in case of errors, with no special meaning,
other than "something is wrong", but these codes are reserved. Now we
always return 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>config-parser: added support to parse section as list of lines</title>
<updated>2016-12-24T23:43:42+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-24T23:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=6636bd99d6767a99546b1b82ce69ade6df867b42'/>
<id>6636bd99d6767a99546b1b82ce69ade6df867b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: moved shell quote function to common</title>
<updated>2016-12-21T22:12:05+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-12-21T22:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=b9ec274bed571db9c705b65bb8c0bb6409c34fc4'/>
<id>b9ec274bed571db9c705b65bb8c0bb6409c34fc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>post-receive: actually use rv</title>
<updated>2016-11-29T00:23:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2016-11-29T00:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3d413f088465c28797bec099255c5806e541a650'/>
<id>3d413f088465c28797bec099255c5806e541a650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
