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

Check for no open issues before build release #5801

Merged
merged 1 commit into from Apr 14, 2014

Conversation

s1monw
Copy link
Contributor

@s1monw s1monw commented Apr 14, 2014

this commit adds a basic check in the release script that checks if there are any open issues on github for the release we are trying to build.

@s1monw s1monw self-assigned this Apr 14, 2014
try:
log('Checking for open tickets on Github for version %s' % version)
log('Check if node is available')
print( 'https://api.github.com:443/repos/elasticsearch/elasticsearch/issues?state=open&labels=%s' % version)
Copy link
Contributor

Choose a reason for hiding this comment

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

is this print statement intentional?

@s1monw s1monw merged commit 11bf13c into elastic:master Apr 14, 2014
@clintongormley clintongormley added :Delivery/Build Build or test infrastructure and removed >enhancement labels Jun 7, 2015
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v1.0.3 v1.1.1 v1.2.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants