Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Sep 2007 23:55:52 +0800 (CST)
From:      chinsan <chinsan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        itetcu@FreeBSD.org
Subject:   ports/116124: [PATCH] ports-mgmt/tinderbox: fix the missing setting in lighttpd
Message-ID:  <20070905155552.2663550836@blog.homiya.com>
Resent-Message-ID: <200709051600.l85G08qp087737@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         116124
>Category:       ports
>Synopsis:       [PATCH] ports-mgmt/tinderbox: fix the missing setting in lighttpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 16:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD blog.homiya.com 6.2-STABLE FreeBSD 6.2-STABLE #1: Wed Jul 25 09:11:00 CST 2007 root@blog.homiya.com:/usr/obj/usr/src/sys/SMP i386

>Description:
 - Fix the missing setting in lighttpd

 Maintainer(itetcu@) is CC'ed.

>How-To-Repeat:
 If you lost the alias for tb/logs, then it'll not work.

 Add the following to fix it:
 "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",

>Fix:

--- tinderbox.diff begins here ---
Index: ports-mgmt/tinderbox/files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/tinderbox/files/pkg-message.in,v
retrieving revision 1.8
diff -u -r1.8 pkg-message.in
--- ports-mgmt/tinderbox/files/pkg-message.in	25 Jun 2007 10:25:55 -0000	1.8
+++ ports-mgmt/tinderbox/files/pkg-message.in	5 Sep 2007 15:51:27 -0000
@@ -103,7 +103,8 @@
 
 Turn on "mod_alias" and add the following lines:
 
-alias.url = ( "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
+alias.url = ( "/tb/logs/" => "%%PREFIX%%/tinderbox/logs/",
+              "/tb/packages/" => "%%PREFIX%%/tinderbox/packages/",
               "/tb/errors/" => "%%PREFIX%%/tinderbox/errors/",
               "/tb/" => "%%PREFIX%%/tinderbox/scripts/www-exp/" )
 dir-listing.activate = "enable"
--- tinderbox.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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