Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create_tarball: Force file permissions in the tarball. | Slávek Banko | 2020-12-06 | 1 | -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 Banko | 2020-12-06 | 1 | -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 Banko | 2020-11-16 | 1 | -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 Banko | 2020-03-23 | 1 | -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 Banko | 2020-03-23 | 1 | -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_tarballs | Slávek Banko | 2018-07-07 | 1 | -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.5 | Slávek Banko | 2016-11-12 | 1 | -1/+1 |
| | |||||
* | Allow to create tarballs on detached branch | Slávek Banko | 2016-03-05 | 1 | -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.4 | Slávek Banko | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | Update version number for new target R14.0.3 | Slávek Banko | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | Update version number for new target R14.0.2r14.0.2 | Slávek Banko | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Update default target release to R14.0.1r14.0.1 | Slávek Banko | 2014-12-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | create_tarball: Split initial character in tag while sorting by version | Slávek Banko | 2014-12-10 | 1 | -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.0 | Slávek Banko | 2014-12-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | create_tarball: Add automatic creation of SCM metadata | Slávek Banko | 2014-03-31 | 1 | -1/+21 |
| | |||||
* | create_tarball: Add support for multithreaded compressors | Slávek Banko | 2013-08-18 | 1 | -3/+3 |
| | |||||
* | create_tarball: Fix wrong path transformation in symlinks | Slávek Banko | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | create_tarball: Remove unneeded renaming of rebranded packages | Slávek Banko | 2013-03-05 | 1 | -2/+0 |
| | |||||
* | create_tarball: Add option to select compression method | Slávek Banko | 2013-02-13 | 1 | -3/+10 |
| | |||||
* | create_tarball: Add renaming of rebranded packages | Slávek Banko | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Added scripts for creating tarballs | Slávek Banko | 2013-01-04 | 1 | -0/+91 |