Ariel Otilibili
|
ab7eb3874f
|
OTP bump
```
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
```
|
2024-05-27 16:26:41 +02:00 |
|
Ariel Otilibili
|
2636b5e21d
|
Renaming in GitHub actions
|
2024-05-27 16:26:41 +02:00 |
|
Ariel Otilibili
|
63b1798b1e
|
OTP bump
* sequel of 17e6f89078
* added R26 in CI/CD, and cleared out dialyzer warnings
* from R26, by default, `-Wno_unknown` suppresses warnings [1]
* in R25, it was the reverse behavior: `-Wunknown` allows warnings [2].
[1] https://www.erlang.org/doc/man/dialyzer.html#warning_options
[2] https://www.erlang.org/docs/25/man/dialyzer#format_warning-1
|
2024-03-18 01:01:08 +01:00 |
|
Ariel Otilibili
|
17e6f89078
|
Bumped OTP versions
* aligned OTP versions with Debian
* keeps versions from bullseye (old stable) to sid (unstable).
```
$ 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.8
sid 1:25.3.2.8
experimental 1:26.2.1
$ curl -I https://packages.debian.org/search?keywords=erlang
HTTP/2 200
date: Tue, 20 Feb 2024 22:21:53 GMT
server: Apache
last-modified: Tue, 20 Feb 2024 21:50:40 GMT
vary: Accept-Encoding,negotiate,accept-language
x-clacks-overhead: GNU Terry Pratchett
expires: Wed, 21 Feb 2024 09:04:02 +0000
x-content-type-options: nosniff
x-frame-options: sameorigin
referrer-policy: no-referrer
x-xss-protection: 1
permissions-policy: interest-cohort=()
strict-transport-security: max-age=15552000
age: 1873
content-length: 184625
content-type: text/html; charset=UTF-8
```
|
2024-02-21 22:05:14 +01:00 |
|
Paulo F. Oliveira
|
4c0180f157
|
Tweak CI versions (add 24.0, move 23.2 to 23.3)
|
2021-05-14 10:11:56 +01:00 |
|
Paulo F. Oliveira
|
4406953a87
|
Have CI working with extra checks
|
2021-03-25 00:03:13 +00:00 |
|
Tristan Sloughter
|
32e62781bb
|
set TERM os var to xterm to get cf to not drop color in logs
|
2021-01-04 11:52:55 -07:00 |
|
Tristan Sloughter
|
2256b68e4f
|
update readme status badge and CI branch
|
2021-01-04 10:18:25 -07:00 |
|
Tristan Sloughter
|
2e1b59ece6
|
move to github actions for CI
|
2021-01-04 09:44:13 -07:00 |
|