Skip to content

Conversation

@ariel-anieli
Copy link
Contributor

# curl --silent https://packages.debian.org/search?keywords=erlang | \
#   sed -ne '/Package erlang</,/<\/ul>/{/<\/a>/p; /br/p}' | \
#    sed -e 's/<a.*$//' | \
#    perl -0777 -pE 's/<li class="(\w+)">\n/$1/g; s/<br>([^\s]+)/$1/g; s/\+.*(?=\n)//g' | \
#   sed -e '1i name otp-version' | \
#    column -t

name          otp-version
buster        1:22.2.7
bullseye      1:23.2.6
bookworm      1:25.2.3
trixie        1:27.3.3
sid           1:27.3.4
experimental  1:28.0

```
curl --silent https://packages.debian.org/search?keywords=erlang | \
    sed -ne '/Package erlang</,/<\/ul>/{/<\/a>/p; /br/p}' | \
    sed -e 's/<a.*$//' | \
    perl -0777 -pE 's/<li class="(\w+)">\n/$1/g; s/<br>([^\s]+)/$1/g; s/\+.*(?=\n)//g' | \
    sed -e '1i name otp-version' | \
    column -t

name          otp-version
buster        1:22.2.7
bullseye      1:23.2.6
bookworm      1:25.2.3
trixie        1:27.3.3
sid           1:27.3.4
experimental  1:28.0
```
@ferd ferd merged commit 11d1c06 into erlware:master Jun 2, 2025
4 checks passed
@ariel-anieli ariel-anieli deleted the otp-bump branch June 3, 2025 07:57
@ariel-anieli
Copy link
Contributor Author

Thanks for having looked into this, @ferd. What do you think about #192?
It's a sequel of this PR; I am proposing to bump OTP version using workflows. For that a secret token will be needed.

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.

2 participants