Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c26c49e
update build offset number
Mikejmnez Jul 21, 2026
5ae4225
update ChangeLog
Mikejmnez Jul 21, 2026
f410b1b
update NEWS
Mikejmnez Jul 21, 2026
b00fdd2
pre-commit formatting
Mikejmnez Jul 21, 2026
0bd9e57
update versioning for Humans
Mikejmnez Jul 21, 2026
cfd98ba
fix typos
Mikejmnez Jul 21, 2026
99a3a2b
update API/ABI versioning
Mikejmnez Jul 21, 2026
bb652f2
Moved to jammy and java-21 for sonarstuff
ndp-opendap Jul 21, 2026
8435561
Moved to jammy and java-21 for sonarstuff
ndp-opendap Jul 21, 2026
cda8e4e
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
271d9a5
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
31463e7
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
8e7403f
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
49a6fe7
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
797e053
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
06f9387
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
ff84a15
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
747ffcf
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
b0c6f99
More java-21 for sonarstuff
ndp-opendap Jul 21, 2026
484792e
Update build-offset
ndp-opendap Jul 21, 2026
35c67ca
More java-21 for sonarstuff
ndp-opendap Jul 22, 2026
afaa6bf
More java-21 for sonarstuff
ndp-opendap Jul 22, 2026
9b9bd1d
More java-21 for sonarstuff
ndp-opendap Jul 22, 2026
9859bae
More java-21 for sonarstuff
ndp-opendap Jul 22, 2026
60eeca1
More java-21 for sonarstuff
ndp-opendap Jul 22, 2026
0ca1652
rabbit
ndp-opendap Jul 22, 2026
366ee7a
Update TravisBuildOffset to 1913
ndp-opendap Jul 23, 2026
7abdb6c
Using the raw travis build number for PR builds and only use the buil…
ndp-opendap Jul 23, 2026
1751c6f
Rolling back from jammy to focal
ndp-opendap Jul 23, 2026
77c89f9
merged master into roll-back-travis-host
ndp-opendap Jul 23, 2026
f3f4669
Ready to merge.
ndp-opendap Jul 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# virt: lxd # use a lxd container
# arch: amd64 # optional, this is the default, routes to a full VM
# os: linux # optional, this is the default
dist: jammy # xenial (Ubuntu 16) is the default; focal is Ubuntu 20; jammy is Ubuntu 22
dist: focal # xenial (Ubuntu 16) is the default; focal is Ubuntu 20; jammy is Ubuntu 22

vm:
size: x-large
Expand Down
2 changes: 1 addition & 1 deletion travis/travis_libdap_build_offset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ loggy "BEGIN $HR"

# This is the TravisCI build number when the
# last formal release was built.
export LIBDAP_TRAVIS_BUILD_OFFSET=1914
export LIBDAP_TRAVIS_BUILD_OFFSET=1917

if [ "$TRAVIS_PULL_REQUEST" != "false" ]
then
Expand Down
Loading