-
Notifications
You must be signed in to change notification settings - Fork 81
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
WIP: Add support for automatic publishing and distributing #274
Conversation
Attached issue: https://pulp.plan.io/issues/8684 |
super().on_new_version(version) | ||
|
||
# avoid circular import issues | ||
from pulp_deb.app import tasks |
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.
I have no idea how import within this method "avoids circular import issues", but I copied this from other plugins...
I am pausing this work, until I can figure out the design question of: "How should the autopublish decide what kind of publication (apt, verbatim, simple and/or structured) should go into a given distribution?" |
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! |
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution! |
I am closing this, but keeping the rebased branch. |
Never mind, the branch is now here: https://github.com/ATIX-AG/pulp_deb/tree/auto_publish |
fixes #8684
https://pulp.plan.io/issues/8684