Space Station 13 - Modules - TypesVar Details - Proc Details

code_revision

Code Revision Datum

Allows the server code to be aware of the Git environment it is running in, and lets commit hash be viewed

Vars

commit_dateDate that this commit was made
commit_hashCurrent commit hash the server is running
origin_commitOrigin commit (Only set if running TGS, and will only be different if the server is running testmerges)
testmergesList of testmerges (If applicable)

Procs

get_testmerge_chatmessageTestmerge Chat Message Helper
log_infoCode Revision Logging Helper

Var Details

commit_date

Date that this commit was made

commit_hash

Current commit hash the server is running

origin_commit

Origin commit (Only set if running TGS, and will only be different if the server is running testmerges)

testmerges

List of testmerges (If applicable)

Proc Details

get_testmerge_chatmessage

Testmerge Chat Message Helper

Formats testmerged PRs into a nice message Arguments:

log_info

Code Revision Logging Helper

Small proc to simplify logging all this stuff