aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check-duplicates.sh: skip "eclass/tests"Anna (cybertailor) Vyalkova2024-01-221-2/+4
| | | | Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
* scripts/email-checker.py: handle EOFAnna (cybertailor) Vyalkova2023-06-271-1/+5
| | | | Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
* .github/workflows: bump changed-files actionAnna (cybertailor) Vyalkova2023-06-271-1/+1
| | | | Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
* .github/workflows/emails.yml: unbrokeAnna (cybertailor) Vyalkova2023-04-231-2/+4
| | | | Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
* .github/workflows: update actionsAnna (cybertailor) Vyalkova2023-02-021-5/+5
| | | | | | | * bump actions * fix indentation and other issues detected by yamllint Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
* Add emails checker against bugzilla workflowArthur Zamarin2022-04-061-0/+51
| | | | | | | A new check that checks that all new emails written in metadata.xml correspond to existing user in bugzilla. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* Drop repoman in favour of pkgcheck/pkgdevAndrew Ammerlaan2022-04-041-31/+0
| | | | | | | | As per discussed in [1] [1] https://archives.gentoo.org/gentoo-dev/message/93df9e7a2ad9d8d33e0cc83b50556d51 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* */*: update maintainer nameTheo Anderson2021-06-182-2/+2
| | | | Signed-off-by: Theo Anderson <telans@posteo.de>
* scripts/setup-and-run-repoman.sh: checkout portage tagTheo Anderson2021-06-171-1/+2
| | | | | | | checking out any current repoman version tag puts portage into a version where EAPI 8 support is not enabled Signed-off-by: Theo Anderson <telans@posteo.de>
* scripts/setup-and-run-repoman.sh: use 'sort -V' to get latest tagYuan Liao2021-06-151-1/+1
| | | | | | | | | | | | | Without the -V flag to enable version sort, 'sort' can falsely identify a version string like 3.0.9 to be greater than 3.0.10. This can be shown by running 'git tag | grep portage | sort -u' in the Portage Git tree. This issue is not so prominent for repoman yet because the latest version of repoman as of now is 3.0.3, but it will surface when repoman 3.0.10 is released. Signed-off-by: Yuan Liao <liaoyuan@gmail.com> Closes: https://github.com/gentoo/sci/pull/1094 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* */*: update my email addressAndrew Ammerlaan2021-05-193-3/+3
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* .github/workflows/*: reduce code-duplicationAndrew Ammerlaan2021-04-021-0/+10
| | | | | | | | Reduce code duplication by moving the ::gentoo setup part into a seperate script. This way only one file has to be edited when e.g. updating the profile to a new version Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* .github/workflows/repoman.yml: Use script to auto run the latest rmAndrew Ammerlaan2021-04-022-1/+30
| | | | | | | | | | By using a seperate script instead of running everything in the yml file, we gain the ability to use and manipulate variables. This means that we can now automatically run the latest version of repoman, which should make this more hands-off by removing the need to update this every now and then. Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* scripts/check-duplicates.sh: skip categories metadata.xmlAndrew Ammerlaan2021-02-181-2/+2
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* scripts/check-duplicates.sh: read repo-name from profiles/Andrew Ammerlaan2021-02-181-15/+19
| | | | | | - also match foo-bar and foo_bar Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* .github/workflows/duplicates.yml: update/reformatTheo Anderson2021-02-181-55/+53
| | | | | | | | | | | - add self as maintainer - update variable names - un-nest for loops - check for matching package name before starting loops - speed improvements: ~3s vs 5m Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
* scripts/check-duplicates.sh: run in correct dirAndrew Ammerlaan2021-02-171-1/+1
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* .github/workflows/duplicates.yml: add script to check for potential duplicatesAndrew Ammerlaan2021-02-171-0/+75
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>