You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.fatal("i=\"%s\" git clone failed for some reason...on url %s stdout of '%s' with stderrout of '%s'"% (self.stanzaName, self.gitRepoURL, output, stderrout))
988
988
sys.exit(1)
@@ -1038,7 +1038,7 @@ def run_script(self):
1038
1038
logger.info("i=\"%s\" %s does not exist, running against all apps now"% (self.stanzaName, versionControlFile))
1039
1039
1040
1040
#Always start from master and the current version (just in case changes occurred)
(output, stderrout, res) =self.runOSProcess("cd {0}; git add -A; git commit -am \"Updated by Splunk Version Control backup job {1}\"; git tag {2}; git push origin master --tags".format(self.gitTempDir, self.stanzaName, todaysDate), timeout=30)
1172
+
(output, stderrout, res) =self.runOSProcess("cd {0}; git add -A; git commit -am \"Updated by Splunk Version Control backup job {1}\"; git tag {2}; git push origin master --tags".format(self.gitTempDir, self.stanzaName, todaysDate), timeout=120)
1173
1173
ifres==False:
1174
1174
logger.error("i=\"%s\" Failure while commiting the new files, backup completed but git may not be up-to-date, stdout '%s' stderrout of '%s'"% (self.stanzaName, output, stderrout))
1175
1175
#Append to our tag list so the dashboard shows the new tag as a choice to "restore from"
0 commit comments