Mailinglist Archive: opensuse-bugs (13470 mails)
| < Previous | Next > |
[Bug 331785] mk_initrd doesn't write initrd file
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 14 Oct 2007 16:59:43 -0600 (MDT)
- Message-id: <20071014225943.5D4A924526B@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=331785#c8
Alexander Graf <alex@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|alex@xxxxxxxxx
--- Comment #8 from Alexander Graf <alex@xxxxxxxxx> 2007-10-14 16:59:42 MST ---
Please only use return if something fails in setup scripts. All setup scripts
get sourced in the build process, so as soon as one script triggers a return,
the complete build fails.
Even if it might not feel as elegant, consider using a giant if-clause.
Also the patch should apply against setup-splashy.sh. 01-splashy.sh is only a
dynamically created symlink.
The last return code should also be 0, else the build process fails 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.
Alexander Graf <alex@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|alex@xxxxxxxxx
--- Comment #8 from Alexander Graf <alex@xxxxxxxxx> 2007-10-14 16:59:42 MST ---
Please only use return if something fails in setup scripts. All setup scripts
get sourced in the build process, so as soon as one script triggers a return,
the complete build fails.
Even if it might not feel as elegant, consider using a giant if-clause.
Also the patch should apply against setup-splashy.sh. 01-splashy.sh is only a
dynamically created symlink.
The last return code should also be 0, else the build process fails 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.
| < Previous | Next > |