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

astore: Move combined server binary to dedicated dir #935

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

Conversation

minor-fixes
Copy link
Contributor

We want to split astore and auth servers into two binaries, but there is no room to do so while still respecting Go structure rules. This change simply moves main.go into its own dir, so that we can create alternate split binaries in separate dirs in follow-on PRs.

Tested: builds only

Not tested: If AppEngine deployment works when target is moved to a different/nested dir

Jira: INFRA-6592

We want to split astore and auth servers into two binaries, but there is
no room to do so while still respecting Go structure rules. This change
simply moves main.go into its own dir, so that we can create alternate
split binaries in separate dirs in follow-on PRs.

Tested: builds only

Not tested: If AppEngine deployment works when target is moved to a
different/nested dir

Jira: INFRA-6592
@minor-fixes minor-fixes self-assigned this Feb 20, 2024
@minor-fixes minor-fixes marked this pull request as draft February 20, 2024 17:00
@minor-fixes minor-fixes removed their assignment Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants