Re: 2 issues
Benjamin Schieder <blindcoder-1k+CIuW/[email protected]>
| Newsgroups | gmane.linux.distributions.rock.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 12, 2005 at 04:10:04PM +0400, Andreas V. Meier wrote:
> 1: How am I supposed to build updated packages for my build living in
> build/<config>? scripts/Create-ErrList does not honor $root ...
Just deleting the corresponding .log file is enough.
You can also do:
./scripts/Create-ErrList -cfg foo -newdelete
> 2: Why is there some kill command executed after finishing a build? I
> sometimes have 2 processes like scripts/Build-Target -cfg <config> -job
> 9-firefox and scripts/Build-Target -cfg <config> -job 9-linux26 running, and
> only the faster wins ...
In Build-Target there's this:
build_target_exit() {
...
fuser -k ${build_logs}/*.log &> /dev/null
...
}
The comment to that function reads:
# Try to umount any directories mounted by Build-Pkg -chroot
# if we are the last process using them.
The second line seems not implemented since there is no such check in the
function.
Greetings,
Benjamin
--
Go away, or I will replace you with a very small shellscript!
http://shellscripts.org/
_______________________________________________
rock-devel mailing list
[email protected]
http://www.rocklinux.net/mailman/listinfo/rock-devel
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFDU29h7Wabow2Um2YRApfPAJ9VOM4oCShwOCZS8xEA7/HhdX/d0QCgvgt7 ZtgWG+SQrb85yE2vt9Mi5eg= =kJni -----END PGP SIGNATURE-----