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 517a783020
create_tarball: Convert to UTC the date of the last commit,
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>
5 years ago
astyle Fix script 13 years ago
conversions tde-l10n_split_desktop: Take care of section names containing slashes. 5 years ago
README Add scripts directory 14 years ago
README.GIT Update README.GIT file with new GIT tutorial location 13 years ago
commit_all_submodules Updating git scripts 13 years ago
create_all_tarballs create_tarball: Adapted to new 'core' folder for core modules. 5 years ago
create_tarball create_tarball: Convert to UTC the date of the last commit, 5 years ago
switch_all_submodules_to_head_and_clean switch_all_submodules_to_head_and_clean: Clean up abandoned worktrees 5 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.