<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/haproxy.git/scripts/create-release, branch master</title>
<subtitle>github.com: haproxy/haproxy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/'/>
<entry>
<title>REORG: include: move version.h to haproxy/</title>
<updated>2020-06-11T08:18:56+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2020-05-27T13:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=d678805783da08ea5c7d591d3df95906df776e57'/>
<id>d678805783da08ea5c7d591d3df95906df776e57</id>
<content type='text'>
Few files were affected. The release scripts was updated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Few files were affected. The release scripts was updated.
</pre>
</div>
</content>
</entry>
<entry>
<title>SCRIPTS: use /usr/bin/env bash instead of /bin/bash for scripts</title>
<updated>2020-02-05T03:49:07+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2020-02-05T03:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=be9b00f9927f59330e01954170c49bca967b00c5'/>
<id>be9b00f9927f59330e01954170c49bca967b00c5</id>
<content type='text'>
Given that some OSes have bash in /usr/local/bin and in order not to
give too easy an excuse to Olivier for not backporting fixes, let's
make a few scripts rely on /usr/bin/env bash instead of /bin/bash :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given that some OSes have bash in /usr/local/bin and in order not to
give too easy an excuse to Olivier for not backporting fixes, let's
make a few scripts rely on /usr/bin/env bash instead of /bin/bash :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>SCRIPTS: update create-release to fix the changelog on new branches</title>
<updated>2019-11-25T19:40:52+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2019-11-25T19:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=7e8c0165063b820e80790f0ecb7504f50a3562d4'/>
<id>7e8c0165063b820e80790f0ecb7504f50a3562d4</id>
<content type='text'>
The changelog is empty when creating a dev0 version and this confuses
the commit message, let's clearly mention the exact copy when there are
no changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changelog is empty when creating a dev0 version and this confuses
the commit message, let's clearly mention the exact copy when there are
no changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>SCRIPTS: create-release: show the correct origin name in suggested commands</title>
<updated>2019-11-25T14:49:31+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2019-11-25T14:49:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=ff0c8424c87f1d702d98cdb593e6b701c7e61b15'/>
<id>ff0c8424c87f1d702d98cdb593e6b701c7e61b15</id>
<content type='text'>
create-release shows the next steps at the end and suggest to use
"git push origin master" but on my machine it's not "origin" so let's
determine it using git config and only use origin as a fall back.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
create-release shows the next steps at the end and suggest to use
"git push origin master" but on my machine it's not "origin" so let's
determine it using git config and only use origin as a fall back.
</pre>
</div>
</content>
</entry>
<entry>
<title>CLEANUP: removed obsolete examples an move a few to better places</title>
<updated>2019-06-15T19:25:06+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2019-06-15T16:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=a8ee4b199fe61db21413d6bd3fca1c42afa1ba3b'/>
<id>a8ee4b199fe61db21413d6bd3fca1c42afa1ba3b</id>
<content type='text'>
The following example files awere removed as irrelevant by this
time :
  auth.cfg check.conf ssl.cfg haproxy.spec

The following scripts were removed as having been unused for more
than a decade :
  debug2ansi debug2html debugfind check init.haproxy stats_haproxy.sh

seemless_reload.txt was moved to doc/ where it's more suitable.

haproxy.vim was moved to contrib/syntax-highlight/

scripts/create-release was updated not to try to update haproxy.spec
anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following example files awere removed as irrelevant by this
time :
  auth.cfg check.conf ssl.cfg haproxy.spec

The following scripts were removed as having been unused for more
than a decade :
  debug2ansi debug2html debugfind check init.haproxy stats_haproxy.sh

seemless_reload.txt was moved to doc/ where it's more suitable.

haproxy.vim was moved to contrib/syntax-highlight/

scripts/create-release was updated not to try to update haproxy.spec
anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: split the README into README + INSTALL</title>
<updated>2018-12-16T21:30:57+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2018-12-16T21:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=7f3327390f08ab73c73f8c4c33ca2143250b28dd'/>
<id>7f3327390f08ab73c73f8c4c33ca2143250b28dd</id>
<content type='text'>
The README was barely usable after all the additions having accumulated
over the years. This patch introduces a new INSTALL file explaining how
to build and install haproxy with various levels of details. The README
is now mostly an index to the list of useful documentations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The README was barely usable after all the additions having accumulated
over the years. This patch introduces a new INSTALL file explaining how
to build and install haproxy with various levels of details. The README
is now mostly an index to the list of useful documentations.
</pre>
</div>
</content>
</entry>
<entry>
<title>SCRIPTS: create-release: enforce GIT_COMMITTER_{NAME|EMAIL} validity</title>
<updated>2017-06-16T10:43:53+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2017-06-16T10:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=4a5be934f121dd227dd22afb96dbf74b87d7dc65'/>
<id>4a5be934f121dd227dd22afb96dbf74b87d7dc65</id>
<content type='text'>
If it's not set, fall back to git config --get.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it's not set, fall back to git config --get.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: create-release pass -n to tail</title>
<updated>2017-06-16T10:35:54+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2017-06-16T10:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=2c44cd8a3708053fef0d8529aa01f7f2ec41ffb4'/>
<id>2c44cd8a3708053fef0d8529aa01f7f2ec41ffb4</id>
<content type='text'>
Some versions of tail don't accept "tail +4".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some versions of tail don't accept "tail +4".
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: scripts: automatically update the branch in version.h when releasing</title>
<updated>2017-01-05T19:00:25+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2017-01-05T18:58:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=990397ed2e7673f14fc635f8764fe86f41bd4d71'/>
<id>990397ed2e7673f14fc635f8764fe86f41bd4d71</id>
<content type='text'>
The stats page proudly displays "Updates (v1.5)". This version is inherited
from version.h which has not been updated since 1.5, so let's teach the
create-release script about it.

This must be backported to 1.7. 1.6 now uses the same script (externally)
for the release and will automatically benefit from it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The stats page proudly displays "Updates (v1.5)". This version is inherited
from version.h which has not been updated since 1.5, so let's teach the
create-release script about it.

This must be backported to 1.7. 1.6 now uses the same script (externally)
for the release and will automatically benefit from it.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: add a few release and backport scripts in scripts/</title>
<updated>2016-05-10T10:08:44+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2016-05-10T10:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/haproxy.git/commit/?id=62b71eea5e885b927e513ca3401e81515c9412db'/>
<id>62b71eea5e885b927e513ca3401e81515c9412db</id>
<content type='text'>
These ones have been used for several months already and are quite
convenient to emit new releases and backport fixes. I'm fed up with
having different versions on different machines, let's commit them
now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These ones have been used for several months already and are quite
convenient to emit new releases and backport fixes. I'm fed up with
having different versions on different machines, let's commit them
now.
</pre>
</div>
</content>
</entry>
</feed>
