Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2014 15:41:33 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: A lot of pkg problems
Message-ID:  <20140917134133.GA2080@tiny-r269739>
In-Reply-To: <541967D1.90108@qeng-ho.org>
References:  <2509308.9rytrV7MvD@penguin> <5411A89B.4010707@gmail.com> <1812950.bWcWxrzvJI@penguin> <54189CD1.7070102@webrz.net> <5418A5EE.1030304@hiwaay.net> <alpine.BSF.2.11.1409161505350.93245@wonkity.com> <B2E0472020754D45B72E9B0CE35278CAB7242FCA9B@EXCHANGE.mail.starnet.cz> <541936C5.3080601@qeng-ho.org> <20140917085023.GA1534@tiny-r269739> <541967D1.90108@qeng-ho.org>

next in thread | previous in thread | raw e-mail | index | archive | help
El día Wednesday, September 17, 2014 a las 11:52:01AM +0100, Arthur Chance escribió:

> It's probably not the most elegant way of working, but this works for 
> me. In my nginx.conf the poudriere related bits are
> 
>          location /pkgs/ {
>              alias /usr/local/poudriere/data/packages/;
>              autoindex on;
>              autoindex_exact_size off;
>              autoindex_localtime on;
>          }
> 
>          location /logs/ {
>              alias /usr/local/poudriere/data/logs/;
>              index  index.html;
>              autoindex on;
>              autoindex_exact_size off;
>              autoindex_localtime on;
> 
>              default_type text/html;
>              types {
>                  text/plain log;
>              }
>          }
> 
> That's with poudriere's BASEFS=/usr/local/poudriere

Thanks. Is this with a recent version of poudriere. The presentation of
the logs has changed to use 'json'. See here:

https://wiki.freebsd.org/internal/pkg.FreeBSD.org/PortmgrSetup

As I said, I could not manage to get this to work until now. But, it is
not so important, 'tail -f ...' does its job too :-)

	matthias


-- 
Matthias Apitz               |  /"\   ASCII Ribbon Campaign:
E-mail: guru@unixarea.de     |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X    - No proprietary attachments
phone: +49-170-4527211       |  / \   - Respect for open standards
                             | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140917134133.GA2080>