From owner-svn-src-all@FreeBSD.ORG Fri Nov 15 20:58:30 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0866BF77; Fri, 15 Nov 2013 20:58:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D219F24BA; Fri, 15 Nov 2013 20:58:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFKwTCR077813; Fri, 15 Nov 2013 20:58:29 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFKwTEh077812; Fri, 15 Nov 2013 20:58:29 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201311152058.rAFKwTEh077812@svn.freebsd.org> From: Julio Merino Date: Fri, 15 Nov 2013 20:58:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r258190 - vendor/atf X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Nov 2013 20:58:30 -0000 Author: jmmv Date: Fri Nov 15 20:58:29 2013 New Revision: 258190 URL: http://svnweb.freebsd.org/changeset/base/258190 Log: Update instructions to match reality. * Point readers to the Subversion Primer in the Committer's Guide instead of attempting to provide details here. The guide is much more complete. * Adjust some comments to better represent reality. * Prepare to import the whole contents of a release, per the Subversion Primer. Files should only be dropped when doing the merge into head/contrib/atf/ Approved by: rpaulo (mentor) Deleted: vendor/atf/FREEBSD-Xlist Modified: vendor/atf/README.txt Modified: vendor/atf/README.txt ============================================================================== --- vendor/atf/README.txt Fri Nov 15 20:41:02 2013 (r258189) +++ vendor/atf/README.txt Fri Nov 15 20:58:29 2013 (r258190) @@ -1,3 +1,5 @@ +$FreeBSD$ + Import tree for ATF: the Automated Testing Framework. Governance: http://code.google.com/p/kyua/wiki/ATF @@ -5,10 +7,11 @@ License: BSD (3-Clause) Upgrade instructions: 1. Download a newer version from the URL given above -2. Extract the tarball as per the guidelines -3. Run the following command to remove extraneous files: - sh -c 'for F in `cat FREEBSD-Xlist`; do rm -rf ./$F ; done' -4. Make sure to delete files that ere not present in the new version! -5. Commit vendor/atf (this should update dist and create a new 'tag') -6. Merge vendor/atf/dist to head/contrib/atf, and re-run configure -7. Commit head/contrib/atf +2. Prepare the import into dist/ as described in: + http://www.freebsd.org/doc/en/articles/committers-guide/subversion-primer.html +3. Make sure to delete files that ere not present in the new version! +4. Commit vendor/atf/dist (this should update dist and create a new 'tag') +5. Create a new tag for the import in vendor/atf/atf- +6. Merge vendor/atf/dist to head/contrib/atf and re-run configure +7. Update reachover Makefiles to cope with deleted/new files, if any +8. Commit head/contrib/atf and the reachover Makefiles