lynxthecat / cake-autorate

Eliminate the excess latency and jitter terrorizing your 4G, 5G, LTE, Starlink or other variable rate connection!
https://www.bufferbloat.net
GNU General Public License v2.0
263 stars 24 forks source link

Using maint scripts #305

Closed lynxthecat closed 3 months ago

lynxthecat commented 3 months ago

@rany2, does this work:

https://github.com/lynxthecat/cake-autorate/blob/eebf9abe3f706e97e24830fe083f00d8739ce12b/maint/update_setupsh_branch.sh#L19

Is the idea to checkout new branch v3.2, then run:

 ./maint/update_setupsh_branch.sh "v3.2"

If so, the sed doesn't seem to work for me.

But perhaps I'm missing something.

rany2 commented 3 months ago

It works, I'll update the README to explain how to use it. There's no guide because the assumption is that only I will use it.

lynxthecat commented 3 months ago

Oh cool, thanks. I just thought I should try and figure out how to use it.

I wonder if you could possibly release v3.2? I only just checked out new branch.

rany2 commented 3 months ago

I could make a release tomorrow night, might go over the code a bit in case there was something that could obviously be improved somehow.

Anyway I think I know why the maint script doesn't work, you probably did it right. The issue is that you removed the quotes and that broke it.

lynxthecat commented 3 months ago

Ah drat. Sorry.

Yes that would be super cool if you might make a release tomorrow night (if you have time).

lynxthecat commented 3 months ago

Many thanks @rany2!