| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 2 | -6/+12 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | switch_all_submodules_to_head_and_clean: Clean up abandoned worktrees | Slávek Banko | 2020-11-11 | 1 | -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 Banko | 2020-06-29 | 1 | -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 Banko | 2020-06-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | tde-l10n_split_desktop: Automatically add a <default> section | Slávek Banko | 2020-05-18 | 1 | -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 portability | Slávek Banko | 2020-05-15 | 1 | -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 Banko | 2020-05-14 | 1 | -0/+153 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Moved conversion scripts from experimental repository. | Michele Calgaro | 2020-04-05 | 25 | -0/+6437 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | 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 switch_all_submodules_to_head_and_clean | Slávek Banko | 2018-09-04 | 1 | -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_clean | Slávek Banko | 2018-08-16 | 1 | -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 Banko | 2018-08-09 | 1 | -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_clean | Slávek Banko | 2018-08-06 | 1 | -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_clean | Slávek Banko | 2018-07-07 | 1 | -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_submodules | Slávek Banko | 2018-07-07 | 1 | -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_tarballs | Slávek Banko | 2018-07-07 | 2 | -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_submodules | Slávek Banko | 2016-03-16 | 1 | -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 branch | Slávek Banko | 2016-03-05 | 2 | -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 mirror | Slávek Banko | 2015-12-02 | 1 | -0/+8 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | switch_all_submodules_to_head_and_clean: Use --rebase on git pull | Slávek Banko | 2015-12-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Update default target release to R14.1.0 | Slávek Banko | 2014-12-12 | 2 | -2/+2 |
| | | | | | 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 |
| | | |||||
| * | Added ignore-submodules flag, depending on the GIT version | Slávek Banko | 2013-05-05 | 2 | -4/+14 |
| | | |||||
| * | 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 | 2 | -0/+156 |
| | | |||||
| * | Fix script | Timothy Pearson | 2012-12-11 | 1 | -17/+22 |
| | | |||||
| * | Add astyle options | Timothy Pearson | 2012-12-11 | 2 | -0/+38 |
| | | |||||
| * | Update README.GIT file with new GIT tutorial location | Timothy Pearson | 2012-12-08 | 1 | -2/+2 |
| | | |||||
| * | Added TQt4 HEAD | Timothy Pearson | 2012-12-08 | 1 | -0/+14 |
| | | |||||
| * | Updated GIT readme file | Timothy Pearson | 2012-12-08 | 1 | -2/+13 |
| | | |||||
| * | Created initial directory structure | Timothy Pearson | 2012-12-08 | 1 | -0/+19 |
| | | |||||
| * | Remove ignore-submodules flag from git commands in order to support older ↵ | Timothy Pearson | 2012-12-07 | 2 | -4/+4 |
| | | | | | GIT versions | ||||
| * | Updating git scripts | Slávek Banko | 2012-12-04 | 3 | -36/+81 |
| | | | | | | | | + add support for gitfile (submodules with git >= 1.7.8) + add gituser detection from git configuration + add support for branches + various optimizations | ||||
| * | Update commit_all_submodules script | Timothy Pearson | 2012-03-09 | 1 | -2/+7 |
| | | |||||
| * | Fix commit_all_submodules script | Timothy Pearson | 2011-11-08 | 1 | -2/+2 |
| | | |||||
| * | Update the GIT helper scripts | Timothy Pearson | 2011-11-07 | 2 | -0/+7 |
| | | |||||
| * | Fix commit_all_submodules script | Timothy Pearson | 2011-11-05 | 1 | -3/+3 |
| | | |||||
| * | Add preliminary commit all script | Timothy Pearson | 2011-11-05 | 1 | -0/+23 |
| | | |||||
| * | Fix switch_all_submodules_to_head_and_clean script | Timothy Pearson | 2011-11-05 | 1 | -3/+5 |
| | | |||||
| * | Fix script again | Timothy Pearson | 2011-11-05 | 1 | -1/+3 |
| | | |||||
| * | Fix last commit | Timothy Pearson | 2011-11-05 | 1 | -2/+0 |
| | | |||||
| * | Add switch_all_submodules_to_head_and_clean script for developers | Timothy Pearson | 2011-11-05 | 1 | -0/+41 |
| | | |||||
