From owner-freebsd-ports@FreeBSD.ORG Sat Sep 3 20:56:48 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32283106564A; Sat, 3 Sep 2011 20:56:48 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [IPv6:2a02:6b8:0:801::3]) by mx1.freebsd.org (Postfix) with ESMTP id A6AF68FC12; Sat, 3 Sep 2011 20:56:47 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 3B74B1428FE; Sun, 4 Sep 2011 00:56:46 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1315083406; bh=2NU7K1w/T2VrZV+5/GmO2gkrWz75v0A4rz+o6aohoJg=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=t+5XEtdHpEhYQS+CLYOstcNqZr9RrrsiT9vJ37Vp0U2J8i59Co0oe8R8nYPnzXFmG FNfmPKradAls/Lf3KjaPUdM/6Uq7GUFvv6fLCeh7ndY7+M7JLfPkRUc1qRfSm3coZH Vylc39zON6J28HdJWUGzAV6hi2R3S47MOHuvffd8= Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 2487416A03CD; Sun, 4 Sep 2011 00:56:46 +0400 (MSD) Received: from unknown (unknown [213.138.88.133]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id ujkWtrcv; Sun, 4 Sep 2011 00:56:45 +0400 X-Yandex-Spam: 1 Message-ID: <4E629488.4090706@yandex.ru> Date: Sun, 04 Sep 2011 00:56:40 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:6.0) Gecko/20110828 Thunderbird/6.0 MIME-Version: 1.0 To: Chris Rees References: <4E5643A8.9060705@yandex.ru> <4E564DBE.1070700@yandex.ru> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports Mailing List Subject: Re: tinderbox: how to drop unneded Jail and Build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 20:56:48 -0000 Chris Rees wrote on 25.08.2011 19:52: > On 25 August 2011 14:27, Ruslan Mahmatkhanov wrote: >> Chris Rees wrote on 25.08.2011 16:51: >>> >>> On 25 August 2011 13:44, Ruslan Mahmatkhanov wrote: >>>> >>>> How to correctly remove Jail and Build, created by ./tc createJail and >>>> ./tc >>>> createBuild accordingly? I have 7.3-FreeBSD, that was needed to one-time >>>> test single port. As far i understand, it's not enough to remove >>>> directory >>>> ${pb}/7.3-FreeBSD, since there is logs/packages/build >>>> etc for this build and database records also. How to deal with this >>>> correctly? >>> >>> cd ${pb}/scripts&& ./tc rmBuild -b ${build}&& ./tc rmJail -j ${jail} >>> >>> rm -r ${pb}/*/${jail_name} ${pb}/*/${build_name} ${pb}/${build_name} >>> >>> PLEASE check the globbing using echo first.... >>> >>> You may want to join tinderbox-list@marcuscom.com too ;) >>> >>> Chris >> >> Nice, thank you. I believe that this should be added to the Tinderbox >> Manual. And what about creating 9.0-BETA1 jail with -u LFTP question? >> > > I've added it to the README, thanks for the suggestion [1]. By the way, i believe that README.html#CHINSTALLATION should be updated (or added as option) with -u CSUP instead of -u CVSUP there in step 12: # cd ${pb}/scripts && ./tc createJail -j 8.2 -d "FreeBSD 8.2-RELEASE" \ -t RELENG_8_2_0_RELEASE -u CVSUP Since csup is now available in all supported FreeBSD versions. May be add example for -CURRENT too. > For now I think you need to use csup and make world method for 9-, > sorry. I'm talking to re about what the future plans are regarding ftp > -- not sure if this xz distribution is The Future. > > Chris > > [1] http://marcuscom.com/pipermail/tinderbox-cvs/2011-August/001527.html > > -- Regards, Ruslan Tinderboxing kills... the drives.