mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Rustlibs git commands (#29560)
* Rustlibs git commands * Review tweaks * Build Rust library * Build Rust library * I am my own build daemon * Build Rust library * Build Rust library * CI bug???????????? * You wanna work now????? * Funny tweaks * Build Rust library * For gods sake * gix breaks us, use git2 instead * Build Rust library --------- Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com> Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman3595@gmail.com>
This commit is contained in:
co-authored by
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
FunnyMan3595
parent
2d46829ceb
commit
99d2f550b9
@@ -18,9 +18,9 @@ GLOBAL_PROTECT(revision_info) // Dont mess with this
|
||||
|
||||
// Pull info from the rust DLL
|
||||
/datum/code_revision/New()
|
||||
commit_hash = rustg_git_revparse("HEAD")
|
||||
commit_hash = rustlibs_git_revparse("HEAD")
|
||||
if(commit_hash)
|
||||
commit_date = rustg_git_commit_date(commit_hash)
|
||||
commit_date = rustlibs_git_commit_date(commit_hash)
|
||||
|
||||
// Pull info from TGS
|
||||
/datum/code_revision/proc/load_tgs_info()
|
||||
|
||||
Reference in New Issue
Block a user