Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2008 16:24:05 +0000 (UTC)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Tools/portbuild/scripts build
Message-ID:  <200808081624.m78GO5fD087869@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2008-08-08 16:24:05 UTC

  FreeBSD ports repository

  Modified files:
    Tools/portbuild/scripts build 
  Log:
  Add a new script for performing high-level administration of a build.
  
     list : lists available builds
     clone : creates a new build by cloning a previous one
     portsupdate : update a ports tree to the latest ZFS snapshot
     srcupdate : update a src tree to the latest ZFS snapshot
     cleanup : clean up or remove a build on the clients
     destroy : remove a build on the server
  
  There is some trickiness here in that various commands either expect
  to run as root, or expect to run as a ports-* user.  For the latter
  case we can easily use su to proxy as the ports user when running as
  root; for the former we use the buildproxy to validate and re-execute
  the command as root.
  
  Revision  Changes    Path
  1.2       +489 -511  ports/Tools/portbuild/scripts/build



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