From owner-freebsd-ports@FreeBSD.ORG Thu Jun 19 14:39:14 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD7FF217 for ; Thu, 19 Jun 2014 14:39:14 +0000 (UTC) Received: from eu1sys200aog110.obsmtp.com (eu1sys200aog110.obsmtp.com [207.126.144.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0AE7273B for ; Thu, 19 Jun 2014 14:39:13 +0000 (UTC) Received: from mail-wi0-f172.google.com ([209.85.212.172]) (using TLSv1) by eu1sys200aob110.postini.com ([207.126.147.11]) with SMTP ID DSNKU6L1+s3uVBHuaOWl7HcomztTJG5kNmlQ@postini.com; Thu, 19 Jun 2014 14:39:13 UTC Received: by mail-wi0-f172.google.com with SMTP id hi2so9478920wib.11 for ; Thu, 19 Jun 2014 07:38:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=zcr8zMtdRvXtJszqH/tFaGffkjxmZMFk8Ol/Gvsl6Ac=; b=A0+9hXeFjdF69KTjY0PWqHiuSs34nkQd4lF9Lm7fUZ2p0ejbFwv4cz1WEWGK+pnXXF Un49HFgNW5/pUE9oRQxMxDP7Ang9IFP9DZosyv1zQakkKabuNvepyHWfoCF03hHTRuvq T7Tfwaman1e/8n6LqyG739NonCpm5mAj1rNycKmpAzNXNnSIytdJiu/KK1ywyGShjPUU j2Wnmykb8/lhScCEQV9+AOWEOdMve4xNm04f1yo5qJF/xRl1rP0uYFuAUKREaPmkpLAm LGG3zVoLk3ctBxQTIfM2QNc4M2ln72iuVF9g1JFd3HcpyR/62Bo7rp6m9Rw6D2by35s/ eThw== X-Gm-Message-State: ALoCoQlfBACP0dO11fwdUGaj6dlE8QfvsokF1vfEod/+1vSmVSd4f3A16OBf59PXJZIB/T3rT88rJYVZBCt2cH+p+PqGPezlZwYTh4rpcIjjb6XYuq+KOYUoB91UklVdtP9xOaOon6+CBk1Y7IoeqnmlfmNPmJPRig== X-Received: by 10.194.174.168 with SMTP id bt8mr5588448wjc.72.1403188730881; Thu, 19 Jun 2014 07:38:50 -0700 (PDT) X-Received: by 10.194.174.168 with SMTP id bt8mr5588439wjc.72.1403188730786; Thu, 19 Jun 2014 07:38:50 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ub8sm12115304wib.0.2014.06.19.07.38.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Jun 2014 07:38:50 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s5JEcm0x061420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 19 Jun 2014 15:38:48 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s5JEcmtA061419; Thu, 19 Jun 2014 15:38:48 +0100 (BST) (envelope-from mexas) Date: Thu, 19 Jun 2014 15:38:48 +0100 (BST) From: Anton Shterenlikht Message-Id: <201406191438.s5JEcmtA061419@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org, matthew@freebsd.org Subject: Re: poudriere-devel and index.html Reply-To: mexas@bris.ac.uk In-Reply-To: <538CA42E.40300@freebsd.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 14:39:14 -0000 >On 06/02/14 14:59, Anton Shterenlikht wrote: >> Trying again: poudriere-devel used to make index.html with the >> build progress. Since 12-MAY-2014, this file is no longer being >> generated. I wonder if it's due to my misconfig or this is on > >poudriere-devel's index page has moved to >/usr/local/share/poudriere/html so you'll need to rework your webserver >configuration to match. It's worth it though -- the new web bits are yes, it is worth it! Many thanks (to bapt@ I guess?) for poudriere. Anton