| 49 | The repository is signed with a key 1378CD67. This hey is stored in the root users keyring. If you are using sudo to assume root privilege, make sure to use the -H flag. |
| 50 | {{{ |
| 51 | sudo -H -s |
| 52 | }}} |
| 53 | |
| 54 | The key identifier is specified in the ''/var/www/packages/ubunut/conf/distributions'' file. The contents look like: |
| 55 | {{{ |
| 56 | Origin: ORBIT |
| 57 | Label: ORBIT |
| 58 | Codename: precise |
| 59 | Architectures: i386 amd64 source |
| 60 | Components: main |
| 61 | Description: ORBIT apt repository |
| 62 | SignWith: 1378CD67 |
| 63 | DebOverride: override.precise |
| 64 | DscOverride: override.precise |
| 65 | }}} |
| 66 | |
| 67 | for the precise branch. |
| 68 | |