Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2000 15:39:17 -0800 (PST)
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:  <200011072339.PAA06731@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       2000/11/07 15:39:17 PST

  Modified files:
    Tools/portbuild/scripts dopackages 
  Log:
  (1) New flag, -ftp, indicates packages are to be copied over to the
      ftp site (specified in portbuild.conf).  (It used to be implied by
      -norestr.)
  
  (2) Remove x11-toolkits/Motif-dummy from list of dummy ports, since
      open-motif is now the default.  Also gone is the MOTIF_OPEN
      variable.
  
  (3) Run the tar -czf of the ports tree and generation of CHECKSUM.MD5
      in the background.
  
  (4) Print the amount of time it took for the entire process, as well
      as phase 1 and phase 2 of the compilations.  (It is done by date
      -r, so it will only work modulo 24 hours.  Hopefully the build
      will never go over 24 hours again.)
  
  (5) Make symlink of the form [ae].${branch}.YYYYMMDD ->
      [ae].${branch}.YYYYMMDDHH so we can have the simple "date" form as
      well as the new "date+hour" directories for logs.
  
  (6) Remove temporary make status files from /tmp that are over 60
      minutes since the last modification.  It was filling up the root
      filesystem.
  
  (7) Print out an "ls -lrt" of packages/All into logs/ls-lrt.  This is
      going to be used to evaluate make's job dispatch policies.
  
  Revision  Changes    Path
  1.12      +52 -17    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?200011072339.PAA06731>