termux-packages/scripts/build
Leonid Pliushch 9fac976ab1 CI: restore old way for building & uploading packages
Do not use pipes for building & uploading packages because:

 * They spawn more jobs on Bintray for metadata generation - each upload is
   done in a separate session.

 * Bintray doesn't handle well concurrent uploads and metadata can be corrupted.
   This happened in all recent builds of platform independent packages - in
   each upload task file had a same name and that triggered problem with metadata.

 * Using delays for workaround for a problem described above works, but isn't
   safe.
2019-07-23 03:08:34 +03:00
..
ci
configure
setup
termux_create_subpackages.sh
termux_download.sh
termux_download_deb.sh
termux_error_exit.sh
termux_extract_dep_info.sh
termux_get_repo_files.sh
termux_step_create_datatar.sh
termux_step_create_debfile.sh
termux_step_extract_into_massagedir.sh
termux_step_extract_package.sh
termux_step_finish_build.sh
termux_step_handle_buildarch.sh
termux_step_handle_hostbuild.sh
termux_step_host_build.sh
termux_step_install_license.sh
termux_step_make.sh
termux_step_make_install.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