mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Compilation is blocked if TGS3.json changes. Adds command/button to update it
This commit is contained in:
@@ -217,5 +217,12 @@ namespace TGServiceInterface
|
||||
/// <returns>A dictionary of tag name -> commit on success, null on failure</returns>
|
||||
[OperationContract]
|
||||
IDictionary<string, string> ListBackups(out string error);
|
||||
|
||||
/// <summary>
|
||||
/// Updates the cached TGS3.json to the repo's version
|
||||
/// Compiles will not succeed if these two to not match
|
||||
/// </summary>
|
||||
/// <returns>null on success, error message on failure</returns>
|
||||
string UpdateTGS3Json();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user