Various scripts to assist TDE developers
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Slávek Banko 9e77d9c754 Revamp switch_all_submodules_to_head_and_clean
+ 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>
(cherry picked from commit 8fb500ce46)
7 years ago
README Added submodules for v3.5.13-sru branch 13 years ago
commit_all_submodules Scripts: Fix branch detection with git older than 1.7.10 13 years ago
create_all_tarballs Update create_tarball and create_all_tarballs 7 years ago
create_tarball Update create_tarball and create_all_tarballs 7 years ago
switch_all_submodules_to_head_and_clean Revamp switch_all_submodules_to_head_and_clean 7 years ago
update_all_submodules Update update_all_submodules 7 years ago

README

All useful GIT helper scripts should go here
This includes scripts useful to the TDE developers for pushing batch changes, etc.