#4603 Verbose mode for git fetch proposed
Merged 4 years ago by pingou. Opened 4 years ago by jlanda.
jlanda/pagure verbose-git  into  master

file modified
+1 -1
@@ -57,7 +57,7 @@ 

          }

  

          stage('Clone Test Suite') {

-             onmyduffynode "git clone --single-branch --depth 1 https://pagure.io/pagure.git"

+             onmyduffynode "GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone --single-branch --depth 1 https://pagure.io/pagure.git"

          }

  

          stage('Run Test Suite') {

@@ -30,7 +30,7 @@ 

      repoSpanner-bridge

  

  RUN cd / \

-     && git clone -b $BRANCH $REPO \

+     && GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone -b $BRANCH $REPO \

      && chmod +x /pagure/dev/containers/runtests_py2.sh

  

  # Install all the requirements from the spec file and replace the macro

file modified
+1 -1
@@ -19,7 +19,7 @@ 

      git

  

  RUN cd / \

-     && git clone -b $BRANCH $REPO \

+     && GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone -b $BRANCH $REPO \

      && chmod +x /pagure/dev/containers/runtests_py3.sh \

      && sed -i -e 's|\["alembic",|\["alembic-3",|' /pagure/tests/test_alembic.py

  

@@ -22,7 +22,7 @@ 

      glibc-langpack-en

  

  RUN cd / \

-     && git clone -b $BRANCH $REPO \

+     && GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone -b $BRANCH $REPO \

      && chmod +x /pagure/dev/containers/tox_py3.sh

  

  # Install pygit2 manually, outside of the virtualenv since it is tightly coupled

@@ -11,7 +11,7 @@ 

  git remote rm proposed || true

  git gc --auto

  git remote add proposed "$REPO"

- git fetch proposed

+ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch proposed

  git checkout origin/master

  git config --global user.email "you@example.com"

  git config --global user.name "Your Name"

@@ -11,7 +11,7 @@ 

  git remote rm proposed || true

  git gc --auto

  git remote add proposed "$REPO"

- git fetch proposed

+ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch proposed

  git checkout origin/master

  git config --global user.email "you@example.com"

  git config --global user.name "Your Name"

file modified
+1 -1
@@ -11,7 +11,7 @@ 

  git remote rm proposed || true

  git gc --auto

  git remote add proposed "$REPO"

- git fetch proposed

+ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch proposed

  git checkout origin/master

  git config --global user.email "you@example.com"

  git config --global user.name "Your Name"

file modified
+1 -1
@@ -10,7 +10,7 @@ 

  git remote rm proposed || true

  git gc --auto

  git remote add proposed "$REPO"

- git fetch proposed

+ GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch proposed

  git checkout origin/master

  git config --global user.email "you@example.com"

  git config --global user.name "Your Name"