Positron Build Number is 0
in DEB and RPM package version info
#5159
Labels
Milestone
0
in DEB and RPM package version info
#5159
System details:
Positron and OS details:
Builds containing 9a8f07a. Prior to this commit, we didn't include the
BUILD_NUMBER
in the package version info. Now that we include it, it revealed that we need to pass the calculatedBUILD_NUMBER
instead of the static value in product.json which is always0
.Interpreter details:
N/A
Describe the issue:
Build number always shows
0
in DEB/RPM package version info output.This is a follow-up to #1373.
Steps to reproduce the issue:
DEB
dpkg --info <POSITRON_BINARY>.deb
<POSITRON_VERSION>+0-<LINUX_REVISION>
Sample Output:
RPM
rpm -qi <POSITRON_BINARY>.rpm
<POSITRON_VERSION>+0
Sample Output:
Expected or desired behavior:
Version info should contain the correct build number, which usually is not 0.
DEB
dpkg --info <POSITRON_BINARY>.deb
<POSITRON_VERSION>+<BUILD_NUMBER>-<LINUX_REVISION>
Sample Output:
RPM
rpm -qi <POSITRON_BINARY>.rpm
<POSITRON_VERSION>+<BUILD_NUMBER>
Sample Output:
Were there any error messages in the UI, Output panel, or Developer Tools console?
N/A
The text was updated successfully, but these errors were encountered: