termux-packages/.github
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
..
ISSUE_TEMPLATE github: enable issues without templates 2021-12-24 10:10:24 +02:00
static added another fosshost logo 2021-06-08 05:21:56 +00:00
workflows attempt2: Fix repository upload problems 2022-04-14 17:26:22 +05:30
FUNDING.yml funding.yml: fill with necessary data 2019-08-11 17:31:57 +03:00
stale.yml stalebot: Ignore issues for package requests 2021-11-18 20:38:27 +05:30