Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AF07E84EF3 for ; Thu, 7 Dec 2023 17:43:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7-85_fKHo_ne for ; Thu, 7 Dec 2023 17:43:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 40C8284E9B for ; Thu, 7 Dec 2023 17:43:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DD6FFA42; Thu, 7 Dec 2023 17:43:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1701971009281050" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 17:43:29 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/misc/py-anita To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20231207174329.3DD6FFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1701971009281050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Dec 7 17:43:29 UTC 2023 Modified Files: pkgsrc/misc/py-anita: DESCR Log Message: misc/py-anita: Clarify in DESCR that the package does not contain any hypervisors/emulators To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/py-anita/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1701971009281050 Content-Disposition: inline Content-Length: 608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-anita/DESCR diff -u pkgsrc/misc/py-anita/DESCR:1.4 pkgsrc/misc/py-anita/DESCR:1.5 --- pkgsrc/misc/py-anita/DESCR:1.4 Wed Sep 18 08:37:09 2019 +++ pkgsrc/misc/py-anita/DESCR Thu Dec 7 17:43:29 2023 @@ -3,3 +3,6 @@ procedure and the installed system. Usi automate the process of downloading a NetBSD distribution, installing it in a qemu/gxemul/Xen virtual machine, booting the installed system, and running its test suite. + +By default, this package contains only anita, and does not depend on +any of the four packages one might use to run systems being tested. --_----------=_1701971009281050--