summaryrefslogtreecommitdiffstats
path: root/create_tarball
Commit message (Collapse)AuthorAgeFilesLines
* create_tarball: Add package version into '.tdescminfo'.r14.0.13r14.0.xSlávek Banko2022-06-191-5/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a810c4d292629e8668538231691e4b6c4274fec8)
* create_tarball: Fix excluded items processing.r14.0.12Slávek Banko2021-12-291-3/+4
| | | | | | | | | 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 <slavek.banko@axis.cz> (cherry picked from commit eecedb7d6141478bebff53ad3e5f0f822e34595e)
* create_tarball: Force file permissions in the tarball.Slávek Banko2020-12-061-0/+1
| | | | | | | It addresses independence from UMASK to ensure a reproducible build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 807378eeb2a1363a10e4c9715758004df5c51500)
* create_tarball: Convert to UTC the date of the last commit,Slávek Banko2020-12-061-1/+1
| | | | | | | | | | | | | 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 <slavek.banko@axis.cz> (cherry picked from commit 517a78302072e0b2a55a65a4811bc90fbba42e08)
* create_tarball: Adapted to new 'core' folder for core modules.Slávek Banko2020-11-161-3/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9db84075a083d851ec02917f926d44bc17e1f08e)
* create_tarball: Modify the tarball creation so that it is reproducible.Slávek Banko2020-03-231-6/+13
| | | | | | | Note: If gzip or pigz is used, it is necessary to use the "-n" option. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 428c2d88b4ac80df001d25973a1511d6a3d424c6)
* create_tarball: Create one .tdescminfo file containing all the data,Slávek Banko2020-03-231-4/+6
| | | | | | | including the git repository date, instead of individual .tdescm* files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5c39eb0954bf46dcb0df0bb0a9c4e20a48978f83)
* Update create_tarball and create_all_tarballsSlávek Banko2018-07-071-19/+57
| | | | | | | | + 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 <slavek.banko@axis.cz> (cherry picked from commit a4ee97323870ce23c10714233408f36f372b296e)
* Update version number for new target R14.0.5Slávek Banko2016-11-121-1/+1
|
* Allow to create tarballs on detached branchSlávek Banko2016-03-051-1/+1
| | | | | | | For example, for a particular git tag Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2c769321341c07e85339cf60778cdb7d102f20b1)
* Update version number for new target R14.0.4Slávek Banko2016-02-291-1/+1
|
* Update version number for new target R14.0.3Slávek Banko2015-11-301-1/+1
|
* Update version number for new target R14.0.2r14.0.2Slávek Banko2015-08-261-1/+1
|
* Update default target release to R14.0.1r14.0.1Slávek Banko2014-12-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* create_tarball: Split initial character in tag while sorting by versionSlávek Banko2014-12-101-1/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0a16bdf260fda53e649c7c13c2fb324614acb773)
* create_tarball: Sort tags as version numbers instead of as textr14.0.0Slávek Banko2014-12-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* create_tarball: Add automatic creation of SCM metadataSlávek Banko2014-03-311-1/+21
|
* create_tarball: Add support for multithreaded compressorsSlávek Banko2013-08-181-3/+3
|
* create_tarball: Fix wrong path transformation in symlinksSlávek Banko2013-04-221-1/+1
|
* create_tarball: Remove unneeded renaming of rebranded packagesSlávek Banko2013-03-051-2/+0
|
* create_tarball: Add option to select compression methodSlávek Banko2013-02-131-3/+10
|
* create_tarball: Add renaming of rebranded packagesSlávek Banko2013-02-131-0/+2
|
* Added scripts for creating tarballsSlávek Banko2013-01-041-0/+91