Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sha256sum to releases #11916

Closed
wants to merge 4 commits into from
Closed

Add sha256sum to releases #11916

wants to merge 4 commits into from

Conversation

babaric-dev
Copy link
Contributor

@babaric-dev babaric-dev commented Sep 13, 2022

Closes #11874

@babaric-dev
Copy link
Contributor Author

Please merge this PR if there are no problems 😄

@agnostic-apollo
Copy link
Member

Create a single file with find . -maxdepth 1 -type f -name "bootstrap-*.zip" -exec sha256sum {} \; | sed "s| ./| |g" | sort -nk2 > bootstraps.sha256sum

@babaric-dev
Copy link
Contributor Author

Create a single file with find . -maxdepth 1 -type f -name "bootstrap-*.zip" -exec sha256sum {} \; | sed "s| ./| |g" | sort -nk2 > bootstraps.sha256sum

I have done editing. Please check.

@2096779623
Copy link
Member

Don't update upstream like this, Revert to the original commit:

git clone https://github.com/babaric-dev/termux-packages
cd termux-packages
git reset --hard 2035a8f
# Please squash the commit here and refer to https://github.com/termux/termux-packages/commits/master/.github/workflows/bootstrap_archives.yml to rewrite the commit message.
git push origin master -f

image

update upstream like this next time :) .

@babaric-dev
Copy link
Contributor Author

babaric-dev commented Sep 16, 2022

I cant setup git (sighs). Can anyone help me run these commands?
Edit: maybe I will make another PR (XD) and close this one.

@babaric-dev
Copy link
Contributor Author

Made another PR (#11956) because I can't bear the hassle of figuring out git on my system. Closing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Termux bootstrap sha256sum to bootstrap releases
3 participants