- 12 Jun, 2021 1 commit
-
-
- 11 Jun, 2021 1 commit
-
-
Neil Hanlon authored
-
- 01 Jun, 2021 1 commit
-
-
Hayden Young authored
-
- 26 May, 2021 1 commit
-
-
Hayden Young authored
-
- 07 May, 2021 5 commits
-
-
Hayden Young authored
-
Hayden Young authored
-
Hayden Young authored
-
Hayden Young authored
-
Hayden Young authored
-
- 05 May, 2021 2 commits
-
-
Hayden Young authored
-
Hayden Young authored
-
- 26 Apr, 2021 1 commit
-
-
Neil Hanlon authored
-
- 25 Apr, 2021 1 commit
-
-
Neil Hanlon authored
-
- 09 Oct, 2020 2 commits
-
-
Adrian Reber authored
Update the MirrorManager Vagrant box to F-32 and various fixes.
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 18 Sep, 2020 6 commits
-
-
Nils Philippsen authored
Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
Nils Philippsen authored
The Python package available on PyPi is terribly outdated and doesn't work on Python 3. Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
Nils Philippsen authored
Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
Nils Philippsen authored
Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
Nils Philippsen authored
Also, we shouldn't need to install additional packages in the Vagrant box for Ansible to work. Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
Nils Philippsen authored
Signed-off-by:
Nils Philippsen <nils@redhat.com>
-
- 18 Jun, 2020 2 commits
-
-
Adrian Reber authored
This patch is picked from https://github.com/rfc1036/zebra-dump-parser/pull/3 and only slightly modified for MirrorManager. Original patch: From 5b664a928ae27687701cff5fb4b7b77010f7adcc From: Pier Carlo Chiodi <pierky@pierky.com> Date: Mon, 7 Nov 2016 18:25:37 +0100 Subject: [PATCH] add large BGP communities support BGP Path Attribute 32 draft-ietf-idr-large-community Fixes: #288 Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
Adrian Reber authored
routes.net.internet2.edu is no longer reachable via HTTPS. HTTP still works. Let's switch to HTTP. (I opened an email ticket to get this fixed, but no idea if somebody will work on that email ticket). Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 14 Jun, 2020 1 commit
-
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 11 May, 2020 2 commits
-
-
Adrian Reber authored
Fixes: #287 Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
Adrian Reber authored
The initial commit to disable report_mirror for non-private mirrors did check if the Host and Site was set to private. It is, however, only necessary that the Host is private. This way a public Site can have private and public Hosts and only the private Hosts can use report_mirror. Fixes: #286 Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 23 Apr, 2020 1 commit
-
-
Adrian Reber authored
Add support to handle fedora-cisco-openh264-*
-
- 09 Apr, 2020 1 commit
-
-
Adrian Reber authored
This adds fedora-cisco-openh264-* repository detection to repomap.py and adapts _get_version_from_path() to correctly detect versions in the openh264 tree. The 'fix' for the version detection is a revert of the following original MirrorManager code: commit 131d6ee4e5870de467ccef5bf60108e7641caace Author: Adrian Reber <adrian@lisas.de> Date: Tue Nov 16 07:00:41 2010 -0600 umdl: handle CentOS Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 20 Mar, 2020 2 commits
-
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
Adrian Reber authored
This reverts commit ae86bb8c . Reverting this commit as it breaks the web-interface. Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 15 Mar, 2020 1 commit
-
-
Adrian Reber authored
During HTTPS crawling of mirrors the connection close was using a variable which was not defined (netlock instead of netloc). This probably happens with mirrors with a shorter keepalive period. As we are recommending RSYNC crawling we never really looked into it. Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 24 Feb, 2020 2 commits
-
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
Adrian Reber authored
Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 21 Jan, 2020 1 commit
-
-
Adrian Reber authored
Disable report_mirror for public mirrors
-
- 14 Jan, 2020 1 commit
-
-
Adrian Reber authored
One of the limitations of the current report_mirror implementation is that it only transmits a list of directories to MirrorManager. That works most of the times, but a common error scenario we are seeing is that the crawler detects that a mirror is out of sync but report_mirror is still running. This leads to the situation that correctly deactivated mirrors by the crawler are enabled again. This is one of the most common problems we are seeing in Fedora with mirrors. For private mirrors we still need report_mirror, but for public mirror this commit turns the report_mirror interface off. Signed-off-by:
Adrian Reber <adrian@lisas.de>
-
- 26 Nov, 2019 4 commits
-
-
Adrian Reber authored
Fix typo in propagation URL
-
Adrian Reber authored
Fix WTForms deprecation warnings
-
Adrian Reber authored
umdl: skip certain paths for version detection
-
Adrian Reber authored
Disallow users accessing other hosts and sites
-
- 11 Nov, 2019 1 commit
-
-
Adrian Reber authored
Only query database once for mirrorlist export
-