Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing install script and update other references #3202

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/dev/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ To release a new version on GitHub:
* Updates the version in the following files:

** link:/pkg/version/version.go[`pkg/version/version.go`]
** link:/scripts/installer.sh[`scripts/installer.sh`]
** link:/Dockerfile.rhel[`Dockerfile.rhel`]
** link:/scripts/rpm-prepare.sh[`scripts/rpm-prepare.sh`]

Expand Down
2 changes: 0 additions & 2 deletions pkg/notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
const (
// VersionFetchURL is the URL to fetch latest version number
VersionFetchURL = "https://raw.githubusercontent.com/openshift/odo/master/build/VERSION"
// InstallScriptURL is URL of the installation shell script
InstallScriptURL = "https://raw.githubusercontent.com/openshift/odo/master/scripts/installer.sh"
)

// getLatestReleaseTag polls odo's upstream GitHub repository to get the
Expand Down
4 changes: 0 additions & 4 deletions scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ echo "* Bumping version in scripts/rpm-prepare.sh"
sed -i "s/\(ODO_VERSION:=\)[0-9]*\.[0-9]*\.[0-9]*/\1${NEW_VERSION}/g" scripts/rpm-prepare.sh
check_version scripts/rpm-prepare.sh

echo "* Bumping version in scripts/installer.sh"
sed -i "s/\(LATEST_VERSION=\)\"v[0-9]*\.[0-9]*\.[0-9]*\(?:-\w+\)\?\"/\1\"v${NEW_VERSION}\"/g" scripts/installer.sh
check_version scripts/installer.sh

echo "* Bumping version in Dockerfile.rhel"
sed -i "s/\(version=\)[0-9]*\.[0-9]*\.[0-9]*/\1${NEW_VERSION}/g" Dockerfile.rhel
check_version Dockerfile.rhel
Expand Down
297 changes: 0 additions & 297 deletions scripts/installer.sh

This file was deleted.

51 changes: 0 additions & 51 deletions scripts/test-installer.sh

This file was deleted.