[75281] trunk/base/portmgr/jobs/portfile_lint.pl

wsiegrist at apple.com wsiegrist at apple.com
Wed Jan 19 09:11:33 PST 2011


Revision: 75281
          http://trac.macports.org/changeset/75281
Author:   wsiegrist at apple.com
Date:     2011-01-19 09:11:33 -0800 (Wed, 19 Jan 2011)
Log Message:
-----------
Update lint job to work on SnowLeopard

Modified Paths:
--------------
    trunk/base/portmgr/jobs/portfile_lint.pl

Modified: trunk/base/portmgr/jobs/portfile_lint.pl
===================================================================
--- trunk/base/portmgr/jobs/portfile_lint.pl	2011-01-19 17:02:13 UTC (rev 75280)
+++ trunk/base/portmgr/jobs/portfile_lint.pl	2011-01-19 17:11:33 UTC (rev 75281)
@@ -10,6 +10,9 @@
 use strict;
 use Mail::Sendmail;
 
+$ENV{'HOME'} = '/tmp/mp_lint/';
+$ENV{'LANG'} = 'en_US.UTF-8';
+
 my $REPOPATH = "/svn/repositories/macports/";
 my $REPOHOST = "http://svn.macosforge.org/repository/macports";
 my $SVNLOOK = "/opt/local/bin/svnlook";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110119/222a1705/attachment.html>


More information about the macports-changes mailing list