From c23ffcf26164c25e4dee2a5858b3e33004a804c5 Mon Sep 17 00:00:00 2001 From: lishengbao Date: Tue, 17 Oct 2023 18:44:07 +0800 Subject: [PATCH] Fix build grimoirelab failure problem Signed-off-by: lishengbao --- utils/build_grimoirelab | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/utils/build_grimoirelab b/utils/build_grimoirelab index 2e771b14..a6b00eb4 100755 --- a/utils/build_grimoirelab +++ b/utils/build_grimoirelab @@ -38,7 +38,8 @@ Example: """ -build_dependencies = ['pip', 'setuptools', 'pypandoc', 'twine', 'wheel'] +# build_dependencies = ['pip', 'setuptools', 'pypandoc', 'twine', 'wheel'] +build_dependencies = ['pip', 'setuptools', 'pandoc', 'twine', 'wheel'] install_dependencies = ['pip', 'setuptools', 'wheel'] all_repos = { @@ -74,10 +75,14 @@ all_repos = { 'repo_url': 'http://github.com/chaoss/grimoirelab-kingarthur', 'version_file': os.path.join('arthur', '_version.py'), 'check_run': 'arthurd --help'}], + # 'grimoireelk': [{'name': 'grimoire-elk', 'dir': '', + # 'repo_url': 'http://github.com/chaoss/grimoirelab-elk', + # 'version_file': os.path.join('grimoire_elk', '_version.py'), + # 'check_run': 'p2o.py --help'}], 'grimoireelk': [{'name': 'grimoire-elk', 'dir': '', 'repo_url': 'http://github.com/chaoss/grimoirelab-elk', - 'version_file': os.path.join('grimoire_elk', '_version.py'), - 'check_run': 'p2o.py --help'}], + 'version_file': os.path.join('grimoire_elk', '_version.py') + }], 'sortinghat': [{'name': 'sortinghat', 'dir': '', 'repo_url': 'http://github.com/chaoss/grimoirelab-sortinghat', 'version_file': os.path.join('sortinghat', '_version.py'),