Linuxgsm: When on latest_experimental version update function checks against public version

Created on 3 Jul 2020  路  3Comments  路  Source: GameServerManagers/LinuxGSM

User Story

As a server admin, I want the update function to check against the correct branch so that it correctly reports whether an update is available or not. It still does what it is supposed to do ie updates the server but not in the manner you'd expect.

Basic info

  • Distro: Ubuntu 18.04
  • Game: 7 Days to Die
  • Command: Update
  • LinuxGSM version: v20.3.3

Further Information

While on the latest_experimental branch of the server, when you run the update function it checks the version against the public branch rather than the experimental branch and runs an update
image

image

The update correctly updates the experimental branch if an update is available for it otherwise it reports that it is already up to date.
image
image

To Reproduce

Steps to reproduce the behaviour:

  1. Be running the latest experimental branch of the 7dtd server
  2. Run an update
  3. observe the results

Expected behaviour

It should check the version against the experimental branch rather than the public branch and only try to update if a new experimental update is available.

update 7 Days to Die steamcmd pr-merged priority bug

All 3 comments

Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.57. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I have found the bug. Will fixed in next release

Good job, works perfectly now, thanks!

Was this page helpful?
0 / 5 - 0 ratings