From 12591ee66df426f24d4c3069ec3b95e6d0337e3d Mon Sep 17 00:00:00 2001 From: saadali Date: Mon, 14 Nov 2016 17:25:04 -0800 Subject: [PATCH] Remove versionize-docs from branchff --- branchff | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/branchff b/branchff index 660fc190b72..062edae9ca0 100755 --- a/branchff +++ b/branchff @@ -29,7 +29,6 @@ PROG=${0##*/} #+ DESCRIPTION #+ $PROG fast forwards a K8s release branch to [master object] (defaults to #+ HEAD and then prepares the branch as a K8s release branch: -#+ * build-tools/versionize-docs.sh #+ * Run hack/update-all.sh to ensure compliance of generated files #+ #+ @@ -138,17 +137,10 @@ logrun -s git merge -X ours $MASTER_OBJECT logecho -n "update-all.sh: " logrun -s hack/update-all.sh -# Redo the branching activities -logecho -n "Check/rerun versionize-docs.sh again: " -# TODO: remove once we don't support k8s versions with build/ anymore -build_dir=build-tools -[[ -d $build_dir ]] || build_dir=build -logrun -s $build_dir/versionize-docs.sh $RELEASE_BRANCH - if [[ -n "$(git status -s)" ]]; then logecho -n "Commit changes: " logrun git add -A - logrun -s git commit -am "versionize-docs.sh and update-all.sh." \ + logrun -s git commit -am "update-all.sh." \ || common::exit 1 "Exiting..." fi