-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aurélien Bompard <[email protected]>
- Loading branch information
Showing
6 changed files
with
41 additions
and
25 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
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 |
---|---|---|
|
@@ -51,7 +51,7 @@ OIDC_CLIENT_SECRETS = "/etc/mirrormanager/client_secrets.json" | |
# Email of the admin to which send notification or error | ||
ADMIN_EMAIL = "[email protected]" | ||
|
||
# Email address used in the 'From' field of the emails sent. | ||
# Email address used in the "From" field of the emails sent. | ||
# Default: ``[email protected]``. | ||
#EMAIL_FROM = "[email protected]" | ||
|
||
|
@@ -126,7 +126,7 @@ ADMIN_EMAIL = "[email protected]" | |
# for host category URLs at all. | ||
# The following is the default for Fedora to exclude FTP based | ||
# mirrors to be added. Removing this confguration option | ||
# or setting it to '' removes any protocol restrictions. | ||
# or setting it to "" removes any protocol restrictions. | ||
#MM_PROTOCOL_REGEX = "^(?!ftp)(.*)$" | ||
|
||
# The netblock size parameters define which netblock sizes can be | ||
|
@@ -146,6 +146,15 @@ ADMIN_EMAIL = "[email protected]" | |
# in front of the application). | ||
#CHECK_SESSION_IP = True | ||
|
||
# Specify additional rsync parameters for the crawler | ||
# # --timeout 14400: abort rsync crawl after 4 hours | ||
# # --no-human-readable: because rsync made things pretty by default in 3.1.x | ||
#CRAWLER_RSYNC_PARAMETERS = "--no-motd" | ||
|
||
# This is a list of directories which MirrorManager will ignore while guessing | ||
# the version and architecture from a path. | ||
#SKIP_PATHS_FOR_VERSION = [] | ||
|
||
### | ||
# Configuration options used by the utilities | ||
### | ||
|
@@ -170,6 +179,8 @@ CRAWLER_SEND_EMAIL = True | |
# Whether to use Fedora Messaging for notifications | ||
#USE_FEDORA_MESSAGING = True | ||
|
||
UMDL_PREFIX = "/srv/" | ||
|
||
UMDL_MASTER_DIRECTORIES = [ | ||
{ | ||
'type': 'directory', | ||
|