[PR #2197] [MERGED] Release/190217 #3529

Closed
opened 2026-02-27 03:54:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/2197
Author: @dgibbs64
Created: 2/17/2019
Status: Merged
Merged: 2/17/2019
Merged by: @dgibbs64

Base: masterHead: release/190217


📝 Commits (10+)

  • fa3ff74 Merge branch 'release/190106' into develop
  • 9508443 fix(docs): remove incorrect link
  • d77c019 init add iosoccer
  • 1071d51 iosoccer default config from git
  • 05d27cf iosoccer is only 32bit for netstat
  • ca9ce6d feat(bots): update bot settings
  • e50ed41 Merge branch 'master' into develop
  • 7e23279 feat(details): add CPU info to details (#2172)
  • 338a2c1 feat(docs): added new item to checklist
  • 98fd7a0 fix(docs): add further checklist additions

📊 Changes

22 files changed (+428 additions, -95 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+4 -4)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+4 -6)
📝 .github/ISSUE_TEMPLATE/new-server-request.md (+2 -2)
📝 .github/lock.yml (+13 -3)
📝 PULL_REQUEST_TEMPLATE.md (+8 -5)
lgsm/config-default/config-lgsm/iosserver/_default.cfg (+130 -0)
lgsm/config-default/config-lgsm/rtcwserver/_default.cfg (+116 -0)
📝 lgsm/data/serverlist.csv (+2 -0)
📝 lgsm/functions/alert_discord.sh (+1 -1)
📝 lgsm/functions/check_deps.sh (+15 -3)
📝 lgsm/functions/check_permissions.sh (+1 -1)
📝 lgsm/functions/fix_csgo.sh (+0 -11)
📝 lgsm/functions/info_config.sh (+24 -1)
📝 lgsm/functions/info_distro.sh (+5 -3)
📝 lgsm/functions/info_glibc.sh (+7 -4)
📝 lgsm/functions/info_messages.sh (+19 -2)
📝 lgsm/functions/info_parms.sh (+8 -0)
📝 lgsm/functions/install_config.sh (+13 -1)
📝 lgsm/functions/install_server_files.sh (+44 -44)
📝 lgsm/functions/query_gamedig.sh (+9 -1)

...and 2 more files

📄 Description

Release PR


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/2197 **Author:** [@dgibbs64](https://github.com/dgibbs64) **Created:** 2/17/2019 **Status:** ✅ Merged **Merged:** 2/17/2019 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `release/190217` --- ### 📝 Commits (10+) - [`fa3ff74`](https://github.com/GameServerManagers/LinuxGSM/commit/fa3ff7466c7ea234e6357b7501445b70e61d1ebc) Merge branch 'release/190106' into develop - [`9508443`](https://github.com/GameServerManagers/LinuxGSM/commit/95084435358dbe6513f2870c20ee29464559561e) fix(docs): remove incorrect link - [`d77c019`](https://github.com/GameServerManagers/LinuxGSM/commit/d77c019cdb97f21344736715c57f5515832123af) init add iosoccer - [`1071d51`](https://github.com/GameServerManagers/LinuxGSM/commit/1071d5152790833b0553166f98cc862aafe6351d) iosoccer default config from git - [`05d27cf`](https://github.com/GameServerManagers/LinuxGSM/commit/05d27cf85f22a19671f7c20b5d66829be4caa2e9) iosoccer is only 32bit for netstat - [`ca9ce6d`](https://github.com/GameServerManagers/LinuxGSM/commit/ca9ce6dd02d343afeca8f5c27970ce6726991dc9) feat(bots): update bot settings - [`e50ed41`](https://github.com/GameServerManagers/LinuxGSM/commit/e50ed4119d8b9afb3a2ecfcdfe0b87738d581252) Merge branch 'master' into develop - [`7e23279`](https://github.com/GameServerManagers/LinuxGSM/commit/7e23279b48f0ac74143b106ec6293d235f163ee5) feat(details): add CPU info to details (#2172) - [`338a2c1`](https://github.com/GameServerManagers/LinuxGSM/commit/338a2c12d50bf85d0644d2d07b86248f56a2eb31) feat(docs): added new item to checklist - [`98fd7a0`](https://github.com/GameServerManagers/LinuxGSM/commit/98fd7a0f1321b0a203f9f8b167f8c2ef276e468c) fix(docs): add further checklist additions ### 📊 Changes **22 files changed** (+428 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+4 -4) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+4 -6) 📝 `.github/ISSUE_TEMPLATE/new-server-request.md` (+2 -2) 📝 `.github/lock.yml` (+13 -3) 📝 `PULL_REQUEST_TEMPLATE.md` (+8 -5) ➕ `lgsm/config-default/config-lgsm/iosserver/_default.cfg` (+130 -0) ➕ `lgsm/config-default/config-lgsm/rtcwserver/_default.cfg` (+116 -0) 📝 `lgsm/data/serverlist.csv` (+2 -0) 📝 `lgsm/functions/alert_discord.sh` (+1 -1) 📝 `lgsm/functions/check_deps.sh` (+15 -3) 📝 `lgsm/functions/check_permissions.sh` (+1 -1) 📝 `lgsm/functions/fix_csgo.sh` (+0 -11) 📝 `lgsm/functions/info_config.sh` (+24 -1) 📝 `lgsm/functions/info_distro.sh` (+5 -3) 📝 `lgsm/functions/info_glibc.sh` (+7 -4) 📝 `lgsm/functions/info_messages.sh` (+19 -2) 📝 `lgsm/functions/info_parms.sh` (+8 -0) 📝 `lgsm/functions/install_config.sh` (+13 -1) 📝 `lgsm/functions/install_server_files.sh` (+44 -44) 📝 `lgsm/functions/query_gamedig.sh` (+9 -1) _...and 2 more files_ </details> ### 📄 Description Release PR --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:54:50 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#3529
No description provided.