<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi Lukas!<div><br></div><div>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.</div><div><br></div><div>Let me give you a bit of a background;</div><div><br></div><div>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.</div><div><br></div><div>Somewhere around that time we also started with a new development strategy. </div><div><ul class="MailOutline"><li>A master branch which contains production-ready code. This is the code that users can deploy on their own setup, and it is also the code that the RPMs and the hardware probe firmware will be built on.</li><li>A testing branch on which the master branch is essentially a pointer. The testing branch contains code that is being readied for the next production release</li><li>A devel(opment) branch that contains code which is by its nature feature complete, but may not be fully tested yet. This code is merged into the testing branch upon completion and unit testing.</li><li>Ticket branches that run off the development branch and contain features that may or may not work</li></ul><div><br></div><div>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! :)</div></div><div><br></div><div>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.</div><div><br></div><div>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.</div><div>Ideally we would sync only the release tags and not the development tags, but unfortunately that is not how the internal repository (Gitlab) works.</div><div><br></div><div>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.</div><div><br></div><div>Short and simple. Master contains the latest production code. Use it in good health :)</div><div><br></div><div>Cheers,</div><div><br></div><div>Michel</div><div><br></div><div><div><blockquote type="cite"><div>On 4 Jun 2023, at 20:03, Lukas Tribus <lukas@ltri.eu> wrote:</div><br class="Apple-interchange-newline"><div><div>Hello Michel,<br><br><br>On Sun, 12 Feb 2023 at 22:51, Michel Stam <mstam@ripe.net> wrote:<br><blockquote type="cite"><br>Hello Randy,<br><br>We are currently actually looking at providing packages for other distributions, through<br>the regular repositories of the distribution. However that means we have to work pieces<br>of the software probe to comply to distribution standards. I cannot guarantee right now<br>whether Debian will be provided, but this is something I would personally like to see.<br></blockquote><br>For third party package maintainers and users willing to compile from source:<br><br>What is the currently released version of the atlas-software-probe?<br><br>HW probes seem to be running 5080.<br><br>On the git repository we have the following tags:<br><br>2022 Sep 19: 5080 was tagged<br>2022 Nov 30: 5083 was tagged<br>2022 Dec 9: 5082 was tagged<br>2023 Feb 24: 5081 was tagged<br>2023 Feb 28: 5084 was tagged<br><br><br>Is 5080 the current release, which HW probes are running, and the<br>newer tags in the source code repository should be ignored?<br>Is 5084 the current release, but HW probes are lagging behind?<br>Why did we see decreasing versioning tags from November to February?<br>Where can a third party package maintainer (or a user compiling from<br>source) find authoritative information about what the latest atlas SW<br>probe actually is?<br><br>There is only a single branch in the git repository, which is master.<br>However while the 5080 tag seems to be in the master branch, the newer<br>tags are not, so I guess that means 5080 is indeed the last properly<br>released version.<br><br><br>But I really don't like to guess and I don't see how anyone not<br>directly involved in the SW development of the probe would be able to<br>package it considering the ambiguity in the source code repository.<br><br><br><br>Thanks,<br><br>Lukas<br></div></div></blockquote></div><br></div></body></html>