Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 14:11:54 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r359725 - user/gjb/thermite
Message-ID:  <202004081411.038EBsYk044450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Apr  8 14:11:54 2020
New Revision: 359725
URL: https://svnweb.freebsd.org/changeset/base/359725

Log:
  Update the README.txt to reflect zfs-setup.sh had been renamed to
  zfs-cleanup.sh, now that thermite.sh creates the zfs datasets on its
  own.
  
  Reported by:	Juraj Lutter
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  user/gjb/thermite/README.txt

Modified: user/gjb/thermite/README.txt
==============================================================================
--- user/gjb/thermite/README.txt	Wed Apr  8 08:56:27 2020	(r359724)
+++ user/gjb/thermite/README.txt	Wed Apr  8 14:11:54 2020	(r359725)
@@ -60,9 +60,6 @@
    - To avoid repetition and possible human error, a few scripts were written
      to help keep things as automated as possible:
 
-     - zfs-setup.sh:
-       Destroys and creates pristine zfs datasets for each build.
-
      - setrev.sh:
        Retrieves the 'Last Changed Revision' from the target branch and writes
        the version to a 'svnrev_src' file, and outputs the date in YYYYMMDD
@@ -74,6 +71,9 @@
 
      - generate-email.pl:
        This script generates the snapshot announcement email text.
+
+     - zfs-cleanup.sh:
+       Destroys zfs datasets from previous builds.
 
 4) Example Usage:
 



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