Compilation is blocked if TGS3.json changes. Adds command/button to update it

This commit is contained in:
Cyberboss
2017-09-27 11:05:41 -04:00
parent 141d4eec26
commit edffc6be3e
8 changed files with 164 additions and 76 deletions
+7
View File
@@ -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();
}
}