Hi Lukas!

Sorry for the delay in response, I was off for a few days and for some reason your mail got buried beneath a pile of other mail.

Let me give you a bit of a background;

About a year or so ago we set up a CI/CD pipeline for the software and hardware probes. The intent being that the software would be built by a clean platform every single time a commit was tagged for building, or if any of the major branches were updated. This all happens from an internal repository that is not publicly accessible.

Somewhere around that time we also started with a new development strategy. 

Out of all of this, only the tags and master branch pointers are automatically synced from the internal repository to the GitHub repository. This is by intent to discourage people from deploying code which is not feature complete. For sake of transparency, as well as convenience, this code is visible. Well spotted! :)

The versioning is your next implied question- any number divisible by 10 is a production release (5060, 5070, 5080). Any other number is either a development or a testing release. I would recommend to use the master branch or any tag which is divisible by 10, which in essence would be a (previous) production release.

As to decreasing numbers. At the time there were two people working on different features at the same time, some of which we were both testing on different probe platforms simultaneously. One was working on 5083 the other on 5081/2. Ugly, yes. I believe I was restructuring for the version 3 hardware probe at that time.
Ideally we would sync only the release tags and not the development tags, but unfortunately that is not how the internal repository (Gitlab) works.

The current released version is 5080. I’m working on the next release as we speak, which will include a restructure to accommodate providing packages to the RHEL repositories. I’m interested in talking to debian distribution maintainers who are willing to help do the same for Debian. OpenWRT is also something I’ll be looking at.

Short and simple. Master contains the latest production code. Use it in good health :)

Cheers,

Michel

On 4 Jun 2023, at 20:03, Lukas Tribus <lukas@ltri.eu> wrote:

Hello Michel,


On Sun, 12 Feb 2023 at 22:51, Michel Stam <mstam@ripe.net> wrote:

Hello Randy,

We are currently actually looking at providing packages for other distributions, through
the regular repositories of the distribution. However that means we have to work pieces
of the software probe to comply to distribution standards. I cannot guarantee right now
whether Debian will be provided, but this is something I would personally like to see.

For third party package maintainers and users willing to compile from source:

What is the currently released version of the atlas-software-probe?

HW probes seem to be running 5080.

On the git repository we have the following tags:

2022 Sep 19: 5080 was tagged
2022 Nov 30: 5083 was tagged
2022 Dec 9: 5082 was tagged
2023 Feb 24: 5081 was tagged
2023 Feb 28: 5084 was tagged


Is 5080 the current release, which HW probes are running, and the
newer tags in the source code repository should be ignored?
Is 5084 the current release, but HW probes are lagging behind?
Why did we see decreasing versioning tags from November to February?
Where can a third party package maintainer (or a user compiling from
source) find authoritative information about what the latest atlas SW
probe actually is?

There is only a single branch in the git repository, which is master.
However while the 5080 tag seems to be in the master branch, the newer
tags are not, so I guess that means 5080 is indeed the last properly
released version.


But I really don't like to guess and I don't see how anyone not
directly involved in the SW development of the probe would be able to
package it considering the ambiguity in the source code repository.



Thanks,

Lukas