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

initial project creation does not accept modification of publish flags #7126

Open
dirkmueller opened this issue Mar 6, 2019 · 0 comments
Open
Labels
Bug Frontend Things related to the OBS RoR app

Comments

@dirkmueller
Copy link
Member

Issue description

By creating a new project, it is not possible to create it with publishing disabled using this cmdline:

$ osc api -T /tmp/meta /source/home:suse-cloud-ci:rpm-packaging-sles12-Master-fa5dece6da3baa994270a45a377eed383afafed8-test2/_meta

When retrieving the meta, it has been accepted except for the publishing flags. in order to accept the publish flag to disabled, it needs to be transmitted again, on 2nd commit it is possible to disable publishing.

is this intentional? the meta is this

<project name="home:suse-cloud-ci:rpm-packaging-sles12-Master-fa5dece6da3baa994270a45a377eed383afafed8-test2">
  <title>Autogenerated CI project</title>
  <description>

This project tests the following Zuul Change IDs: 640587,3

Branch used: master

Project used: openstack/rpm-packaging

  </description>
  <link project="Cloud:OpenStack:Upstream:Master"/>
  <url>
http://ci.opensuse.org/job/openstack-rpm-packaging-sles12-Master/7298/
  </url>
  <person userid="suse-cloud-ci" role="maintainer"/>
<publish>
<disable/>
</publish>
  <repository name="standard" rebuild="direct" block="local" linkedbuild="localdep">
    <path project="Cloud:OpenStack:Upstream:Master" repository="standard"/>
    <arch>x86_64</arch>
  </repository>
</project>

Expected Result

I would expect to be able to disable pushling without repeated posts of the meta.

@hennevogel hennevogel added Bug Frontend Things related to the OBS RoR app labels Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Frontend Things related to the OBS RoR app
Projects
None yet
Development

No branches or pull requests

2 participants