-
Notifications
You must be signed in to change notification settings - Fork 441
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
[api] fix release of package where source is remote or scmsync'd #15652
base: master
Are you sure you want to change the base?
[api] fix release of package where source is remote or scmsync'd #15652
Conversation
26d2c26
to
8626319
Compare
2a602f6
to
3910f06
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #15652 +/- ##
==========================================
+ Coverage 86.00% 86.03% +0.02%
==========================================
Files 794 793 -1
Lines 26049 25973 -76
==========================================
- Hits 22404 22346 -58
+ Misses 3645 3627 -18 |
3910f06
to
8c1081d
Compare
Please let's do this once (#16226) and not in 100 different places... |
there are high chances that we may need this this or next week on build.opensuse.org as well. I would need to merge this then and you can rework it later. |
8c1081d
to
af920f8
Compare
handled differently in #16506 |
still crashing without this |
What is still crashing and where? |
8498ff6
to
cab39ac
Compare
cab39ac
to
bbd0dbd
Compare
This creates a temporary package object which is not stored. We may track remote package objects in future but for now this temporary object seems to be the way to go.
bbd0dbd
to
d5dceb6
Compare
This creates a temporary package object which is not stored. We may track remote package objects in future but for now this temporary object seems to be the way to go.