From bloodhound-dev-return-1106-apmail-incubator-bloodhound-dev-archive=incubator.apache.org@incubator.apache.org Sat Nov 10 14:04:51 2012 Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E398DE48 for ; Sat, 10 Nov 2012 14:04:51 +0000 (UTC) Received: (qmail 68513 invoked by uid 500); 10 Nov 2012 14:04:50 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 68363 invoked by uid 500); 10 Nov 2012 14:04:46 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 68327 invoked by uid 99); 10 Nov 2012 14:04:45 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2012 14:04:45 +0000 Received: from localhost (HELO zulu.local) (127.0.0.1) (smtp-auth username brane, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2012 14:04:44 +0000 Message-ID: <509E5EF8.2070505@apache.org> Date: Sat, 10 Nov 2012 15:04:40 +0100 From: =?UTF-8?B?QnJhbmtvIMSMaWJlag==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: Apache Incubator CC: bloodhound-dev@incubator.apache.org Subject: Re: [VOTE] Release Apache Bloodhound 0.2 (incubating) References: <2E45169E9A237B4DA78078A68962F9EF06C58E67@IMCMBX01.MITRE.ORG> In-Reply-To: <2E45169E9A237B4DA78078A68962F9EF06C58E67@IMCMBX01.MITRE.ORG> X-Enigmail-Version: 1.4.5 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAAXNSR0IArs4c6QAAADBQTFRF IhsbCy0qZjoVOVRoeFxSAIKBzXQiAKaibYiewnk7nn9z0qCTgL3i87Ep6Kx/+tHBsrE+zgAAAjZJ REFUOMvF0jFoE1EYB/CzjWlqIzaTjqVIBifRRWyG0t5iUqlLyFpCeXBgKg5yq6A4degUDJjoUDpc 1Qt4Ux94B11SOLB0KGS4discpbkORTCn9/m9d3fvLhXnvuHu3f+Xx/veyyfZfLSdZHzgicSfeyw4 JISwdz8FT6M8lM8Ceg385Dlhs+cC9sQCDn0B78QCogzwN+sxfHGOIXBbRGkNAM4cZymGtgNsDPgz cByxon3EEm1TLmvAlghoHOO3CZSa+IQ/vF6JV8tgKOMow78gRgL2/+EIvATOUtB3SSdMg4GXgrbn uk0uLiGdoCHKbX4E+t1FUTqn1AtIdPJebssDQ64YANSQyyaQNyUOFs0ijMsMFnOPTahPLXKYowtY 08MfCP7vR7hRnc5zmPK7CDYYbHcbC7tHuyFA94U/1LYZaJpu/sxACHMwvwZljTLY0TbNk4x+zuEt yC3MfCM6uSIvfwur0itFL4FA2Yal8BzLfnYV4EIGwEPAk7o5zIcnvzHMEjwJrrhAKK7on6IrsfRJ 7A53BhaK+CL7fj6+q/sPeOvcDTtoZTxpUYsFeIknrOXep3p3l7Ua+8sZ5FPQKyKwWi+DfROTU7ny C1/9UhpeY7K287WJCzbsNPQm2S6Yk4PSCNhWM2r3nD0K9liYb6yPgCRJhSzPrxUK0yUBVk1VX0lj s7MzGZyp0wImMK/e8rHbz2soL+O+2r1dxfGsAmBcx0lNjS/RUhlUC7gRn1wGMdQ7Vw1/AReW/RN3 xFWdAAAAAElFTkSuQmCC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10.11.2012 14:39, Franklin, Matthew B. wrote: > Apologies for the delay, the conference wifi was taken down before I could > send the e-mail. > > Unfortunately, when I ran a license header check, the report came back > with some minified css & js files in the source release. As far as I am > aware, minified files are not considered source and therefore should not > be in the distribution. Hm, then why doesn't that show up here: http://ci.apache.org/builders/bloodhound-trunk-rat-report Regarding the minified files you found: I agree that minification should, in future, be part of the installation process. However, once can hardly claim that minified files are "not source". They are souce, not even compressed. IMO the point of having source releases is auditability. Minification makes it harder, but doesn't take it away (as, for example, compilation does). I propose this is not a release blocker. We should however recommend that the project stops shipping minified sources in some (near) future release.