<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/util-linux.git/tools/git-version-gen, branch master</title>
<subtitle>git.kernel.org: pub/scm/utils/util-linux/util-linux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/'/>
<entry>
<title>tools/git-version-gen: use NEWS as a fallback</title>
<updated>2021-07-14T13:57:00+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2021-07-14T13:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=90a1baf9a72454140a370a35c8dc42bd0dddac24'/>
<id>90a1baf9a72454140a370a35c8dc42bd0dddac24</id>
<content type='text'>
* define ".tarball-version" as the default if not specified by $1

* try read the version string from NEWS file as a fallback if the
  git-repository or .tarball-version is not available

Fixes: https://github.com/karelzak/util-linux/issues/1381
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* define ".tarball-version" as the default if not specified by $1

* try read the version string from NEWS file as a fallback if the
  git-repository or .tarball-version is not available

Fixes: https://github.com/karelzak/util-linux/issues/1381
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: use sed to substitute</title>
<updated>2016-11-29T13:25:23+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2016-11-29T13:25:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=e1a0fd98cd17088c2cce25f9105fa7ba8342a844'/>
<id>e1a0fd98cd17088c2cce25f9105fa7ba8342a844</id>
<content type='text'>
Travis CI:
tools/git-version-gen: 116: tools/git-version-gen: Bad substitution

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis CI:
tools/git-version-gen: 116: tools/git-version-gen: Bad substitution

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: fix "remove the g in git describe"</title>
<updated>2016-11-29T09:47:11+00:00</updated>
<author>
<name>Ruediger Meier</name>
<email>ruediger.meier@ga-group.nl</email>
</author>
<published>2016-11-17T02:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=85004b142a3a358cfa9630e0d5cafc07af3e4da1'/>
<id>85004b142a3a358cfa9630e0d5cafc07af3e4da1</id>
<content type='text'>
The "g" was not always removed and "-rc*" follow-ups were handled
incorrectly.

So now after last commits we have these versions:

 git describe            -&gt; blkid -V
 --------------------------------------------------------------
 v2.29-rc4               -&gt; 2.29-rc4          (libblkid 2.29.0)
 v2.29-rc4-3-g4c8928d    -&gt; 2.29-rc4-3-4c89   (libblkid 2.29.0)

 v2.29                   -&gt; 2.29              (libblkid 2.29.0)
 v2.29-78-g4c8928d       -&gt; 2.29.78-4c89      (libblkid 2.29.78)

 v2.29.1                 -&gt; 2.29.1            (libblkid 2.29.1)
 v2.29.1-4-g4c8928d      -&gt; 2.29.1.4-4c89     (libblkid 2.29.1)

 v2.29.1-rc2             -&gt; 2.29.1-rc2        (libblkid 2.29.1)
 v2.29.1-rc2-3-g4c8928d  -&gt; 2.29.1-rc2-3-4c89 (libblkid 2.29.1)

Signed-off-by: Ruediger Meier &lt;ruediger.meier@ga-group.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "g" was not always removed and "-rc*" follow-ups were handled
incorrectly.

So now after last commits we have these versions:

 git describe            -&gt; blkid -V
 --------------------------------------------------------------
 v2.29-rc4               -&gt; 2.29-rc4          (libblkid 2.29.0)
 v2.29-rc4-3-g4c8928d    -&gt; 2.29-rc4-3-4c89   (libblkid 2.29.0)

 v2.29                   -&gt; 2.29              (libblkid 2.29.0)
 v2.29-78-g4c8928d       -&gt; 2.29.78-4c89      (libblkid 2.29.78)

 v2.29.1                 -&gt; 2.29.1            (libblkid 2.29.1)
 v2.29.1-4-g4c8928d      -&gt; 2.29.1.4-4c89     (libblkid 2.29.1)

 v2.29.1-rc2             -&gt; 2.29.1-rc2        (libblkid 2.29.1)
 v2.29.1-rc2-3-g4c8928d  -&gt; 2.29.1-rc2-3-4c89 (libblkid 2.29.1)

Signed-off-by: Ruediger Meier &lt;ruediger.meier@ga-group.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: remove old git fallback from git-version-gen</title>
<updated>2016-11-29T09:47:11+00:00</updated>
<author>
<name>Ruediger Meier</name>
<email>ruediger.meier@ga-group.nl</email>
</author>
<published>2016-11-17T02:10:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=6ac59b5bd556ce3dd8411ddb1c1850c52d438d86'/>
<id>6ac59b5bd556ce3dd8411ddb1c1850c52d438d86</id>
<content type='text'>
Just make the script more readable. Nobody is using 10 years old
git.

Signed-off-by: Ruediger Meier &lt;ruediger.meier@ga-group.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just make the script more readable. Nobody is using 10 years old
git.

Signed-off-by: Ruediger Meier &lt;ruediger.meier@ga-group.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: fix git-version-gen for -rc tags</title>
<updated>2011-07-29T14:12:05+00:00</updated>
<author>
<name>Karel Zak</name>
<email>kzak@redhat.com</email>
</author>
<published>2011-07-29T14:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=54e10ad15f1c4f1797814758752752a47a8c25db'/>
<id>54e10ad15f1c4f1797814758752752a47a8c25db</id>
<content type='text'>
The current version have a problem to support "v2.20-rc1" format of
the tags.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current version have a problem to support "v2.20-rc1" format of
the tags.

Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: use git-version-gen to distinct git and release versions</title>
<updated>2011-04-05T14:34:00+00:00</updated>
<author>
<name>Sami Kerola</name>
<email>kerolasa@iki.fi</email>
</author>
<published>2011-03-31T20:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/util-linux.git/commit/?id=38c75b59e357c03877ccfc377c6d4400c9610c93'/>
<id>38c75b59e357c03877ccfc377c6d4400c9610c93</id>
<content type='text'>
The script is copied as is from gnulib.

[kzak@redhat.com: - generate .tarball-version and .version files in
                    top level Makefile.am
                  - delete autom4te.cache in autogen.sh]

Signed-off-by: Sami Kerola &lt;kerolasa@iki.fi&gt;
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The script is copied as is from gnulib.

[kzak@redhat.com: - generate .tarball-version and .version files in
                    top level Makefile.am
                  - delete autom4te.cache in autogen.sh]

Signed-off-by: Sami Kerola &lt;kerolasa@iki.fi&gt;
Signed-off-by: Karel Zak &lt;kzak@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
