<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scripts/create_tarball, branch r14.1.2</title>
<subtitle>Various scripts to assist TDE developers
</subtitle>
<id>https://scm.trinitydesktop.org/cgit/scripts/atom?h=r14.1.2</id>
<link rel='self' href='https://scm.trinitydesktop.org/cgit/scripts/atom?h=r14.1.2'/>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/'/>
<updated>2023-06-18T10:49:08Z</updated>
<entry>
<title>create_tarball: Add support for creating tarballs from head on a git tag.</title>
<updated>2023-06-18T10:49:08Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-06-05T18:05:55Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=2c8776b5d98ebc6ee4d7041cb0f761e44d8cd3d8'/>
<id>urn:sha1:2c8776b5d98ebc6ee4d7041cb0f761e44d8cd3d8</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 1ccd5c4fa1cc4147464572b463876643e5672008)
</content>
</entry>
<entry>
<title>Allow to determine the target version from the default version in the tde-cmake module.</title>
<updated>2023-04-28T05:07:12Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2023-04-28T01:16:02Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=ec0ec3b8bcb6398418dd55d3c3b0603169b6c752'/>
<id>urn:sha1:ec0ec3b8bcb6398418dd55d3c3b0603169b6c752</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
(cherry picked from commit 4eebab4010c5d61f58dacfae7d7bed752d4424d9)
</content>
</entry>
<entry>
<title>create_tarball: Add package version into '.tdescminfo'.</title>
<updated>2022-06-17T12:28:10Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2022-06-17T12:16:35Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=a810c4d292629e8668538231691e4b6c4274fec8'/>
<id>urn:sha1:a810c4d292629e8668538231691e4b6c4274fec8</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Fix excluded items processing.</title>
<updated>2021-12-29T00:51:39Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2021-12-29T00:51:39Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=eecedb7d6141478bebff53ad3e5f0f822e34595e'/>
<id>urn:sha1:eecedb7d6141478bebff53ad3e5f0f822e34595e</id>
<content type='text'>
The list of items to the tarball package is now passed as output from
find and therefore does not work using --exclude option for tar. Items
that is desirable to exclude are now removed from the list using grep.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Force file permissions in the tarball.</title>
<updated>2020-12-06T15:00:57Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-12-06T14:44:12Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=807378eeb2a1363a10e4c9715758004df5c51500'/>
<id>urn:sha1:807378eeb2a1363a10e4c9715758004df5c51500</id>
<content type='text'>
It addresses independence from UMASK to ensure a reproducible build.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Convert to UTC the date of the last commit,</title>
<updated>2020-12-06T14:53:57Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-12-06T14:41:30Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=517a78302072e0b2a55a65a4811bc90fbba42e08'/>
<id>urn:sha1:517a78302072e0b2a55a65a4811bc90fbba42e08</id>
<content type='text'>
which is written to '.tdescminfo'.

Because formatting a date using 'git log' does not return results in UTC,
the unix timestamp is used for git log, and conversion to UTC is done
using 'date'.

It addresses time zone independence to ensure a reproducible build.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Adapted to new 'core' folder for core modules.</title>
<updated>2020-11-16T11:02:21Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-11-16T11:02:21Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=9db84075a083d851ec02917f926d44bc17e1f08e'/>
<id>urn:sha1:9db84075a083d851ec02917f926d44bc17e1f08e</id>
<content type='text'>
Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Modify the tarball creation so that it is reproducible.</title>
<updated>2020-03-20T14:30:00Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-03-20T14:30:00Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=428c2d88b4ac80df001d25973a1511d6a3d424c6'/>
<id>urn:sha1:428c2d88b4ac80df001d25973a1511d6a3d424c6</id>
<content type='text'>
Note: If gzip or pigz is used, it is necessary to use the "-n" option.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>create_tarball: Create one .tdescminfo file containing all the data,</title>
<updated>2020-03-12T19:46:17Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2020-03-12T19:41:24Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=5c39eb0954bf46dcb0df0bb0a9c4e20a48978f83'/>
<id>urn:sha1:5c39eb0954bf46dcb0df0bb0a9c4e20a48978f83</id>
<content type='text'>
including the git repository date, instead of individual .tdescm* files.

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
<entry>
<title>Update create_tarball and create_all_tarballs</title>
<updated>2018-07-07T09:56:51Z</updated>
<author>
<name>Slávek Banko</name>
<email>slavek.banko@axis.cz</email>
</author>
<published>2018-07-07T09:56:51Z</published>
<link rel='alternate' type='text/html' href='https://scm.trinitydesktop.org/cgit/scripts/commit/?id=a4ee97323870ce23c10714233408f36f372b296e'/>
<id>urn:sha1:a4ee97323870ce23c10714233408f36f372b296e</id>
<content type='text'>
+ default TARGET is now detected from the TDE core header
+ added check if TARGET is valid for the branch

Signed-off-by: Slávek Banko &lt;slavek.banko@axis.cz&gt;
</content>
</entry>
</feed>
