summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Updating git scriptsSlávek Banko2012-12-043-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 scriptTimothy Pearson2012-03-091-2/+7
|
* Fix commit_all_submodules scriptTimothy Pearson2011-11-081-2/+2
|
* Update the GIT helper scriptsTimothy Pearson2011-11-072-0/+7
|
* Fix commit_all_submodules scriptTimothy Pearson2011-11-051-3/+3
|
* Add preliminary commit all scriptTimothy Pearson2011-11-051-0/+23
|
* Fix switch_all_submodules_to_head_and_clean scriptTimothy Pearson2011-11-051-3/+5
|
* Fix script againTimothy Pearson2011-11-051-1/+3
|
* Fix last commitTimothy Pearson2011-11-051-2/+0
|
* Add switch_all_submodules_to_head_and_clean script for developersTimothy Pearson2011-11-051-0/+41
|
* Update the update script one last timeAutomated System2011-11-041-0/+13
|
* Make update script more verboseAutomated System2011-11-041-1/+1
|
* Update update script yet againAutomated System2011-11-041-0/+1
|
* Update the update script (again)Automated System2011-11-041-1/+2
|
* Update the update scriptAutomated System2011-11-041-0/+7
|
* Add initial update submodules scriptAutomated System2011-11-041-0/+33
|
* Add scripts directoryTimothy Pearson2011-11-041-0/+2