Commit Graph

17 Commits

Author SHA1 Message Date
326c6ea001 We use a different work-tree as usual when creatinng the repository.
Cloning the rep. does not save this setting. So we have to re-init the
rep:

git --git-dir=.git --work-tree=/ init
2022-06-06 20:05:05 +02:00
e41bdf540d improved regex 2022-06-02 17:38:02 +02:00
b9caeb2e3c changed_file_names: using the git repository path as serach criterion 2022-06-05 19:23:43 +02:00
6741ed8b34 Added update_psa_clone_error() in clone_sutomer_repository() 2022-06-04 21:41:41 +02:00
9ceabd922d use of WORKING_DIRECTORY and other global readonly variables 2022-06-03 21:46:11 +02:00
77b7b29ed8 known_files now as global readonly 2022-06-03 19:23:27 +02:00
5cc4b6a6b6 extended for ini-files 2022-06-02 22:25:08 +02:00
534d417b86 Fixed printf-calls to print only one string 2022-06-06 17:02:31 +02:00
c44c852b6a removed GIT_SSL_NO_VERIFY 2022-06-05 21:53:34 +02:00
094580e294 advanced changed_file_names 2022-06-04 21:28:28 +02:00
87d50bd5b2 minor changes: debug output 2022-06-04 18:13:27 +02:00
49ac77340c Test if log_helpers is included only once 2022-06-04 14:58:39 +02:00
27086af023 exec_git_command using exec_process_substitution() 2022-06-04 14:48:30 +02:00
ada0105f7f Use eval() to remove any trailing stuff in front or after opkg-command 2022-06-03 22:17:27 +02:00
a507e9c29c Use working_directory in clone_customer_repository 2022-06-03 21:20:18 +02:00
89ef5c69b6 Fixed exec_git_command(), clone_customer_repository(), pull_customer_repository() 2022-06-03 20:45:09 +02:00
b1d22acdd6 removed sh-suffix 2022-06-02 16:09:43 +02:00