Skip to content

Commit

Permalink
Merge pull request #173 from arkedge/feature/fix-missing-rename-in-sc…
Browse files Browse the repository at this point in the history
…ripts

Fix missing rename/drop in scripts
  • Loading branch information
sksat authored Oct 30, 2023
2 parents dcb1065 + 532f6f7 commit 1ae0297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions examples/subobc/sync_with_mobc_example.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ echo sync with mobc sample...
echo.

call :sync_dir ".\src\s2e_mockup\" "..\mobc\src\s2e_mockup\"
call :sync_dir ".\src\src_user\BootLoader\" "..\mobc\src\src_user\BootLoader\"
call :sync_dir ".\src\src_user\library\" "..\mobc\src\src_user\library\"
call :sync_dir ".\src\src_user\ReProgramming\" "..\mobc\src\src_user\ReProgramming\"
call :sync_dir ".\src\src_user\script\" "..\mobc\src\src_user\script\"
call :sync_dir ".\src\src_user\settings\tlm_cmd\ccsds\" "..\mobc\src\src_user\settings\tlm_cmd\ccsds\"

Expand Down
8 changes: 4 additions & 4 deletions script/git_hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ my $DEBUG = 0;
my $err_flag = 0;

my @Targets = (
"examples/mobc/src/src_user/settings/tlm_cmd/DataBase/CMD_DB/SAMPLE_MOBC_CMD_DB.xlsm",
"examples/mobc/src/src_user/settings/tlm_cmd/DataBase/TLM_DB/SAMPLE_MOBC_TLM_DB.xlsm",
"examples/mobc/tlm-cmd-db/CMD_DB/SAMPLE_MOBC_CMD_DB.xlsm",
"examples/mobc/tlm-cmd-db/TLM_DB/SAMPLE_MOBC_TLM_DB.xlsm",
"examples/mobc/src/src_user/settings/sils_define.h",
"examples/mobc/src/src_user/settings/build_settings.h",
"examples/subobc/src/src_user/settings/tlm_cmd/DataBase/CMD_DB/SAMPLE_AOBC_CMD_DB.xlsm",
"examples/subobc/src/src_user/settings/tlm_cmd/DataBase/TLM_DB/SAMPLE_AOBC_TLM_DB.xlsm",
"examples/subobc/tlm-cmd-db/CMD_DB/SAMPLE_AOBC_CMD_DB.xlsm",
"examples/subobc/tlm-cmd-db/TLM_DB/SAMPLE_AOBC_TLM_DB.xlsm",
"examples/subobc/src/src_user/settings/sils_define.h",
"examples/subobc/src/src_user/settings/build_settings.h",
);
Expand Down

0 comments on commit 1ae0297

Please sign in to comment.