agnostic-apollo
|
f25b989d6f
|
Fixed: Fix broken bootstrap zips by adding termux-keyring dependency
The science-repo and game-repo were recently removed and their packages were added to the main repo.
During this their dependencies were removed from bootstrap zips in generate-bootstrap.sh script.
However, both these packages were dependent on termux-keyring package and the script did not have an entry itself for termux-keyring, so their removal resulted in missing termux-keyring package in bootstrap, which resulted in no keys to exist in `$TERMUX_PREFIX/etc/apt/trusted.gpg.d/` on fresh install, which resulted in `The following signatures couldn't be verified because the public key is not available: NO_PUBKEY*` errors when running `apt update` command for any bootstrap generated after Dec 14, 2021.
https://github.com/termux/termux-packages/commits/master/scripts/generate-bootstraps.sh
https://github.com/termux/termux-packages/commit/87b9cd3cf
https://github.com/termux/termux-packages/commit/758ec3a92
https://github.com/termux/termux-packages/commit/a3307822
https://github.com/termux/termux-packages/commit/f8746124
|
2022-01-07 23:59:14 +05:00 |
Henrik Grimler
|
87b9cd3cfd
|
bootstraps: remove science-repo
Since the science-packages repository has been merged into
termux-packages.
|
2021-12-14 14:57:18 +01:00 |
Leonid Pliushch
|
758ec3a929
|
generate-bootstraps.sh: don't pull game-repo
|
2021-12-02 11:00:22 +02:00 |
Leonid Pliushch
|
fbcbedfd9b
|
generate-bootstraps.sh: handle paths without ./ prefix
|
2021-08-17 15:22:18 +02:00 |
Leonid Pliushch
|
0b65e43386
|
generate-bootstraps.sh: update repository url
|
2021-06-03 20:31:23 +03:00 |
Leonid Pliushch
|
d0cea5ae00
|
scripts/generate-bootstraps.sh: make architecture-independent (arch "all") package list optional
It is not available in some repository types, e.g. in built with "aptly".
|
2021-04-13 13:16:04 +03:00 |
Leonid Pliushch
|
aadee78eed
|
scripts: prepare for Bintray deprecation
Use termux.org as main repo host.
grimler.se / *.termux-mirror.ml for others.
|
2021-02-08 12:56:54 +02:00 |
Leonid Pliushch
|
8983dc85fe
|
add scripts/generate-bootstraps.sh
|
2020-10-30 22:59:45 +02:00 |