diff --git a/Makefile b/Makefile index 981e0ed..a7ec5b1 100644 --- a/Makefile +++ b/Makefile @@ -166,14 +166,6 @@ ifneq ("$(wildcard upstream)","") ./upstream.sh init endif -upstream.finalize: - echo "Deprecated: Use `./upstream.sh format_patches` instead" - scripts/upstream_old.sh "$@" end_rebase - -upstream.rebase: - echo "Deprecated: Use `./upstream.sh checkout` and `./upstream.sh rebase` instead" - scripts/upstream_old.sh "$@" start_rebase - bin/pulumi-java-gen: .pulumi-java-gen.version pulumictl download-binary -n pulumi-language-java -v v$(shell cat .pulumi-java-gen.version) -r pulumi/pulumi-java diff --git a/scripts/upstream.sh b/scripts/upstream.sh deleted file mode 100755 index 23ba946..0000000 --- a/scripts/upstream.sh +++ /dev/null @@ -1,198 +0,0 @@ -#!/usr/bin/env bash -# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt - -set -e - -# "$1" is the current make command being run. -# It is used to make the error message more actionable. -err_rebase_in_progress() { - cat <