Stop importing/exporting scmsync packages/projects #32
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: importers/git-importer#32
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "adamm/git-importer:option_for_non_factory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also, allow other-than Factory projects
@ -74,3 +74,3 @@
return ET.parse(osc.core.http_GET(url)).getroot()
def _meta(self, project, package, **params):
def _meta(self, key, **params):
why this change? don't like it
To allow fetching meta of packages or projects
the alternative would be adding a _meta_project() function that does the same thing, and it's only used in 2 places.
ok, I agree. thanks, no need to change.