Commit Graph

6 Commits

Author SHA1 Message Date
Ilya Shipitsin
1f6e5f7a61 CLEANUP: assorted typo fixes in the code and comments
This is 43rd iteration of typo fixes
2024-09-03 17:49:21 +02:00
William Lallemand
f14bdba867 MINOR: release-estimator: fix the shebang of the python script
Fix the shebang of the python script to use /usr/bin/env, allowing to
call the script directly from a virtualenv with `./release-estimator.py`
without using the python3 install of the system.
2024-08-13 17:26:36 +02:00
William Lallemand
5131f32440 MINOR: release-estimator: add installation steps in README.md
Update the README.md with the dependencies and the installation steps
 with a python venv.
2024-08-13 17:21:47 +02:00
William Lallemand
9857eba3ae MINOR: release-estimator: add requirements.txt
Add a requirements.txt file to install the release-estimator script.
2024-08-13 17:12:59 +02:00
William Lallemand
bb02d95e92 BUG/MINOR: release-estimator: fix relative scheme in CHANGELOG URL
The CHANGELOG URL which is parsed in the HTML now have a relative
scheme, which is incompatible with requests. This patch adds an https
scheme to the URL.
2024-08-13 16:43:03 +02:00
Willy Tarreau
233e868895 CONTRIB: move some admin-related sub-projects to admin/
The following components were moved to admin/ because they're generally
used in field by admins:

  iprange/  netsnmp-perl/  selinux/  systemd/  wireshark-dissectors/
  syntax-highlight/ release-estimator/
2021-04-02 17:48:42 +02:00