From 3362b79ebd0f57086e19af1d97432a06b5063903 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Tue, 25 Jul 2023 16:25:36 -0600 Subject: [PATCH] REMOVE ME: Add some git debugging code --- .github/workflows/tribits_testing.yml | 46 +++++++++++++-------------- tribits/doc/utils/gen_doc_utils.sh | 7 ++++ 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/.github/workflows/tribits_testing.yml b/.github/workflows/tribits_testing.yml index cf29034a9..806f7097e 100644 --- a/.github/workflows/tribits_testing.yml +++ b/.github/workflows/tribits_testing.yml @@ -80,26 +80,26 @@ jobs: git fetch origin 'refs/tags/*:refs/tags/*' echo "Running: git tag" git tag - - name: Run configure, build, test, and submit to CDash - run: | - cd .. - env CTEST_BUILD_NAME_SUFFIX=${{ github.event.inputs.ctest_build_name_suffix }} \ - TRIBITS_ADD_LD_LIBRARY_PATH_HACK_FOR_SIMPLETPL=ON \ - ./TriBITS/cmake/ctest/github_actions/run_github_actions_ctest_driver.sh \ - --os ${{ matrix.config.os }} \ - --cmake-ver ${{ matrix.config.cmake }} \ - --generator ${{ matrix.config.generator }} \ - --python-ver ${{ matrix.config.python }} \ - --cxx-compiler-and-ver ${{ matrix.config.cxx }} \ - --fortran-compiler-and-ver ${{ matrix.config.fc }} \ - --no-have-ninja ${{ matrix.config.no_have_ninja }} \ - --github-repo-match-to-submit TriBITSPub/TriBITS - - name: URL to results on CDash - run: | - cd .. - echo "See results posted on CDash:" - echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" - echo - cat tribits-build/BUILD/CDashResults.txt - echo - echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" +# - name: Run configure, build, test, and submit to CDash +# run: | +# cd .. +# env CTEST_BUILD_NAME_SUFFIX=${{ github.event.inputs.ctest_build_name_suffix }} \ +# TRIBITS_ADD_LD_LIBRARY_PATH_HACK_FOR_SIMPLETPL=ON \ +# ./TriBITS/cmake/ctest/github_actions/run_github_actions_ctest_driver.sh \ +# --os ${{ matrix.config.os }} \ +# --cmake-ver ${{ matrix.config.cmake }} \ +# --generator ${{ matrix.config.generator }} \ +# --python-ver ${{ matrix.config.python }} \ +# --cxx-compiler-and-ver ${{ matrix.config.cxx }} \ +# --fortran-compiler-and-ver ${{ matrix.config.fc }} \ +# --no-have-ninja ${{ matrix.config.no_have_ninja }} \ +# --github-repo-match-to-submit TriBITSPub/TriBITS +# - name: URL to results on CDash +# run: | +# cd .. +# echo "See results posted on CDash:" +# echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" +# echo +# cat tribits-build/BUILD/CDashResults.txt +# echo +# echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" diff --git a/tribits/doc/utils/gen_doc_utils.sh b/tribits/doc/utils/gen_doc_utils.sh index 639aa68dd..fae38a784 100644 --- a/tribits/doc/utils/gen_doc_utils.sh +++ b/tribits/doc/utils/gen_doc_utils.sh @@ -48,6 +48,13 @@ function generate_git_version_file { _TRIBITS_TAG_PREFIX=`cat ../../../tribits_tag_prefix.txt` if [ -e ../../../.git ] ; then + echo + echo "Running: pwd" + pwd + echo "_TRIBITS_TAG_PREFIX = '${_TRIBITS_TAG_PREFIX}'" + echo "Running: git tag" + git tag + echo echo echo "Generating git version" echo