From owner-freebsd-ports@FreeBSD.ORG Fri Aug 26 10:40:06 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 CD5511065688 for ; Fri, 26 Aug 2011 10:40:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 89BB08FC08 for ; Fri, 26 Aug 2011 10:40:06 +0000 (UTC) Received: by ywo32 with SMTP id 32so3211753ywo.13 for ; Fri, 26 Aug 2011 03:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=8N1uBWatNfBBgSkFmK2U6hs2DtJTMi/9MGMxA8ODorg=; b=WPKu0briwNHWx5M/c5wQFlTF21LmbscQDgMwBMsXqJF6kQX71AVD5joWbb1XVqOVwM WiJo3p9L7BQ9YwjeNPm8XsUNq3We7NK98MYYMWRaYIim3nOuwXYSCF+NqlE0zE1geWTK s5M19f1gmU1U5l9oHNAktV8ij9+FxWdKeUDH4= Received: by 10.42.145.197 with SMTP id g5mr77393icv.348.1314353460067; Fri, 26 Aug 2011 03:11:00 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.42.4 with HTTP; Fri, 26 Aug 2011 03:10:30 -0700 (PDT) In-Reply-To: <4E574264.6020600@yandex.ru> References: <4E5643A8.9060705@yandex.ru> <4E564DBE.1070700@yandex.ru> <4E574264.6020600@yandex.ru> From: Chris Rees Date: Fri, 26 Aug 2011 11:10:30 +0100 X-Google-Sender-Auth: uA-MQFuU8lijBLLqqSP1h92nhPU Message-ID: To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable 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: Fri, 26 Aug 2011 10:40:06 -0000 On 26 August 2011 07:51, Ruslan Mahmatkhanov wrote: > Chris Rees wrote on 25.08.2011 19:52: >> >> On 25 August 2011 14:27, Ruslan Mahmatkhanov =9Awrote= : >>> >>> Chris Rees wrote on 25.08.2011 16:51: >>>> >>>> On 25 August 2011 13:44, Ruslan Mahmatkhanov >>>> =9Awrote: >>>>> >>>>> How to correctly remove Jail and Build, created by ./tc createJail an= d >>>>> ./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 >>>>> =9A${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&& =9A =9A./tc rmBuild -b ${build}&& =9A =9A./tc rmJai= l -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]. > > Cool, thanks. When it will be updated on > http://tinderbox.marcuscom.com/README/README.html? Some time ago i have d= one > Russian translation of this page and want to keep it up to date. May i gr= ab > docbook sources for > this page somewhere? > http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/tinderweb/dbsrc/ Watch out, there be dragons :( I formatted it really badly when I first wrote it, but I'm redoing the indentation etc on it to make it look like FreeBSD-doc style -- anything recently touched should be fine. Chris