summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove astyle files since formatting will be done using uncrustify-trinityHEADmasterMichele Calgaro2023-12-302-43/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* create_tarball: Add support for creating tarballs from head on a git tag.Slávek Banko2023-06-182-13/+41
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow to determine the target version from the default version in the ↵Slávek Banko2023-04-282-4/+8
| | | | | | tde-cmake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* create_tarball: Add package version into '.tdescminfo'.r14.1.0Slávek Banko2022-06-171-5/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add script to replace <includehints> with includesMavridis Philippe2022-02-141-0/+59
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* 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 <slavek.banko@axis.cz>
* create_all_tarballs: Listing individual common modules to be skippedSlávek Banko2021-07-081-1/+4
| | | | | | to not be omitted to create tarball for common cmake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde-l10n_split_desktop: Process the created template using msguniqSlávek Banko2021-07-081-1/+2
| | | | | | to finalize the line breaks in the location comments. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update switch_all_submodules_to_head_and_cleanSlávek Banko2021-04-301-5/+14
| | | | | | | | + Ensure checkout for new upstream branch in worktree mode of tree. + To test the availability of repository use curl if it is present. + Sign commits using GPG during rebase if the signing key is set. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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>
* 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>
* create_tarball: Adapted to new 'core' folder for core modules.Slávek Banko2020-11-162-6/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* switch_all_submodules_to_head_and_clean: Clean up abandoned worktreesSlávek Banko2020-11-111-0/+1
| | | | | | before adding a new worktree. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde-l10n_split_desktop: Take care of section names containing slashes.Slávek Banko2020-06-291-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde-l10n_split_desktop: Add --from-code=UTF-8 to xgettext call.Slávek Banko2020-06-071-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde-l10n_split_desktop: Automatically add a <default> sectionSlávek Banko2020-05-181-4/+8
| | | | | | | during processing to allow extract translations from desktop files without sections. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tde-l10n_split_desktop: Adjusted to ensure portabilitySlávek Banko2020-05-151-14/+17
| | | | | | | | + the use of an array is omitted + printf is used instead of echo + $(...) is used for subshell Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add a script to prepare desktop files for translation.Slávek Banko2020-05-141-0/+153
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Moved conversion scripts from experimental repository.Michele Calgaro2020-04-0525-0/+6437
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* 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 <slavek.banko@axis.cz>
* Update switch_all_submodules_to_head_and_cleanSlávek Banko2018-09-041-7/+56
| | | | | | | | | | + better detection of whether a branch is remote tracked + instead of git pull --rebase is used git fetch and git rebase + added verification whether the remote server is available + do a git checkout only if the required branch is not active + added support for creating a 'tde' submodules tree using git worktree Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update switch_all_submodules_to_head_and_cleanSlávek Banko2018-08-161-2/+1
| | | | | | | | + cleaning of temporary branches combined into one operation along with pull + this prevents additional communication with the remote server + all remote servers will be fetched and also pruned Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update switch_all_submodules_to_head_and_clean:Slávek Banko2018-08-091-4/+4
| | | | | | + add support for cloning repositories via ssh Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update switch_all_submodules_to_head_and_cleanSlávek Banko2018-08-061-0/+1
| | | | | | + add cleaning of potential temporary branches from remote server Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Revamp switch_all_submodules_to_head_and_cleanSlávek Banko2018-07-071-42/+80
| | | | | | | | | | + script revised according to update_all_submodules + files .gitmodules are processed instead of call git submodule foreach + modules are initialized during processing instead of at the beginning + initialize submodules only if they have not yet been initialized + use --no-recurse-submodules at git pull for better overview of the update progress Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update update_all_submodulesSlávek Banko2018-07-071-22/+35
| | | | | | | | + create lock specific by branch + initialize submodules only if they have not yet been initialized + use --no-recurse-submodules at git pull for better overview of the update progress Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update create_tarball and create_all_tarballsSlávek Banko2018-07-072-27/+136
| | | | | | | + 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>
* Revamp update_all_submodulesSlávek Banko2016-03-161-45/+79
| | | | | | | | | | + submodules file is no longer needed + list of submodules is loaded from .gitmodules + order of the submodules is determined by .gitmodules + nested submodules are processed recursively by .gitmodules + all submodules, including nested, are updated in one cycle Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Allow to create tarballs on detached branchSlávek Banko2016-03-052-2/+2
| | | | | | For example, for a particular git tag Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* switch_all_submodules_to_head_and_clean: Add support to clone from mirrorSlávek Banko2015-12-021-0/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* switch_all_submodules_to_head_and_clean: Use --rebase on git pullSlávek Banko2015-12-021-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update default target release to R14.1.0Slávek Banko2014-12-122-2/+2
| | | | 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>
* 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
|
* Added ignore-submodules flag, depending on the GIT versionSlávek Banko2013-05-052-4/+14
|
* 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-042-0/+156
|
* Fix scriptTimothy Pearson2012-12-111-17/+22
|
* Add astyle optionsTimothy Pearson2012-12-112-0/+38
|
* Update README.GIT file with new GIT tutorial locationTimothy Pearson2012-12-081-2/+2
|
* Added TQt4 HEADTimothy Pearson2012-12-081-0/+14
|
* Updated GIT readme fileTimothy Pearson2012-12-081-2/+13
|
* Created initial directory structureTimothy Pearson2012-12-081-0/+19
|
* Remove ignore-submodules flag from git commands in order to support older ↵Timothy Pearson2012-12-072-4/+4
| | | | GIT versions