Commit Graph

81 Commits

Author SHA1 Message Date
Leonid Pliushch 09c57c19c2
autoupdates: enable caddy 2021-06-14 11:28:40 +03:00
Leonid Pliushch add73af59d
autoupdates: disable imagemagick 2021-06-14 11:27:31 +03:00
Leonid Pliushch f6d370d611
check-updates.sh: follow redirects 2021-06-13 22:34:38 +03:00
Lucy Phipps f9a44bf7d1
remove hydra from github-projects.txt
hydra was removed from the repo in d84b9dce40
2021-02-23 14:26:58 +00:00
Krishna कन्हैया 8cdb0bfc42
Github-projects.txt: openethereum added 2021-01-12 08:41:56 +05:30
kcubeterm 7f5c8ab0ab Add shiori in github-projects.txt 2021-01-09 13:08:32 +00:00
Leonid Pliushch 327f691eea
check-updates.sh: fix commit message 2021-01-06 14:48:36 +02:00
Leonid Pliushch 972e012060
fix scripts/updates/check-updates.sh
Again issues with epoch splitting.
2021-01-03 00:00:56 +02:00
Leonid Pliushch 386a0e4f72
check-updates.sh: when running through Github Actions, specify that commit has been autogenerated 2021-01-02 23:52:17 +02:00
Leonid Pliushch 008cc0e4aa
check-updates.sh: fix epoch/version splitting 2021-01-02 23:29:23 +02:00
Leonid Pliushch 5c95b08ede
CI: do not discard package epoch when doing automatic updates 2021-01-02 23:19:42 +02:00
Leonid Pliushch fb06dacfb2
CI: disable automatic updates of 'atomicparsley' 2021-01-02 01:11:09 +02:00
Leonid Pliushch 43ac7b0783
Revert "Github-project.txt: Comment out Delve."
No need to care about conflicting patches.

This reverts commit 560839ce81.
2020-12-20 15:32:16 +02:00
Krishna Kanhaiya 560839ce81
Github-project.txt: Comment out Delve.
Have saw upstreams and upstream PRs, delve is't suitable for automatic update. Will do it manually.
2020-12-20 14:16:27 +05:30
Leonid Pliushch 4107910fe5
check-updates.sh: do `git pull --rebase` before pushing
Ensure that no new changes has been made, so push will not fail.
2020-12-18 21:40:24 +02:00
Leonid Pliushch bf58642a42
check-updates: add more packages for updates checking
Seems all now.
2020-12-18 21:38:17 +02:00
Leonid Pliushch 1d34e9a6a8
check-updates: add more packages for updates checking 2020-12-18 21:14:57 +02:00
Leonid Pliushch 87c7ecb00f
check-updates.sh: do not process unavailable packages 2020-12-18 19:54:12 +02:00
Leonid Pliushch 1f89afee99
check-updates: add more packages for updates checking 2020-12-18 19:53:13 +02:00
Leonid Pliushch 5d01d72a3a
check-updates.sh: switch to for loop
'while' loop stops for unknown reason after 'git commit'
2020-12-18 01:09:28 +02:00
Leonid Pliushch b0a795c2bb
check-updates.sh: add support for committing and pushing changes 2020-12-17 22:22:16 +02:00
Leonid Pliushch e3559415ee
check-updates.sh: try to build packages 2020-12-17 22:13:45 +02:00
Leonid Pliushch 699b9ff223
check-updates.sh: automatically update versions and checksums 2020-12-17 22:03:35 +02:00
Leonid Pliushch 1ee961c420
check-updates.sh: filter version numbers from tags by using regexp where needed 2020-12-17 21:52:46 +02:00
Leonid Pliushch f79c5170fd
check-updates.sh: comment out packages which have tags but no releases
They return null in latest version tag.

Continuing auto updates checking experiment.
2020-12-17 21:35:28 +02:00
Leonid Pliushch 56ad2471f3
check-updates.sh: no 'set -e -u' in when sourcing build.sh 2020-12-17 21:34:33 +02:00
Leonid Pliushch b6dd6b608d
check-updates: update package/project list 2020-12-17 16:28:59 +02:00
Leonid Pliushch d5b47de4b6
check-updates: update package/project list 2020-12-17 15:49:07 +02:00
Leonid Pliushch 044a4fa9af
check-updates.sh: handle epoch in package version string 2020-12-17 15:15:19 +02:00
Leonid Pliushch 3baf32fb0e
check-updates.sh: handle comments in package list 2020-12-17 15:12:24 +02:00
Leonid Pliushch 735467255b
initial version of check-updates script
Compares local package versions with their upstream and notifies
whether updates are needed.

Limited to Github-based projects only and needs a personal access
token to get a higher API requests rate limit.
2020-12-17 14:59:04 +02:00