Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 1999 00:26:52 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Tools/portbuild/scripts dopackages
Message-ID:  <199907300726.AAA17567@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1999/07/30 00:26:52 PDT

  Modified files:
    Tools/portbuild/scripts dopackages 
  Log:
  Parallelize things a bit more.  Now we'll do index/cdrom/restricted
  list generation at the same time we're setting up the clients.
  
  duds generation is intentionally separate.  If we get an error back
  from that one (usually means someone committed a Makefile with a
  syntax error), abort the whole thing so we won't generate a faulty
  index and destroy the stuff that's been builtbefore.
  
  Lockfile handling is now moved to dopackages2 so we won't overwrite
  the build.log file just to say "skipped".
  
  Generate INDEX right after packages are built, from the same INDEX
  that was used to build them.
  
  Compare the packages from this build with the previous one and report
  what's missing and whatnot.
  
  Revision  Changes    Path
  1.3       +167 -73   ports/Tools/portbuild/scripts/dopackages



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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