diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 22:41:26 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 22:41:26 -0500 |
| commit | e746a70f9a213795a823afe4a36f97a68b27e071 (patch) | |
| tree | 44eb08389fea61f3ed423547416aec19201090ca | |
| parent | 003c700002061be5fd504f9c79e83a064144f5aa (diff) | |
notes for default /etc/ config file
| -rw-r--r-- | resources/mirrors.rc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/resources/mirrors.rc b/resources/mirrors.rc index 9f14408..04dc5f5 100644 --- a/resources/mirrors.rc +++ b/resources/mirrors.rc @@ -1,4 +1,11 @@ -mirrors.pb=/home/mirrors/wit/mirrors.wit.com.pb +# the base path to your .deb packages BaseDir=/home/mirrors/wit + +# this should match your /etc/apt/sources.d/ list file distPath=/home/mirrors/wit/dists/sid -gpgKeyID=5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D + +# where to store your protobuf cache file +mirrors.pb=/home/mirrors/wit/mirrors.wit.com.pb + +# This is used to sign your Release files +gpgKeyID=put your public GPG key here |
