armagetronad:trunk

Last commit made on 2024-04-23
Get this branch:
git clone -b trunk https://git.launchpad.net/armagetronad

Branch merges

Branch information

Name:
trunk
Repository:
lp:armagetronad

Recent commits

391a746... by Manuel Moos

Merge from legacy_0.2.9

48ada05... by Manuel Moos

Merge from release_0.2.9

7747ff0... by Manuel Moos

No longer auto-merge from 0.2.8.3

We now prefer cherry-picking from 0.2.9 to 0.2.8.3 as needed

a054ff6... by Manuel Moos

More timestamp logging

in case it causes more problems in the future.

For now, everything is solved by setting disable_snapshots to true
in the gitlab-runner configuration on macOS; that causes an entire
new virtual machine to be cloned and powered up for each build,
which takes time, but ensures the proper current time is fetched
from the network.

dc53920... by Manuel Moos

Tab style indentation for shell scripts

eb38d85... by Manuel Moos

Log a timestamp

for debugging the RequestTimeTooSkewed errors

795a419... by Manuel Moos

Log a timestamp

for debugging the RequestTimeTooSkewed errors

bc37de9... by Manuel Moos

Merge from legacy_0.2.9

8b47839... by Manuel Moos

Add headerpad option to make the bundling work

install_name_tool requires it now with the library changes

That also seems to be what would be needed to bundle the abseil-full
protobuf, we'll see when we get there

e00ecb7... by Manuel Moos

Changs LIBS and C(XX/PP) flags setting of protobuf

so it is guaranteed any custom protobuf libary we set up
(such as for mac builds) gets found before the system wide one