Solved [Solved] poudriere-devel no longer makes index.html

I just noticed that index.html files are no longer there:

Code:
find /pdr/data/logs/ -name "*html" 
/pdr/data/logs/bulk/sparc64-11-default/2014-05-02_14h20m28s/index.html 
/pdr/data/logs/bulk/sparc64-11-default/2014-05-05_14h20m00s/index.html 
/pdr/data/logs/bulk/sparc64-11-default/2014-05-07_14h18m50s/index.html 
/pdr/data/logs/bulk/sparc64-11-default/2014-05-09_14h18m58s/index.html 
/pdr/data/logs/bulk/sparc64-11-default/2014-05-12_14h21m04s/index.html

So since 12-MAY I don't get index.html. Has something changed in Poudriere around that time? Any setting I forgot to edit in poudriere.conf? But Poudriere works successfully, just somehow I no longer get index.html.

Please advise,
Thanks

Stefan
 
Re: poudriere-devel-3.0.99.20140509 no longer makes index.ht

Yes, I noticed that too. The page that shows what it's doing seems to have disappeared. Looking at the rest of the scripts it looks like they're trying to split it up. You'll have to look through the sources because I really couldn't find any other information about it.
 
Re: poudriere-devel-3.0.99.20140509 no longer makes index.ht

It's explained in the commit messages:

http://www.freshports.org/commit.php?message_id=201405111803.s4BI3YTs006261@svn.freebsd.org

Code:
- The layout for httpd setup has changed. Now instead of duplicating
        the html/assets into every build dir, the html dir from
        /usr/local/share/poudriere/html/ should be served directly
        and the /data dir should be symlinked or aliased to the equivalent
        /usr/local/poudriere/data/logs/bulk/ dir on your system. See
        /usr/local/share/examples/poudriere/nginx.conf.sample for an
        example nginx setup.
 
Re: poudriere-devel-3.0.99.20140509 no longer makes index.ht

Hi,

Thanks for this info, it's working again now.

Stefan
 
Back
Top