Removes ITGServerUpdater

This commit is contained in:
Cyberboss
2017-07-14 11:23:37 -04:00
parent 5d859897bb
commit 52d517241f
6 changed files with 130 additions and 111 deletions
+6
View File
@@ -187,6 +187,12 @@ namespace TGServiceInterface
[OperationContract]
string GenerateChangelog(out string error);
/// <summary>
/// Pushes the changelog to the currently git, this operation will only run if the changelog is the only difference to be pushed (i.e. no PRs merged)
/// </summary>
/// <returns>null on success, error on failure</returns>
string PushChangelog();
/// <summary>
/// Sets the path to the python 2.7 installation
/// </summary>