Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2003 07:40:08 -0800 (PST)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Tools/scripts/pkg-stash pkg-list.sh pkg-stash.pl
Message-ID:  <200301081540.h08Fe8Vd031423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
roam        2003/01/08 07:40:08 PST

  Added files:
    Tools/scripts/pkg-stash pkg-list.sh pkg-stash.pl 
  Log:
  Add two utilties for listing and stashing away package files obtained
  from recursive dependency builds a la:
  
    make DEPENDS_TARGET='install package clean' all install package clean
  
  The pkg-list script obtains a list of the packages in the dependency
  directories; the pkg-stash script moves them away to a predefined
  directory, adding a timestamp to the package file name.  This is
  convenient for keeping ready-built packages for system rescue
  activities.
  
  Revision  Changes    Path
  1.1       +6 -0      ports/Tools/scripts/pkg-stash/pkg-list.sh (new)
  1.1       +104 -0    ports/Tools/scripts/pkg-stash/pkg-stash.pl (new)

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?200301081540.h08Fe8Vd031423>