Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit 6956b8f90a830a18e7d591a524ddda8502e8bbc0. The
mirror from Korea seems to be back.
Conflicts:
bin/check-mirrors
web/input/download.md
|
|
mirrors.ustc.edu.cn no longer offers FTP access.
|
|
ftp.osuosl.org is now mirroring our repository.
|
|
ftp.kaist.ac.kr seems to be dead.
|
|
The SWITCHmirror service is going to be decommissioned.
|
|
mirror.jmu.edu is no longer updated.
|
|
|
|
|
|
Don't build snapshots from the "maint" branch, and don't push it to
Coverity Scan. We're going to drop it in favor of "maint-x.y" branches.
|
|
mirror.fcaglp.unlp.edu.ar seems to be dead.
|
|
Define the "$myself" variable.
|
|
Add ftp://mirrors.ustc.edu.cn/monitoring-plugins/ to our list of
mirrors.
|
|
Note that ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ is
updated twice a day.
|
|
Add ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ to our list of
mirrors.
|
|
The script can build the snapshots for multiple branches in one go (and
does that by default).
|
|
All our previous FTP mirrors except for the one from China were updated
to mirror rsync.monitoring-plugins.org.
|
|
We need to inform the mirror maintainers of the new project name.
|
|
Replace "nagios-plugins" with "monitoring-plugins" in our build scripts.
|
|
Add ftp://mirror.switch.ch/mirror/nagios-plugins/ to our list of
mirrors.
|
|
Some of our FTP mirrors seem to have trouble with active mode, others
with passive mode. Unlike curl(1), ncftpget(1) supports falling back to
active mode if passive mode fails.
|
|
Accessing ftp://mirrors.fe.up.pt/pub/nagios-plugins/ is very slow when
passive mode is used. As the EPSV command seems to be the culprit, an
alternative would be to specify "--disable-epsv".
|
|
Add an FTP server from Portugal and one from the United States to our
list of mirrors.
|
|
"Work dir" is a better description than "target dir".
|
|
Actually use the ~/libexec/poole script that's now maintained in this
repository.
|
|
Add the FTP mirrors from Argentina, Belgium, Greece, New Zealand, and
Korea.
|
|
Don't give up immediately if transferring the timestamp file failed.
|
|
Add ftp://mirror.bytemark.co.uk/nagios-plugins/ to our list of mirrors.
|
|
Note the update frequency of each of our mirrors in the check-mirrors
script.
|
|
Add ftp://mirror.mephi.ru/nagios-plugins/ to our list of mirrors.
|
|
Tell curl(1) to use --ftp-method 'nocwd', as all our mirrors support it.
See the man page for details.
|
|
Make sure that curl(1) won't hang forever.
|
|
Add a comment with contact addresses and other information for each of
our mirrors.
|
|
Our download area is now mirrored to:
{http,ftp,rsync}://mirrors.ustc.edu.cn/nagios-plugins/
|
|
Add a daily job that updates a timestamp file in our download area and
checks whether the FTP mirrors fetched the one from yesterday.
|
|
Fix a bug that resulted in the deletion of current snapshots: While
comparing the snapshot tarball filenames with the list of symbolic link
targets, we failed to strip the directory components from the snapshot
pathname.
|
|
Also build the documentation for "negate" and "urlize".
|
|
s/fourty/forty/
|
|
Fix the issue that the build-snapshot script failed to checkout existing
branches.
|
|
Make sure that no symlink points to an old snapshot before cleaning it
up. Also, don't check for dangling symlinks, as they should not occur
anymore.
|
|
|
|
Let the build-web-site script grab only the actual Poole source into the
temporary directory.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
Fix the problem that build-snapshot failed to checkout remote branches.
|
|
Build snapshot only once if multiple branches point(ed) to the same
commit.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|