packit-service
packit-service copied to clipboard
Allow pull from upstream for non-git upstreams
- [ ] use the implementation from packit/packit#2147 (initialise PackitAPI for pull-from-upstream with
non_git_upstream=Trueifupstream_project_urlis None in package config) - [ ] figure out the DB event handling
- currently, the ProjectReleaseModel is always used
- the model is added here
- [ ] if needed, update the API implementation here and here (and the same for dashboard)
- [ ] adjust
packit dist-git initto not require theupstream_project_urlin config
Part of #2202 epic