added TODO comment
This commit is contained in:
parent
03eba24bbe
commit
2f169e966e
@ -5,6 +5,8 @@ source ./log_helpers
|
|||||||
source ./git_helpers
|
source ./git_helpers
|
||||||
source ./update_psa_helpers
|
source ./update_psa_helpers
|
||||||
source ./read_config
|
source ./read_config
|
||||||
|
source ./news_to_ismas
|
||||||
|
source ./news_from_ismas
|
||||||
|
|
||||||
update_psa() {
|
update_psa() {
|
||||||
local try_update_count=0
|
local try_update_count=0
|
||||||
@ -44,6 +46,10 @@ update_psa() {
|
|||||||
revert_customer_repository ; exit 1
|
revert_customer_repository ; exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: use CLONE_CUSTOMER_REPOSITORY=true
|
||||||
|
# d.h. wird das rep geklont, also neu angelegt, dann sind eigentlich alle
|
||||||
|
# dateinen zu ueberpruefen
|
||||||
|
|
||||||
local changed_files=$(changed_file_names)
|
local changed_files=$(changed_file_names)
|
||||||
local conf_ini_files=$(filter_conf_ini_files "$changed_files")
|
local conf_ini_files=$(filter_conf_ini_files "$changed_files")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user