1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 00:27:08 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Ivan Max
0489576241
generate-bootstraps.sh: changing the main pacman package repository 2022-08-30 21:50:51 +03:00
Henrik Grimler
c07ea6ab53
Revert "scripts: use grimler.se mirror when generating bootstraps for now"
This reverts commit ce120bbc77.
2022-08-26 07:55:10 +02:00
Henrik Grimler
ce120bbc77
scripts: use grimler.se mirror when generating bootstraps for now
Fosshost is decommissioning its service on August 28th, so lets use
the grimler.se until we have managed to set up a new repo, somewhere
else.
2022-08-24 09:35:47 +02:00
Maxython
47359232f0 generate-bootstraps.sh: including the termux-keyring package for bootstrap based on pacman 2022-08-03 16:25:34 +03:00
Henrik Grimler
6cf9f35fac
scripts,ci(*): use termux.dev instead of termux.org
We are now mainly promoting and using termux.dev, so lets switch all
the urls.
2022-07-02 10:41:16 +02:00
Yaksh Bariya
e907a4d073
chore(scripts/generate-bootstraps.sh): Use Cloudflare proxy
Should speed up downloads and also reduce situations where downloads
simply have to wait for timeout to happen (I have no idea why this
happens, probably nginx trying to cooldown some requests to prevent
(D)DoS?)
2022-04-28 15:17:07 +05:30
Maxython
b98972997f generate-bootstraps.sh: improvement - adding a way to change the package manager and work with db from the pacman service. 2022-04-28 03:14:44 +05:00
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