forked from opencollab/debile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement certificate based authentication.
- Loading branch information
1 parent
2f102f4
commit 2a253cc
Showing
12 changed files
with
76 additions
and
116 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,30 @@ | ||
--- | ||
Users: # Users of Debile | ||
- name: Matthias Klumpp | ||
username: mak | ||
key: 57DC4BD33F73E0CDBA98D22AF7EBEE8EB7982329 | ||
email: [email protected] | ||
password: s3kr37 | ||
pgp: 57DC4BD33F73E0CDBA98D22AF7EBEE8EB7982329 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
- name: Jon Severinsson | ||
email: [email protected] | ||
pgp: 32623A6F42F5DA4B0DBD5B2BCDBBA39E78415AD2 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
- name: Debian Archive Kit | ||
username: dak | ||
key: 0000000000000000DADADA000000000000000000 | ||
email: [email protected] | ||
password: s3kr37 | ||
pgp: 0000000000000000DEADBEEF0000000000000000 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
Builders: # Machines that can build | ||
- name: helium.buildd.tanglu.org | ||
key: 367D333376945BAE75CB466779A21745EC78A01D | ||
maintainer: mak | ||
password: s3kr37 | ||
maintainer: [email protected] | ||
pgp: 367D333376945BAE75CB466779A21745EC78A01D | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
- name: caesium.buildd.tanglu.org | ||
maintainer: [email protected] | ||
pgp: 517884F17B4964C46EEE3D56FFF33867C01E4D5A | ||
ssl: 9B625D4D2B2C6913216B0DB3251141B32DA8E82F | ||
|
||
Suites: | ||
- name: aequorea-updates | ||
|
@@ -46,7 +54,7 @@ Checks: | |
|
||
Groups: | ||
- name: default | ||
maintainer: mak | ||
maintainer: mak@debian.org | ||
|
||
suites: | ||
- suite: staging | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
--- | ||
Users: # Users of Debile | ||
- name: Paul Tagliamonte | ||
username: paultag | ||
key: 57DC4BD33F73E0CDBA98D22AF7EBEE8EB7982329 | ||
email: [email protected] | ||
password: s3kr37 | ||
pgp: 57DC4BD33F73E0CDBA98D22AF7EBEE8EB7982329 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
- name: Archive Rebuilder | ||
username: rebuild | ||
key: 2EA5C67F0A37D37C64C7B5EDC0A1FC9FD80D7B69 | ||
email: [email protected] | ||
password: s3kr37 | ||
pgp: 2EA5C67F0A37D37C64C7B5EDC0A1FC9FD80D7B69 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
Builders: # Machines that can build | ||
- name: leliel.pault.ag | ||
key: 21CAF89F520676541CD7088849E9153AF7901FAE | ||
maintainer: paultag | ||
password: s3kr37 | ||
maintainer: [email protected] | ||
pgp: 21CAF89F520676541CD7088849E9153AF7901FAE | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
- name: helios.pault.ag | ||
key: 0C267E932994895CDE7B6B3ECB4315D1BC490D41 | ||
maintainer: paultag | ||
password: s3kr375 | ||
maintainer: [email protected] | ||
pgp: 0C267E932994895CDE7B6B3ECB4315D1BC490D41 | ||
ssl: 0000000000000000DEADBEEF0000000000000000 | ||
|
||
Suites: | ||
- name: unstable | ||
|
@@ -51,7 +49,7 @@ Checks: | |
|
||
Groups: | ||
- name: default | ||
maintainer: paultag | ||
maintainer: paultag@debian.org | ||
|
||
suites: | ||
- suite: unstable | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
xmlrpc: | ||
user: "@paultag" | ||
password: s3kr37 | ||
host: localhost | ||
port: 22017 | ||
keyfile: /home/paultag/.debile/paultag.key | ||
certfile: /home/paultag/.debile/paultag.crt |