From b995af7aa1001685ab584da9017550b61791b172 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 9 Jun 2022 11:46:10 -0300 Subject: New Git URLs --- herculeswrapper/herc-map-wrapper-config.example | 2 +- testxml/testxml.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/herculeswrapper/herc-map-wrapper-config.example b/herculeswrapper/herc-map-wrapper-config.example index b3afd8d..67a70a0 100644 --- a/herculeswrapper/herc-map-wrapper-config.example +++ b/herculeswrapper/herc-map-wrapper-config.example @@ -24,7 +24,7 @@ python -c ' oauth = "01234567890123456789" import requests -issues = requests.get("https://gitlab.com/api/v3/projects/%d/merge_requests" % '$1', params={"state": "opened"}, headers={"PRIVATE-TOKEN": "%s" % oauth, "Accept": "application/vnd.gitlab.v3+json"}) +issues = requests.get("https://git.themanaworld.org/api/v3/projects/%d/merge_requests" % '$1', params={"state": "opened"}, headers={"PRIVATE-TOKEN": "%s" % oauth, "Accept": "application/vnd.gitlab.v3+json"}) issues.raise_for_status() for issue in issues.json(): if "test" in issue["labels"]: diff --git a/testxml/testxml.py b/testxml/testxml.py index 6ae9e12..9f37ab5 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -139,9 +139,9 @@ def printSeparator(): print "--------------------------------------------------------------------------------" def showHeader(): - print "Evol client data validator." - print "Run at: " + datetime.datetime.now().isoformat() - print "https://gitlab.com/evol/evol-tools/blob/master/testxml/testxml.py" + print("Client Data Validator.") + print("Run at: " + datetime.datetime.now().isoformat()) + print("https://git.themanaworld.org/ml/tools/blob/master/testxml/testxml.py") printSeparator() def showFooter(): -- cgit v1.2.3-60-g2f50