这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@LJohnson2484
Copy link
Contributor

I modified the homepage for await to fix the homepage that quite getting updates after March 23, 2024. This homepage utilizes the wayback machine to grab a capture of the way the homepage looked at the time and date the capture was taken.

@truboxl
Copy link
Contributor

truboxl commented Jun 15, 2025

You can point to the GitHub repo as homepage instead

@TomJo2000
Copy link
Member

Please also rewrite the commit message to follow the format outlined in the contribution guidelines.
https://github.com/termux/termux-packages/blob/master/CONTRIBUTING.md#commit-guidelines
Something like chore(main/await): fix dead homepage would work.

(This is a pre-written, saved reply.)
Please make sure to keep your commits squashed by the way.
For adding to a single commit you can use git commit --amend.
Since you already have multiple commits on your branch though,
you'll need to squash those with git rebase -i HEAD~<n> first.
(Where <n> is the number of commits you want to modify.
Please make sure to only modify your commits.)

https://www.baeldung.com/ops/git-squash-commits#1-squash-the-last-x-commits

Since squashing or amending commits changes the git history you will need to force push any such changes.
e.g. git push --force,
or preferably git push --force-with-lease --force-if-includes
to make sure you aren't clobbering any refs you haven't fetched locally yet.

Copy link
Member

@TomJo2000 TomJo2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll also need to add TERMUX_PKG_REVISION=1 under the Version.

@TomJo2000 TomJo2000 added the feedback-refusal User refuses to give feedback asked for issue opened label Jun 21, 2025
@TomJo2000
Copy link
Member

Taking this PR into my own hands.
No response from the author in a week.

@TomJo2000
Copy link
Member

(And I messed up the push...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feedback-refusal User refuses to give feedback asked for issue opened

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants