This is an automated email from the ASF dual-hosted git repository. mshuler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push: new 00696ac We need to pull after fetch, if we're working on trunk 00696ac is described below commit 00696ac76dfb578ff5999f6679be112a757d3630 Author: Michael Shuler <mich...@pbandjelly.org> AuthorDate: Thu Sep 5 14:55:20 2019 -0700 We need to pull after fetch, if we're working on trunk --- docker/build-rpms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/build-rpms.sh b/docker/build-rpms.sh index 06ba980..80a94e0 100755 --- a/docker/build-rpms.sh +++ b/docker/build-rpms.sh @@ -10,6 +10,7 @@ CASSANDRA_BRANCH=$1 cd $CASSANDRA_DIR git fetch +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-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org