-
Notifications
You must be signed in to change notification settings - Fork 12
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(launchpad): use the project's privacy for repos and recipes #615
Conversation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
@lengau, can I get a pre-review from you? I'm waiting to write unit tests until after I get your feedback on the design. |
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Current implementation looks good |
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think Alex's pre-review caught pretty much everything I would've. Just a lil nitpick:
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review status: I'm happy with the full design etc., but we probably need to hop in a call to figure out the private vs proprietary situation
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
tox
?Fixes a bug where the remote-builder would create a public repository and recipe, even when the project is private.
This is a backward-compatible change, but raises a deprecation warning if a project could be public.
I tested with snapcraft and can confirm the recipe and repo are private.
Fixes #614
(CRAFT-3984)