The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/e3sm.git
> git init /home/jenkins/workspace/e3sm_run_gfortran_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/e3sm.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/e3sm.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/larson-group/e3sm.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
Checking out Revision 4fa8c2837b55fa28c8376b739c2737f12bc6e6e1 (refs/remotes/origin/clubb_silhs_devel)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4fa8c2837b55fa28c8376b739c2737f12bc6e6e1 # timeout=10
Commit message: "Autoupdated CLUBB_core Commit 595e2c13024c1e913815d56ae724823a82bddc03 Author: bmg929 Date: Wed Feb 7 16:35:59 2024 -0600 Fixing a bug where the Lscale used in calculating the damping coefficient in advance_xm_wpxp_module.F90 should be Lscale_zm, since the term is calculated on momentum grid levels. Along the way, I found out that I could streamline the code by passing in the value of Lscale_zm that was already calculated (interpolated from Lscale) in advance_clubb_core. This value could be passed into both advance_xm_wpxp and calc_stability_correction, and then fed down."
> git rev-list --no-walk f36f51657d9965f7fa28d3d98c99874c67846bac # timeout=10