[Bug 644550] New: osc don't branch particular project
https://bugzilla.novell.com/show_bug.cgi?id=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c0 Summary: osc don't branch particular project Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pgajdos@novell.com QAContact: adrian@novell.com CC: mvyskocil@novell.com Found By: --- Blocker: --- pgajdos@laura:~/osc> osc branch openSUSE:11.1:Update php5 --nodevelproject Note: The branch has been created of a different project, openSUSE:11.1:Update:Test, which is the primary location of where development for that package takes place. That's also where you would normally make changes against. A direct branch of the specified package can be forced with the --nodevelproject option. A working copy of the branched package can be checked out with: osc co home:pgajdos:branches:openSUSE:11.1:Update:Test/php5 pgajdos@laura:~/osc> -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c1 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |pgajdos@novell.com --- Comment #1 from Adrian Schröter <adrian@novell.com> 2010-10-07 14:56:54 UTC --- Update:test get picked because it is configured as update project for :Update. (this is independent of devel project mechanism). So, this seems to be wanted in this case. Do you have any problems with using Update:Test ? -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |adrian@novell.com |ovo.novell.com | -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c2 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|pgajdos@novell.com | --- Comment #2 from Petr Gajdos <pgajdos@novell.com> 2010-10-11 07:16:44 UTC --- (In reply to comment #1)
(this is independent of devel project mechanism).
Ok, I see.
So, this seems to be wanted in this case. Do you have any problems with using Update:Test ?
No, but then the Note is misleading in this case I think. -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c3 --- Comment #3 from Petr Gajdos <pgajdos@novell.com> 2010-10-12 09:25:40 UTC --- pgajdos@laura:~/osc> osc ls openSUSE:11.1:Update:Test pgajdos@laura:~/osc> osc ls openSUSE:11.1:Update:Test php5-pear-mail Mail-1.1.14.tgz php5-pear-mail.changes php5-pear-mail.spec ready pgajdos@laura:~/osc> As stated above, osc branches php5-pear-mail from :Update:Test, that is confusing as well. -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c4 --- Comment #4 from Petr Gajdos <pgajdos@novell.com> 2010-10-12 14:02:30 UTC --- Even worse: compare osc cat openSUSE:11.1:Update xpdf xpdf.changes | head against osc cat openSUSE:11.1:Update:Test xpdf xpdf.changes | head or osc cat home:pgajdos:branches:openSUSE:11.1:Update:Test/xpdf xpdf.changes | head It seems to me, that's openSUSE:11.1's xpdf what get branched, not openSUSE:11.1:Update's xpdf. -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c Sascha Peilicke <speilicke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |speilicke@novell.com AssignedTo|adrian@novell.com |suse-tux@gmx.de -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c5 Marcus Hüwe <suse-tux@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-tux@gmx.de --- Comment #5 from Marcus Hüwe <suse-tux@gmx.de> 2011-02-08 16:01:34 UTC --- (In reply to comment #2)
(In reply to comment #1)
So, this seems to be wanted in this case. Do you have any problems with using Update:Test ?
No, but then the Note is misleading in this case I think.
I just pushed a fix to git master. Now osc will print that it created the branch from the configured update project. -- 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=644550 https://bugzilla.novell.com/show_bug.cgi?id=644550#c6 Sascha Peilicke <speilicke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Sascha Peilicke <speilicke@novell.com> 2011-06-15 14:24:17 UTC --- Seems like the issue was solved. -- 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