Skip to content
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

Branching package/project looses repo type but copies most other information just fine #8235

Open
okurz opened this issue Sep 2, 2019 · 0 comments
Labels
Feature Frontend Things related to the OBS RoR app

Comments

@okurz
Copy link
Member

okurz commented Sep 2, 2019

Issue/Feature Description

As discussed in os-autoinst/openQA#2295 I branched a package which automatically branched a project for me. This also automatically branched/copied linked packages within the same project. The problem I observed was that the container build using a Dockerfile could not anymore properly resolve its dependencies. As explained in os-autoinst/openQA#2295 (comment) the root cause is that the project config is not copied over.

Expected Result

The repo type should be taken over, either by copying parts of the project config or probably by storing the repo type elsewhere.

How to Reproduce

  1. osc branch devel:openQA openQA
  2. Observe that the project config is empty
  3. Observe that the repository "containers" is built incorrectly, not as docker container anymore, most likely ending up in "unresolvable"

Further Information

#3788 is a related issue about the project config not copied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Frontend Things related to the OBS RoR app
Projects
None yet
Development

No branches or pull requests

2 participants