On Wed, Sep 22, 2010 at 10:54:08AM +0200, Ara Pulido wrote:
> Hello all,
> 
> If you happen to have a script running in cranberry that uses /css /img
> and/or /ubuntu09 for your styling, please, change your scripts so the
> generated report uses /reports/{css,img,ubuntu09} instead of
> /{css,img,ubuntu09}/

This worked pretty well for me:

perl -p -i -e 's/(href="\/)(ubuntu09|css|img)/\1reports\/\2/g' *.html
 
-- 
Brian Murray

Attachment: signature.asc
Description: Digital signature

-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa

Reply via email to