summaryrefslogtreecommitdiff
path: root/scripts/cijobs.pl
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Fix Appveyor job detection in cijobs.plDan Fandrich2023-01-251-1/+1
| | | | | The reorganization in #9769 broke the script. This should probably be rewritten to use a YAML parser for better upward compatibility.
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
| | | | | | | | | | | | - 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
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
| | | | | | | | | | | 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
* scripts/cijobs.pl: try "current branch" first then "master"Daniel Stenberg2022-04-301-1/+2
|
* perl: removed a double semicolon at end of lineMatteo Baccan2022-04-141-6/+6
| | | | | | | Remove double semicolons at end of line in Perl code. Closes: #8709 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
* cijobs: pick up circleci configure lines betterDaniel Stenberg2022-02-141-1/+1
|
* scripts/cijobs.pl: detect zuul cmake jobs betterDaniel Stenberg2022-02-121-1/+7
|
* scripts/cijobs.pl: output data about all currect CI jobsDaniel Stenberg2022-02-091-0/+498
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