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

Rewrite status.sh in Python #631

Merged
merged 3 commits into from May 15, 2019
Merged

Rewrite status.sh in Python #631

merged 3 commits into from May 15, 2019

Conversation

vladmos
Copy link
Member

@vladmos vladmos commented May 15, 2019

status.sh is used by BazelCI to build buildtools-related binaries, but it can't be used on Windows.

status.py is a multiplatform alternative, it will completely replace status.sh once the latter is not used anymore by the CI configuration.

#375

@vladmos
Copy link
Member Author

vladmos commented May 15, 2019

@fweikert PTAL, do I need to do anything else with the script?

@vladmos
Copy link
Member Author

vladmos commented May 15, 2019

That's not covered by tests (because status.sh will be removed anyway), but diff <(./status.sh) <(./status.py) returns an empty result.

Copy link
Member

@fweikert fweikert left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Copy link
Contributor

@laurentlb laurentlb left a comment

Choose a reason for hiding this comment

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

lgtm, thanks for the quick fix

@vladmos vladmos merged commit e39fbfa into bazelbuild:master May 15, 2019
@vladmos vladmos deleted the status.py branch May 15, 2019 13:57
lucamilanesio pushed a commit to GerritCodeReview/gerrit-ci-scripts that referenced this pull request Jun 14, 2019
Workspace status command was re-written in Python in: [1].

[1] bazelbuild/buildtools#631

Change-Id: I891f1a0c51a9f76ecd4a045debdbce92a0c02877
cristiancreteanu pushed a commit to cristiancreteanu/buildtools that referenced this pull request Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants