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:
parent
c7ee61616a
commit
2c3997ad56
@ -55,10 +55,10 @@ class Macro:
|
||||
self.setup_commands.append(SetupSSHAgent())
|
||||
|
||||
self.setup_commands += [
|
||||
SetupHome(),
|
||||
InitSetupRepos(),
|
||||
repo_loop,
|
||||
FinishSetupRepos(),
|
||||
SetupHome(),
|
||||
ReposApplyPatches(),
|
||||
SetupEnviron(),
|
||||
WriteBBConfig(),
|
||||
|
Loading…
Reference in New Issue
Block a user