[Bug 762246] New: Can't commit into package from linked project
https://bugzilla.novell.com/show_bug.cgi?id=762246 https://bugzilla.novell.com/show_bug.cgi?id=762246#c0 Summary: Can't commit into package from linked project Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: adrian@suse.com ReportedBy: mvyskocil@suse.com QAContact: adrian@suse.com Found By: Development Blocker: --- I have created Java:packages:JDK7 as a linked project [1] to Java:packages. The aim is to test if everything builds until openjdk7, so it has a different prjconf. What I did: osc co Java:packages:JDK7/ant ... cd Java:packages:JDK7/ant ... do some fixes osc ci Server returned an error: HTTP Error 404: Not Found Java:packages:JDK7/ant However osc ls Java:packages:JDK7/ant looks exactly like a source link, so I have expected the commit wil work. I've test a submit request osc sr Java:packages -m "a" Your working copy has local modifications. Proceed without committing the local changes? (y|N) y created request id 121020 osc rq show 121020 Request: #121020 submit: Java:packages:JDK7/ant -> Java:packages Message: a State: new 2012-05-15T09:04:58 mvyskocil Comment: <no comment> osc rq accept 121020 Result of change request state: o The commit work only into original project, but that's not why I made the link. BTW: the terminological rant - the <link project="Java:packages:JDK7"/> does not create links, but looking at _link files, it made branches [1] http://en.opensuse.org/openSUSE:Build_Service_Concept_project_linking [2] https://build.opensuse.org/request/show/121020 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=762246 https://bugzilla.novell.com/show_bug.cgi?id=762246#c1 Adrian Schröter <adrian@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Adrian Schröter <adrian@suse.com> 2012-05-16 09:03:03 UTC --- the project link does not create new source instances of packages. You need to create them manually in addition for example via the "osc branch" command. Afterwards you will be able to change the source in the linking project of that package without affecting the other one. osc could be more helpfull, but it is on purpose that it not just silently creates a copy of a package source. The packager needs to decide if he wants to modify the original source or create a new branch of that package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=762246 https://bugzilla.novell.com/show_bug.cgi?id=762246#c2 --- Comment #2 from Michal Vyskocil <mvyskocil@suse.com> 2012-05-17 09:29:03 UTC --- Thanks - it was not clear from documentation, so I've updated it http://en.opensuse.org/openSUSE:Build_Service_Concept_project_linking#Changi... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com