Enable kas to checkout repositories using git credentials

Using ssh to authenticate against repositories to check out is enabled.
When switching to https and authentication via the git credential helper
it is necessary to first setup the home directory before checking out the
repositories.

Signed-off-by: Ralf Anton Beier <ralf_beier@me.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Ralf Anton Beier 2021-09-15 06:53:22 +02:00 committed by Jan Kiszka
parent c7ee61616a
commit 2c3997ad56

View File

@ -55,10 +55,10 @@ class Macro:
self.setup_commands.append(SetupSSHAgent())
self.setup_commands += [
SetupHome(),
InitSetupRepos(),
repo_loop,
FinishSetupRepos(),
SetupHome(),
ReposApplyPatches(),
SetupEnviron(),
WriteBBConfig(),