You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/10/07 16:10:19 UTC

[cassandra-builds] branch trunk updated: attempt to workaround force push

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3ecf100  attempt to workaround force push
3ecf100 is described below

commit 3ecf100efc3bfba30cd701be1978527d2c7bc968
Author: Brandon Williams <dr...@gmail.com>
AuthorDate: Thu Oct 7 11:08:22 2021 -0500

    attempt to workaround force push
---
 docker/build-debs.sh | 2 +-
 docker/build-rpms.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/build-debs.sh b/docker/build-debs.sh
index 335121b..4484d98 100755
--- a/docker/build-debs.sh
+++ b/docker/build-debs.sh
@@ -29,7 +29,7 @@ fi
 
 cd $CASSANDRA_DIR
 git fetch
-git pull
+#git pull
 # clear and refetch tags to account for re-tagging a new sha
 git tag -d $(git tag) > /dev/null
 git fetch --tags > /dev/null 2>&1
diff --git a/docker/build-rpms.sh b/docker/build-rpms.sh
index 9a2aa55..4e22b75 100755
--- a/docker/build-rpms.sh
+++ b/docker/build-rpms.sh
@@ -31,7 +31,7 @@ fi
 
 cd $CASSANDRA_DIR
 git fetch
-git pull
+#git pull
 # clear and refetch tags to account for re-tagging a new sha
 git tag -d $(git tag) > /dev/null
 git fetch --tags > /dev/null 2>&1

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org