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

Fix APT package deployment #168

Merged
merged 2 commits into from
Aug 4, 2021
Merged

Fix APT package deployment #168

merged 2 commits into from
Aug 4, 2021

Conversation

vmax
Copy link
Contributor

@vmax vmax commented Aug 4, 2021

What is the goal of this PR?

Make APT package that we deploy installable again

What are the changes implemented in this PR?

Use Python 3.7 version to run deploy-apt-* jobs to avoid bazelbuild/rules_pkg#397

@vmax vmax added this to the 2.3.1 milestone Aug 4, 2021
@vmax vmax self-assigned this Aug 4, 2021
@@ -119,6 +125,12 @@ release:
cat VERSION
export DEPLOY_APT_USERNAME=$REPO_VATICLE_USERNAME
export DEPLOY_APT_PASSWORD=$REPO_VATICLE_PASSWORD
# Downgrading Python is needed to work around bazelbuild/rules_pkg#397
Copy link
Member

Choose a reason for hiding this comment

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

The comment should be like this I think:

# Do not upgrade Python until bazelbuild/rules_pkg#397 is fixed

The current comment will be confusing when read without context

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lolski addressed in 18438d6

@vmax vmax merged commit 44640f8 into vaticle:master Aug 4, 2021
@vmax vmax deleted the fix-apt-deployment branch August 4, 2021 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants