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 63362e5037
create_tarball: Fix excluded items processing.
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>
(cherry picked from commit eecedb7d61)
3 years ago
README Add scripts directory 13 years ago
README.GIT Update README.GIT file with new GIT tutorial location 12 years ago
commit_all_submodules Updating git scripts 12 years ago
create_all_tarballs create_all_tarballs: Listing individual common modules to be skipped 4 years ago
create_tarball create_tarball: Fix excluded items processing. 3 years ago
switch_all_submodules_to_head_and_clean Update switch_all_submodules_to_head_and_clean 4 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.