#
f0d8db15 |
| 26-Jun-2024 |
Viktor Szakats |
tidy-up: use `/usr/bin/env perl` shebang Most Perl scripts already used it. Sync up the few outliers. Closes #14029
|
#
922091c0 |
| 09-Feb-2024 |
Dan Fandrich |
scripts: Fix cijobs.pl for Azure and GHA The spacing in the yaml files changed.
|
#
e8f9df6c |
| 24-Oct-2023 |
Daniel Stenberg |
scripts/cijobs.pl: adjust for appveyor Follow-up to a1d73a6bb
|
#
a1730b61 |
| 01-May-2023 |
Dan Fandrich |
scripts: Fix GHA matrix job detection in cijobs.pl The parsing is pretty brittle and it broke detecting some jobs at some point. Also, detect if Windows is used in GHA.
|
#
8dceb7bf |
| 25-Jan-2023 |
Dan Fandrich |
scripts: Fix Appveyor job detection in cijobs.pl The reorganization in #9769 broke the script. This should probably be rewritten to use a YAML parser for better upward compatibility.
|
#
2bc1d775 |
| 02-Jan-2023 |
Daniel Stenberg |
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - save
copyright: update all copyright lines and remove year ranges - they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
show more ...
|
#
ad9bc597 |
| 17-May-2022 |
max.mehl |
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the
copyright: make repository REUSE compliant Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
show more ...
|
#
01079673 |
| 30-Apr-2022 |
Daniel Stenberg |
scripts/cijobs.pl: try "current branch" first then "master"
|
#
0a6eebfc |
| 14-Apr-2022 |
Matteo Baccan |
perl: removed a double semicolon at end of line Remove double semicolons at end of line in Perl code. Closes: #8709 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
|
#
663296c6 |
| 14-Feb-2022 |
Daniel Stenberg |
cijobs: pick up circleci configure lines better
|
#
b0d18dbc |
| 12-Feb-2022 |
Daniel Stenberg |
scripts/cijobs.pl: detect zuul cmake jobs better
|
#
d8490eb1 |
| 08-Feb-2022 |
Daniel Stenberg |
scripts/cijobs.pl: output data about all currect CI jobs This script parses the config files for all the CI services currently in use and output the information in a uniform way. The ide
scripts/cijobs.pl: output data about all currect CI jobs This script parses the config files for all the CI services currently in use and output the information in a uniform way. The idea is that the output from this script should be possible to massage into informational tables or graphs to help us visualize what they are all testing and NOT testing. Closes #8408
show more ...
|