Browse Source

build-package.sh: exclude x11 & unstable repositories from fast builds

These repositories will be disabled for Android 5 soon.
android-5
Leonid Plyushch 5 years ago
parent
commit
91c812d331
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 6
      scripts/build/termux_step_setup_variables.sh

6
scripts/build/termux_step_setup_variables.sh

@ -43,8 +43,6 @@ termux_step_setup_variables() {
https://dl.bintray.com/grimler/game-packages-21
https://dl.bintray.com/grimler/science-packages-21
https://dl.bintray.com/grimler/termux-root-packages-21
https://dl.bintray.com/xeffyr/unstable-packages-21
https://dl.bintray.com/xeffyr/x11-packages-21
)
TERMUX_REPO_DISTRIBUTION=(
@ -52,8 +50,6 @@ termux_step_setup_variables() {
games
science
root
unstable
x11
)
TERMUX_REPO_COMPONENT=(
@ -61,8 +57,6 @@ termux_step_setup_variables() {
stable
stable
stable
main
main
)
if [ "x86_64" = "$TERMUX_ARCH" ] || [ "aarch64" = "$TERMUX_ARCH" ]; then

Loading…
Cancel
Save