[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Rebuilding the whole archive.



Le Mon, May 14, 2007 at 11:34:52AM -0400, Asheesh Laroia a écrit :
> You may find it helpful to run that shell script with "sh -x" so you can 
> see a trace of its actions.  That way, when it just hangs, it should be 
> clear why.
> 
> (Replying off-list since it's more related to your tech question than the 
> real debian-mentors question.)

... and I reply you on-list because you solved my problem :)

The script was trying to check a blacklist, but its name is stored in a
variable which was empty, hence it was waiting for some command-line
input...

    if grep "^$A$" $AVOIDLIST; then

By the way, I have modified the pbuildd to become a cowbuildd, and I
will post the resuluting script once I get sure that it is robust.

Have a nice day,

-- 
Charles



Reply to: