termux-packages/.github/workflows
Yaksh Bariya c4ab7bcfd0
attempt2: Fix repository upload problems
Earlier in 5b8b15e7aa, I had configured
our upload scripts to treat failure of `aptly_add_to_repo` as failure to publish
packages at all. However it won't work, since even if all debs are
uploaded, and aptly_add_to_repo is called, debs are moved from temporary
directory to the repository. The proxy may drop connection during this
moment due to stale connection. And just after that we call
aptly_delete_dir which will delete the temporary directory. On the
server side, aptly will however continue to move debs from temporary
directory. Repository is published, but since the temporary directory is
removed during the transaction, the transaction never completely
succeeds. So only some of the debs are uploaded practically. This is now
fixed by adding a sleep of 180s (should be more than enough for all
stuff)
2022-04-14 17:26:22 +05:30
..
bootstrap_archives.yml github actions: fix tagging in bootstrap_archives.yml 2021-09-17 23:39:35 +03:00
docker_image.yml workflows: docker: change auth user, and use docker/login-action 2022-02-08 10:23:05 +01:00
package_updates.yml ci(package_updates.yml): use `contact@termux.org` for git email 2022-03-28 23:45:07 +05:30
packages.yml attempt2: Fix repository upload problems 2022-04-14 17:26:22 +05:30