summaryrefslogtreecommitdiffstats
path: root/create_tarball
Commit message (Collapse)AuthorAgeFilesLines
* create_tarball: Add support for creating tarballs from head on a git tag.Slávek Banko2023-06-181-9/+25
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Allow to determine the target version from the default version in the ↵Slávek Banko2023-04-281-2/+4
| | | | | | tde-cmake module. Signed-off-by: Slávek Banko <[email protected]>
* create_tarball: Add package version into '.tdescminfo'.r14.1.0Slávek Banko2022-06-171-5/+7
| | | | Signed-off-by: Slávek Banko <[email protected]>
* create_tarball: Fix excluded items processing.Slá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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* create_tarball: Adapted to new 'core' folder for core modules.Slávek Banko2020-11-161-3/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* create_tarball: Modify the tarball creation so that it is reproducible.Slávek Banko2020-03-201-6/+13
| | | | | | Note: If gzip or pigz is used, it is necessary to use the "-n" option. Signed-off-by: Slávek Banko <[email protected]>
* create_tarball: Create one .tdescminfo file containing all the data,Slávek Banko2020-03-121-4/+6
| | | | | | including the git repository date, instead of individual .tdescm* files. Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Update default target release to R14.1.0Slávek Banko2014-12-121-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* create_tarball: Split initial character in tag while sorting by versionSlávek Banko2014-12-101-1/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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