-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fea(updater): ✨ pre-auth to hosts to avoid multiple auth queries (#249)
When doing updates, multiple `git pull` are being done in parallel, which can be bothersome if using a password on the ssh key or a ssh agent with authentication, since with multiple parallel queries, the user will have to give multiple approvals. This adds a pre-auth step when doing updates that will run a `ls-remote` on each individual host found in the repositories to trigger the authentication process. Failed auth will lead to skipping updates for repositories in that host.
- Loading branch information
Showing
4 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters