ecdye / zram-config

A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear.
MIT License
412 stars 53 forks source link

Allow update.bash without git fetch/pull #97

Closed strayer closed 1 month ago

strayer commented 1 year ago

I'm using Ansible to install zram-config and set a specific git tag I'd like to check out (e.g. v1.5.0). I configured Ansible to run update.bash when it changes the checked out git repo (e.g. when I change the Ansible config from v1.4.0 to v1.5.0).

Problem is that update.bash always fetches and checks out the main branch. I'd like to be able to just let it update the installed files after checking out a branch/tag myself.

Thanks for your work!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tux-ware commented 1 year ago

+1 for having the possibility to check out specific branch and use it within the update.bash script.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tux-ware commented 1 year ago

This is the only issue reported at the moment. Any update on the current status?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ecdye commented 1 month ago

Sorry for the lack of response on this, I have been away serving as a missionary. This is a great suggestion, and I will begin working on this soon.

strayer commented 1 month ago

No need to apologize, thank you for looking into this and still maintaining the project 🎉