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

[zookeeper] remove backports for releases older than oldstable #1170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjac
Copy link
Contributor

@cjac cjac commented Apr 19, 2024

oldoldstable backports have been moved to archive ; attempting to fetch the release data will result in init action failure.

oldoldstable backports have been moved to archive ; attempting to
fetch the release data will result in init action failure.
@cjac cjac self-assigned this Apr 19, 2024
@cjac
Copy link
Contributor Author

cjac commented Apr 19, 2024

/gcbrun

@cjac
Copy link
Contributor Author

cjac commented Apr 19, 2024

Since there are no tests for this action, I propose that it be accepted without tests.

@@ -84,6 +103,12 @@ if (($NODE_NUMBER > 2)); then
exit 0
fi

# Remove > oldstable debian backports
if [[ ${OS_NAME} == debian ]] &&
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OS_NAME is not declared and hence this script will fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants