From owner-freebsd-ports@FreeBSD.ORG Thu Aug 25 15:53:12 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 18A9C10656D0 for ; Thu, 25 Aug 2011 15:53:12 +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 CC8948FC0A for ; Thu, 25 Aug 2011 15:53:11 +0000 (UTC) Received: by ywo32 with SMTP id 32so2199535ywo.13 for ; Thu, 25 Aug 2011 08:53:11 -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=86L5CpwnIvdouxmzRe6aKo0lmI50hqOWz7NT0KeeQko=; b=Fgg7GWZ/3pAwVK6vTo6IEaJmZq9gEM6TnQ//OUkIA5JXXIBrXfGJ5A0X5uvnqWjXwX HqsHXi/a8hU5KlahR6eWGeZO9/39xKxSCdMemC4eAZucDcVBkHQNvZyDlTMmNJaMsTrL 3v/utgK5ZlibwuzH/zseCe49XNAffioc//VAQ= Received: by 10.231.4.3 with SMTP id 3mr13253572ibp.72.1314287591128; Thu, 25 Aug 2011 08:53:11 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.42.4 with HTTP; Thu, 25 Aug 2011 08:52:41 -0700 (PDT) In-Reply-To: <4E564DBE.1070700@yandex.ru> References: <4E5643A8.9060705@yandex.ru> <4E564DBE.1070700@yandex.ru> From: Chris Rees Date: Thu, 25 Aug 2011 16:52:41 +0100 X-Google-Sender-Auth: y44bVsyEIA1mTJyu-7J6bbVMt_I 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: Thu, 25 Aug 2011 15:53:12 -0000 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 =9Awrote= : >>> >>> 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-tim= e >>> 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./tc rmBuild -b ${build}&& =9A./tc rmJail -j ${jai= l} >> >> 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]. 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