-
Notifications
You must be signed in to change notification settings - Fork 189
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
osc build -M something does not work with --alternative-project #376
Comments
The _repository:openSUSE is coming form https://github.com/openSUSE/osc/blob/master/osc/build.py#L614 |
On 2018-02-06 01:27:17 -0800, Bernhard M. Wiedemann wrote:
actual result:
```
makeurl: https://api.opensuse.org ['build', 'openSUSE:Factory', 'standard', 'x86_64', '_repository:openSUSE', '_buildinfo'] []
...
The package '_repository:openSUSE' does not exist - please rerun with '--local-package'
```
Hmm actually the actual result is the expected result (but probably not
from a user's point of view) :)
expected result:
should behave the same as without alternative-project and request
```
makeurl: https://api.opensuse.org ['build', 'openSUSE:Factory', 'standard', 'x86_64', 'glib2-branding:openSUSE', '_buildinfo'] []
```
"Fixed" (or changed) in commit 9c4f0d5 ('Ignore
"--alternative-project <prj>" if it is equal to the wc\'s project')
|
actually, I would like to be able to use --local-package and --alternative-project also with other project names, but that is still broken for multibuild packages - does that need changes on the server side? |
On 2018-02-07 16:19:07 +0000, Bernhard M. Wiedemann wrote:
actually, I would like to be able to use --local-package and --alternative-project also with other project names, but that is still broken for multibuild packages - does that need changes on the server side?
Ah ok that's what you were hinting at:) I just created a PR [1] for
the corresponding server-side changes.
[1] openSUSE/open-build-service#4461
|
adrianschroeter
pushed a commit
to openSUSE/open-build-service
that referenced
this issue
May 19, 2018
This allows, for instance, for building a local multibuild package. Fixes: openSUSE/osc#376 ("osc build -M something does not work with --alternative-project")
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Aug 10, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Aug 27, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Aug 27, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Aug 28, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Sep 21, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Sep 21, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Oct 1, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Oct 8, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Oct 8, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Nov 2, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Nov 20, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Dec 23, 2018
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Jan 2, 2019
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Jan 2, 2019
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Feb 6, 2019
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Feb 8, 2019
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Feb 27, 2019
bmwiedemann
added a commit
to bmwiedemann/reproducibleopensuse
that referenced
this issue
Feb 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce:
actual result:
expected result:
should behave the same as without alternative-project and request
The text was updated successfully, but these errors were encountered: