svn commit: r246742 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Wed Feb 13 05:12:50 UTC 2013


Author: linimon (doc,ports committer)
Date: Wed Feb 13 05:12:49 2013
New Revision: 246742
URL: http://svnweb.freebsd.org/changeset/base/246742

Log:
  Chase the move of the library files.

Modified:
  projects/portbuild/scripts/pollmachine

Modified: projects/portbuild/scripts/pollmachine
==============================================================================
--- projects/portbuild/scripts/pollmachine	Wed Feb 13 05:12:16 2013	(r246741)
+++ projects/portbuild/scripts/pollmachine	Wed Feb 13 05:12:49 2013	(r246742)
@@ -33,11 +33,11 @@ EXPECTED_LINES = 6
 DEBUG=False
 
 pbc = os.getenv('PORTBUILD_CHECKOUT') \
-    if os.getenv('PORTBUILD_CHECKOUT') else "/var/portbuild"
+    if os.getenv('PORTBUILD_CHECKOUT') else "/a/portbuild"
 pbd = os.getenv('PORTBUILD_DATA') \
-    if os.getenv('PORTBUILD_DATA') else "/var/portbuild"
+    if os.getenv('PORTBUILD_DATA') else "/a/portbuild"
 
-sys.path.insert(0, '%s/lib/python' % pbc)
+sys.path.insert(0, '%s/admin/lib/python' % pbc)
 
 from freebsd import *
 from freebsd_config import *


More information about the svn-src-projects mailing list