[Bug 428303] New: osc co stops at first broken link
https://bugzilla.novell.com/show_bug.cgi?id=428303 Summary: osc co stops at first broken link Product: openSUSE 11.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: poeml@novell.com ReportedBy: snwint@novell.com QAContact: qa@suse.de Found By: --- E.g.: # osc co home:snwint:Factory stops with: Link cannot be expanded: linked package 'dosbootdisk' does not exist in project 'openSUSE:Factory' Whereas a subsequent # osc up home:snwint:Factory gets all my packages. a) I think 'osc co' should continue after 'dosbootdisk' b) if the missing link is really a problem, 'osc up' should complain, too -- 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=428303 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=428303#c1 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P3 - Medium --- Comment #1 from Peter Poeml <poeml@novell.com> 2008-10-02 09:43:04 MDT --- Hm, I can reproduce this. I agree with both points. 'osc up' inside the project directory seems to not expand the links, thus it doesn't encounter the error... 'osc up -e' would fail for the broken link, though. -- 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=428303 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=428303#c2 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Peter Poeml <poeml@novell.com> 2008-10-02 09:49:23 MDT --- Fixed in svn trunk (r5250). I'm undecided if it's worthwhile to also add a raise oscerr.OscBaseError('There were errors.') in the end, if such an error was encountered during checkout. (That would need the addition of except oscerr.OscBaseError, e: print >>sys.stderr, e return 1 to the babysitter.py.) -- 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