Skip to content

Avoid walking all entries to find latest#566

Draft
WhyNotHugo wants to merge 1 commit into
owntracks:masterfrom
WhyNotHugo:simpler-is_newer_than_last
Draft

Avoid walking all entries to find latest#566
WhyNotHugo wants to merge 1 commit into
owntracks:masterfrom
WhyNotHugo:simpler-is_newer_than_last

Avoid walking all entries to find latest

8652f0b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded May 12, 2026 in 33s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #566 Avoid walking all entries to find latest.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Focal)
Compiler Version gcc
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "compiler": [
    "gcc"
  ],
  "before_install": [
    "apt-cache search mosquitto",
    "sudo apt-get install -qq libmosquitto-dev libconfig-dev liblmdb-dev"
  ],
  "script": [
    "cp config.mk.in config.mk",
    "make",
    "./ocat -v"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "AWI43ztcN3D/TW3U2CQwuVKLrHqQk7xShuMm8d2JUfTuHtamRvhQ3jAYs3NdfA2brlJKiOHl6HLbbGRaT6ITdcel1UuAmKzNbuKw+jM9ug2ziGddmAeyoQ3DrjECCnydZ3YAEKtAvRFAl3Q+AmXDUkiFOV988lLQ3PkG2ODcwI/4KS3IM/H0SrDy6/ejAG8unICZfXs49XJRGI0kEj3Xzy8OUE1cdB9BGzTaQi/kOsHVgu/CUMwY/ofeRBRaYPqnj3ewgGJmRyLh2A1z6OSPRMkoSgS1u8a5OsiWgAL1j0rZZDws9MwkI3Lkkvw3rO2Gn3uRzMvzXx3/h+B9qBEH3L7NulDQNu8MY5iH6Bx/3m9eom79JJgN31+RDjjCrtNVlBj7bXjtrJJqNtL4EOXFMvjq3MgnMwREtBtIqj+xufRdJGQGfyvF4YA2MT96CTGtr1udTnD3E6S0n2XjTI9cBVty9FYG5juDGh5BwNk9HDttLusjQQ+8CbNnQjh3ILAiNRNhQNRL1M6MK8GJbtMfiWRYG5HZgfY4ZmKWAuYS67fJw4TSkNPtUMTiwRSdDckNaqfdLU9XNzBnHnswcr8ZRAdsWkWr4XmysLL3/XnRN3awLDGoibs65Yd7fg1TqV/9HWjpDmcwUOs5o06MIfFPakhYj1D+ebm+DwS9KoxawvE="
          }
        ]
      }
    ]
  }
}