Revision b71cf0d0fff4d17f788a01c55affd79715731d46 authored by Joe Stringer on 30 September 2020, 22:13:35 UTC, committed by Robin Hahling on 01 October 2020, 08:11:45 UTC
Due to an extra `v` in the branch name, this script would fail with:

  $ ~/git/cilium/contrib/release/start-release.sh v1.6.12 128
  fatal: 'origin/vv1.6' is not a commit and a branch 'pr/prepare-v1.6.12' cannot be created from it

  Signal ERR caught!

  Traceback (line function script):
  62 main /home/joe/git/cilium/contrib/release/start-release.sh

Fix it.

While we're at it, update the instructions at the end for next
steps, since there's also now a `submit-backport.sh` script to send the
PR from the CLI.

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent 57d3473
History
File Mode Size
.github
.travis
Documentation
api
bpf
bugtool
cilium
cilium-health
contrib
daemon
envoy
examples
hack
hubble-relay
images
install
jenkinsfiles
operator
pkg
plugins
proxylib
test
tests
tools
vendor
.authors.aux -rw-r--r-- 416 bytes
.dockerignore -rw-r--r-- 1.1 KB
.gitattributes -rw-r--r-- 187 bytes
.gitignore -rw-r--r-- 1.2 KB
.gitmodules -rw-r--r-- 0 bytes
.golangci.yaml -rw-r--r-- 3.2 KB
.mailmap -rw-r--r-- 1.6 KB
.travis.yml -rw-r--r-- 1013 bytes
AUTHORS -rw-r--r-- 13.7 KB
CODEOWNERS -rw-r--r-- 6.1 KB
CONTRIBUTING.md -rw-r--r-- 227 bytes
Dockerfile -rw-r--r-- 2.8 KB
Dockerfile.builder -rw-r--r-- 1.0 KB
FURTHER_READINGS.rst -rw-r--r-- 4.9 KB
GO_VERSION -rw-r--r-- 7 bytes
Jenkinsfile.nightly l--------- 32 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS.rst -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 22.2 KB
Makefile.buildkit -rw-r--r-- 4.1 KB
Makefile.defs -rw-r--r-- 5.3 KB
Makefile.docker -rw-r--r-- 7.4 KB
Makefile.quiet -rw-r--r-- 718 bytes
README.rst -rw-r--r-- 14.9 KB
SECURITY.md -rw-r--r-- 615 bytes
USERS.md -rw-r--r-- 5.6 KB
VERSION -rw-r--r-- 7 bytes
Vagrantfile -rw-r--r-- 12.8 KB
cilium-dev.Dockerfile -rw-r--r-- 1.4 KB
cilium-dev.Dockerfile.dockerignore -rw-r--r-- 931 bytes
cilium-docker-plugin.Dockerfile -rw-r--r-- 644 bytes
cilium-operator-aws.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator-azure.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator-generic.Dockerfile -rw-r--r-- 1.3 KB
cilium-operator.Dockerfile -rw-r--r-- 1.2 KB
docs.Jenkinsfile l--------- 29 bytes
flannel.Jenkinsfile l--------- 32 bytes
ginkgo-kubernetes-all.Jenkinsfile l--------- 46 bytes
ginkgo.Jenkinsfile l--------- 31 bytes
go.mod -rw-r--r-- 5.2 KB
go.sum -rw-r--r-- 98.8 KB
hubble-relay.Dockerfile -rw-r--r-- 1.2 KB
kubernetes-upstream.Jenkinsfile l--------- 44 bytes
netlify.toml -rw-r--r-- 92 bytes
vagrant_box_defaults.rb -rw-r--r-- 330 bytes

README.rst

back to top