Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Applications
pacman-mirrors
Commits
670c2a2d
Commit
670c2a2d
authored
Aug 06, 2018
by
Frede Hundewadt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added comment to config
fix error when using common mirror list generator
parent
6f467861
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
conf/pacman-mirrors.conf
conf/pacman-mirrors.conf
+1
-0
pacman_mirrors/builder/common.py
pacman_mirrors/builder/common.py
+2
-0
No files found.
conf/pacman-mirrors.conf
View file @
670c2a2d
...
...
@@ -11,6 +11,7 @@
# Method = rank
## Filename to use when ranking mirrors
## The file must be present in core repo
# TestFile = core.db.tar.gz
## Define protocols and priority
...
...
pacman_mirrors/builder/common.py
View file @
670c2a2d
...
...
@@ -82,6 +82,8 @@ def build_mirror_list(self):
else
:
shuffle
(
mirror_selection
)
mirror_selection
=
filterFn
.
filter_error_mirrors
(
mirror_selection
)
"""
Try to write mirrorlist
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment