-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Deb Finalization #1571
Merged
Merged
.Deb Finalization #1571
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## dev #1571 +/- ##
==========================================
- Coverage 92.87% 92.83% -0.04%
==========================================
Files 592 593 +1
Lines 121853 121896 +43
==========================================
- Hits 113166 113163 -3
- Misses 8687 8733 +46 |
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 23, 2023 21:01
7731c1c
to
7e1245f
Compare
The host watchdog will kill the main process if it needs to.
Cyberboss
force-pushed
the
MoreDebGotchas
branch
from
June 24, 2023 02:10
a1c4cf9
to
10f2852
Compare
Cyberboss
added
CI/CD
IT'S NOT A PHASE MOM, IT'S A REAL SPECIALIZATION
Feature
New functionality
labels
Jun 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI/CD
IT'S NOT A PHASE MOM, IT'S A REAL SPECIALIZATION
Feature
New functionality
Fix
Fixes incorrect functionality
Posix Only
Issue only applies to non-Windows deployments
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not auto-merging, but should fix remaining issues
Closes #1568
🆑
TGS now ships with a Debian (Ubuntu compatible) package and provides apt repository to download it from. This is available at the /tg/station apt repository https://github.com/tgstation/tgstation-ppa. See
README.md
for details.Added SystemD
notify-reload
support. Seebuild/tgstation-server.service
for a unit example. Note, when running under SystemD, the majority of standard output messages will be suppressed unlessFileLogging:Disable
is set totrue
in order not to duplicate log output./:cl: