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

GitHub action renaming & OTP bump #176

Merged
merged 2 commits into from
Jun 1, 2024

Conversation

ariel-anieli
Copy link

Aligned OTP versions with Debian:

    $ 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:25.3.2.12
    sid           1:25.3.2.12
    experimental  1:27.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:25.3.2.12
sid           1:25.3.2.12
experimental  1:27.0
```
@ariel-anieli ariel-anieli force-pushed the github-action-and-otp-bump branch from 697623c to ab7eb38 Compare May 27, 2024 14:27
@ferd ferd merged commit 75c6bae into erlware:master Jun 1, 2024
4 checks passed
@ariel-anieli ariel-anieli deleted the github-action-and-otp-bump branch June 1, 2024 23:19
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