File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ secrets/fedora-source-git/stg/*
1313! secrets /** /* .j2
1414! secrets /** /ssh_config
1515
16+ # Ignore any ‹dev› secrets
17+ secrets /* /dev /*
18+
1619# used in move_stable script
1720move_stable_repositories
Original file line number Diff line number Diff line change 11Host pkgs.fedoraproject.org
2- Hostname pkgs.fedoraproject.org
32 User packit
3+ Hostname pkgs.fedoraproject.org
4+
5+ IdentitiesOnly yes
46 IdentityFile /home/packit/.ssh/id_ed25519
7+
8+ # Used for the CentOS and CentOS SIGs' dist git repositories
9+ Host gitlab.com
10+ User git
11+ Hostname gitlab.com
12+
513 IdentitiesOnly yes
14+ IdentityFile /home/packit/.ssh/id_ed25519
Original file line number Diff line number Diff line change 11Host pkgs.fedoraproject.org
2- Hostname pkgs.fedoraproject.org
32 User packit-stg
3+ Hostname pkgs.fedoraproject.org
4+
5+ IdentitiesOnly yes
46 IdentityFile /home/packit/.ssh/id_ed25519
7+
8+ # Used for the CentOS and CentOS SIGs' dist git repositories
9+ Host gitlab.com
10+ User git
11+ Hostname gitlab.com
12+
513 IdentitiesOnly yes
14+ IdentityFile /home/packit/.ssh/id_ed25519
You can’t perform that action at this time.
0 commit comments