Commit Graph

12 Commits

Author SHA1 Message Date
Leonid Pliushch 399f696b14 repology: stop excluding certain packages from list
Req https://github.com/repology/repology-rules/issues/382#issuecomment-646689998.
2020-06-19 19:58:15 +03:00
Leonid Pliushch 7e6047fdfe fix license headers in scripts
More correct last name translit, update email & year in copyright info.
2020-06-02 15:49:43 +03:00
Leonid Pliushch 7de2a3eb47 repology: exclude lxc from version checks
Last version confirmed to work is "3.1.0".
2020-06-02 01:48:22 +03:00
Leonid Pliushch 32bda70d54 repology: exclude rush from update check
Version listed on Repology is for different project with same name.
2020-05-13 11:53:18 +03:00
Leonid Pliushch 9c9e7f65b8 update maintainer info
Specifying Termux org members is more correct as we don't have repo-specific
maintainers for termux-packages.

DEB control field specification doesn't allow to specify multiple people as
package maintainers. Value "Termux members @termux" will be used as default
for that field which can be overridden on per-package basis if needed.

%ci:no-build
2020-05-13 11:05:52 +03:00
Leonid Pliushch c8aadc32d4 CI: export TERMUX_PREFIX in repology script
Needed by some build.sh (e.g. for libllvm), otherwise they
may print an error when sourcing.
2020-05-11 17:21:06 +03:00
Leonid Pliushch 014e0ef92a Revert "generate-repology-metadata: attempt to fix github action error"
Nested quoting is valid in bash.

Change introduced in 9168e963fa340f3fb76e482c02e5eaa66080d850 breaks
script and causes excludes list not being read:

realpath: '"scripts/repology/generate-repology-metadata.sh"': No such file or directory
[
grep: ./excluded_packages.txt: No such file or directory
  {
    "name": "8086tiny",
    "version": "1.25",
    "description": "A PC XT-compatible emulator/virtual machine",
    "homepage": "https://github.com/adriancable/8086tiny",
    "depends": ["bash", "coreutils", "ncurses"],
    "srcurl": "c79ca2a34d.tar.gz",
    "maintainer": "Fredrik Fornwall @fornwall"
  }grep: ./excluded_packages.txt: No such file or directory
2020-05-11 16:46:58 +03:00
Henrik Grimler 70a7407c92 generate-repology-metadata: attempt to fix github action error
Logs show:
```sh
dirname: missing operand
Try 'dirname --help' for more information
```

Either quoting problem or maybe the CI uses some arcane shell
2020-05-11 14:07:14 +02:00
Henrik Grimler 38227f42d6 Update various packages (#5114)
* cpio: update to 2.13

* gmic: update to 2.9.0

* ffsend: update to 0.2.59

* libgrpc: update to 1.28.0

* librsvg: update to 2.48.2

* perl: update to 5.30.2

* ruby: update to 2.7.1

* ripgrep: update to 12.0.1

* repology/excluded_packages: ignore aircrack-ng and guile18

* mpd: update to 0.21.22
2020-04-04 03:49:59 +02:00
Leonid Pliushch d0f798257d repology: update list of excluded packages 2020-02-24 20:11:02 +02:00
Leonid Pliushch dab1ed93af repology: exclude package 'dx' from version check
We use value from `dx --version` as package version and Repology
gives false positive update suggestion.
2020-01-30 22:25:22 +02:00
Leonid Pliushch c087460476 CI: setup Github Actions 2020-01-22 21:51:12 +02:00