Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create_tarball: Add support for creating tarballs from head on a git tag. | Slávek Banko | 2023-06-18 | 1 | -9/+25 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Allow to determine the target version from the default version in the ↵ | Slávek Banko | 2023-04-28 | 1 | -2/+4 |
| | | | | | | tde-cmake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | create_tarball: Add package version into '.tdescminfo'.r14.1.0 | Slávek Banko | 2022-06-17 | 1 | -5/+7 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | create_tarball: Fix excluded items processing. | Slávek Banko | 2021-12-29 | 1 | -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> | ||||
* | 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> | ||||
* | 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> | ||||
* | 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> | ||||
* | create_tarball: Modify the tarball creation so that it is reproducible. | Slávek Banko | 2020-03-20 | 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> | ||||
* | create_tarball: Create one .tdescminfo file containing all the data, | Slávek Banko | 2020-03-12 | 1 | -4/+6 |
| | | | | | | including the git repository date, instead of individual .tdescm* files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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> | ||||
* | 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> | ||||
* | Update default target release to R14.1.0 | 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> | ||||
* | 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 |