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
get_source
setup
termux_create_subpackages.sh
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_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_error_exit.sh
termux_extract_dep_info.sh
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
termux_step_create_debfile.sh
termux_step_extract_into_massagedir.sh
termux_step_finish_build.sh
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
termux_step_host_build.sh
termux_step_install_license.sh
termux_step_install_service_scripts.sh
termux_step_make_install.sh
termux_step_make.sh
termux_step_massage.sh
termux_step_patch_package.sh
termux_step_replace_guess_scripts.sh
termux_step_setup_toolchain.sh
termux_step_setup_variables.sh
termux_step_start_build.sh