Skip to content

Commit

Permalink
remove release scripts
Browse files Browse the repository at this point in the history
[ upstream commit df03e88 ]

[ backporter notes: trivial deletion conflict. ]

These scripts will only be available under github.com/cilium/release to
avoid any confusion when performing releases.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm authored and michi-covalent committed Jun 7, 2024
1 parent 38e243b commit ce7d61e
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 600 deletions.
2 changes: 1 addition & 1 deletion contrib/backporting/check-stable
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PROG=${0##*/}
STABLE_BRANCH=${1:-}
SUMMARY_LOG=${2:-}

source $(dirname $(readlink -ne $BASH_SOURCE))/../release/lib/common.sh
source $(dirname $(readlink -ne $BASH_SOURCE))/k8s-common.sh
source $TOOL_LIB_PATH/gitlib.sh
source $(dirname $(readlink -ne $BASH_SOURCE))/common.sh

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion contrib/backporting/start-backport
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Authors of Cilium

source $(dirname $(readlink -ne $BASH_SOURCE))/../release/lib/common.sh
source $(dirname $(readlink -ne $BASH_SOURCE))/k8s-common.sh
source $TOOL_LIB_PATH/gitlib.sh
source $(dirname $(readlink -ne $BASH_SOURCE))/common.sh

Expand Down
2 changes: 1 addition & 1 deletion contrib/backporting/submit-backport
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright Authors of Cilium

DIR=$(dirname $(readlink -ne $BASH_SOURCE))
source $DIR/../release/lib/common.sh
source $DIR/k8s-common.sh
source $DIR/common.sh

require_linux
Expand Down
55 changes: 0 additions & 55 deletions contrib/release/bump-readme.sh

This file was deleted.

86 changes: 0 additions & 86 deletions contrib/release/post-release.sh

This file was deleted.

74 changes: 0 additions & 74 deletions contrib/release/prep-changelog.sh

This file was deleted.

94 changes: 0 additions & 94 deletions contrib/release/pull-docker-manifests.sh

This file was deleted.

Loading

0 comments on commit ce7d61e

Please sign in to comment.