Stop importing/exporting scmsync packages/projects #32

Merged
dirkmueller merged 1 commits from adamm/git-importer:option_for_non_factory into main 2024-09-03 12:40:01 +02:00
Contributor

Also, allow other-than Factory projects

Also, allow other-than Factory projects
adamm added 1 commit 2024-08-08 10:39:29 +02:00
Also, allow other-than Factory projects
dirkmueller reviewed 2024-08-08 10:42:50 +02:00
@ -74,3 +74,3 @@
return ET.parse(osc.core.http_GET(url)).getroot()
def _meta(self, project, package, **params):
def _meta(self, key, **params):
Owner

why this change? don't like it

why this change? don't like it
Author
Contributor

To allow fetching meta of packages or projects

To allow fetching meta of packages or projects
Author
Contributor

the alternative would be adding a _meta_project() function that does the same thing, and it's only used in 2 places.

the alternative would be adding a _meta_project() function that does the same thing, and it's only used in 2 places.
Owner

ok, I agree. thanks, no need to change.

ok, I agree. thanks, no need to change.
dirkmueller marked this conversation as resolved
dirkmueller approved these changes 2024-09-03 12:39:58 +02:00
dirkmueller merged commit b3107ba3bf into main 2024-09-03 12:40:01 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: importers/git-importer#32
No description provided.