Hi,

>  Or at least I wish there were some way to execute a command in a cowbuilder 
> chroot. Maybe there is and I just haven't yet figured out how to use it 
> correctly?

The --execute parameter is a bit tedious. It expects a script or
statically linked executable that is then cat'ed into the cowbuilder
chroot. I actually don't know why it's not simply copied into it.

Anyway, it's important to know that it basically copies an executable
(script) from the host into the chroot and execute it there. It's not
a command that is executed in the chroot! E.g. --execute /bin/bash
will fail if your host's bash is linked against a set of libraries
that don't exist in your chroot.

Regards,

Lukas


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to