termux-packages/scripts/build
Leonid Pliushch 5ddf251200 build-package.sh: retry if downloading of Release{,.gpg} failed when fast-build mode is on
Release or Release.gpg files may be absent if a new .deb file was uploaded
to apt repository recently. We may need to do a multiple attempts in a loop
to retry downloading of these files.

Needed after 99e9ab67b634a89d0be9eca12c4f1cdc091ee6e8, where I have disabled
looping in termux_download but curl doesn't do retries on 404 error. We
want immediate failure only for 404's on source and build tool URLs.
2020-08-21 15:46:41 +03:00
..
configure remove no-addr 2020-07-09 13:51:35 +02:00
get_source build-package.sh: fix TERMUX_PKG_SRCURL unbound variable 2020-07-22 20:08:46 +03:00
setup termux_setup_protobuf: update checksum 2020-08-21 14:07:54 +03:00
termux_create_subpackages.sh build-package: add new function termux_step_create_subpkg_debscripts (#4963) 2020-02-23 21:30:44 +01:00
termux_download.sh build-package.sh: retry if downloading of Release{,.gpg} failed when fast-build mode is on 2020-08-21 15:46:41 +03:00
termux_download_deb.sh build-package.sh: retry if downloading of Release{,.gpg} failed when fast-build mode is on 2020-08-21 15:46:41 +03:00
termux_error_exit.sh build-package.sh: fix printing of error message when trying to run script on Android device 2019-03-26 01:27:09 +02:00
termux_extract_dep_info.sh build-package.sh: use text-based comparsion in conditionals instead of exit-code based 2019-08-13 02:03:47 +03:00
termux_get_repo_files.sh build-package.sh: retry if downloading of Release{,.gpg} failed when fast-build mode is on 2020-08-21 15:46:41 +03:00
termux_step_create_datatar.sh enforce gnu format for deb tar archives 2020-02-11 15:17:40 +01:00
termux_step_create_debfile.sh enforce gnu format for deb tar archives 2020-02-11 15:17:40 +01:00
termux_step_extract_into_massagedir.sh termux_step_extract_into_massagedir.sh: don't add tmp/ files to packages, particularly on-device 2020-02-07 00:22:50 +05:30
termux_step_finish_build.sh enable on-device builds 2019-08-08 16:58:34 +03:00
termux_step_handle_buildarch.sh build-package.sh: more fixes for variable checking 2019-08-13 18:44:10 +03:00
termux_step_handle_hostbuild.sh swift: update from 5.2.1 to 5.2.2 and fix static compilation (#5169) 2020-04-26 12:52:25 +03:00
termux_step_host_build.sh build-package: mv termux_step_host_build to scripts/build/ 2019-02-27 21:59:08 +02:00
termux_step_install_license.sh licenses: install all licenses even if basenames are the same 2020-08-07 12:03:58 +02:00
termux_step_install_service_scripts.sh termux-services: add down and log/down to CONFFILES 2020-03-20 20:44:51 +01:00
termux_step_make.sh build-package.sh: better support for metapackages 2019-08-14 20:29:58 +03:00
termux_step_make_install.sh build-package.sh: delete .crates2.json in make_install step 2020-03-15 23:42:21 +02:00
termux_step_massage.sh build-package.sh: remove the info directory file from packages 2020-07-07 19:22:00 +03:00
termux_step_patch_package.sh Log applied patches during build 2020-05-21 20:11:32 +03:00
termux_step_replace_guess_scripts.sh build-package.sh: better support for metapackages 2019-08-14 20:29:58 +03:00
termux_step_setup_toolchain.sh Fix indentation in termux_step_setup_toolchain 2020-05-05 19:29:04 +02:00
termux_step_setup_variables.sh termux_step_setup_variables: spaces->tab 2020-07-21 10:27:54 +02:00
termux_step_start_build.sh termux_step_start_build: define TERMUX_STANDALONE_TOOLCHAIN before sourcing the package's build script, so the host build can use it if wanted 2020-04-09 13:09:38 +03:00