svn | 1 Feb 2008 03:22

[PC-BSD Commits] r1295 - pbibuild/pbibuilder/scripts

Author: kris
Date: 2008-01-31 18:22:33 -0800 (Thu, 31 Jan 2008)
New Revision: 1295

Modified:
   pbibuild/pbibuilder/scripts/2.makeport.sh
Log:

Added feature to pbi builder to ignore broken ports now. 

Modified: pbibuild/pbibuilder/scripts/2.makeport.sh
===================================================================
--- pbibuild/pbibuilder/scripts/2.makeport.sh	2008-02-01 01:35:58 UTC (rev 1294)
+++ pbibuild/pbibuilder/scripts/2.makeport.sh	2008-02-01 02:22:33 UTC (rev 1295)
 <at>  <at>  -13,8 +13,21  <at>  <at> 
   exit 1
 fi

+if [ -d "${PROGDIR}/svn" ]
+then

+  # Make sure we update the svn source
+  cd ${PROGDIR}/svn
+  svn update

+  # Copy the module directory
+  echo "Copying modules directory..."
+  rm -rf ${PROGDIR}/modules
+  mkdir ${PROGDIR}/modules
+  tar cvf - -C /pcbsd-build/svn/pbibuild/modules --exclude .svn . 2>/dev/null | tar xvpf - -C
(Continue reading)


Gmane