From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6629275924868104192 X-Received: by 2002:a17:906:d212:: with SMTP id w18-v6mr2502836ejz.15.1543837213547; Mon, 03 Dec 2018 03:40:13 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:1c0c:: with SMTP id k12-v6ls2787509ejg.1.gmail; Mon, 03 Dec 2018 03:40:13 -0800 (PST) X-Google-Smtp-Source: AFSGD/U4rkqSY3DgQqbi2SQj3t2UjiwwjnZVHOhGFEkslzUB7h7ycaunqz2hx/nuxhFYpbE+1SIG X-Received: by 2002:a17:906:443:: with SMTP id e3-v6mr2516009eja.1.1543837213136; Mon, 03 Dec 2018 03:40:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543837213; cv=none; d=google.com; s=arc-20160816; b=PgLbQUOZkQIpNIVv+jIzJSjxJbseM8SDs9fUmOnORf8uTPgj+UCy4t7PPjLL95f/i1 swVtb+HQqRElViPvIzA0GitF9C4QUgFWAf5JD53vDeTL/pT4oXgPJVRiob4m9ZpPYAkE Ib9W9I5VWT6aUd2I5m+Jq7asIgNjUGV2L1IZU959eE9p3wPShuEYtI/xc4LoyPDeVtPf BgaJ7NNitYbesOlzYbpx8VitF522lgjSnxvNx3xs75OEiKw3UipzcAfmtJgSPBBkW7Mk G+q/15nS3zcKiIwOkA2waQKSYTiY8IK2B6D5tzR87kxlDwre9e5uzf/7Oui7Vm29iuCY pyAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:references:to:from:subject; bh=RilqpQPvE+EHT0YFmKxkVB5NODcgHFWQyzhE76Sn8iM=; b=I+KWFrPL3YnkD1FS2bRS1ZD5wA6dwCN/ZW8exdNN1SgkAMryWYFMP/4CgXK6saV78M s9QEYmtg8QndwP+ANkD9T8AsGv4gV0ZQvdu8wB7wgWR/6EPeZ2e2lrBvanotpHOcMO+9 a7ayx8AfkajTybMqHws4RQHwX0NyLIMt/6cEpjZtDpUR0a5koZmCX0NSyKyv/vVKjkcP fZ5afs8te1Vu+/adbmyiqJegNIuLXIdfEG83OdZgCUzLq3qvKijo1ZbLyVcMkEnXyOz4 HIyqT4I9DKi35Xxw0XSphDcec03Um//Y+zQ9mN+pg2om0ImJGDkZorSGE99heWhupZJM IIiA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id h28si521954edh.4.2018.12.03.03.40.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Dec 2018 03:40:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.180] (nat-ppp-217.71.235.199-satnet-spb.ru [217.71.235.199] (may be forged)) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id wB3BeANI019907 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 3 Dec 2018 12:40:12 +0100 Subject: Re: [PATCH] doc/user_manual: Update local apt repo caching section From: "Maxim Yu. Osipov" To: isar-users@googlegroups.com References: <20181129133606.12517-1-mosipov@ilbers.de> Organization: ilbers GmbH Message-ID: <0edf3d44-fc8a-f851-cc52-0e946a0648ce@ilbers.de> Date: Mon, 3 Dec 2018 14:40:05 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: <20181129133606.12517-1-mosipov@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: /wWp6PtrnWTQ On 11/29/18 4:36 PM, Maxim Yu. Osipov wrote: > After commit de68185 "conf: Move base-apt to downloads directory" > one may remove the whole tmp directory. Applied to the 'next'. > Reported-by: Henning Schild > Signed-off-by: Maxim Yu. Osipov > --- > doc/user_manual.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/user_manual.md b/doc/user_manual.md > index e124ed9..ad80c20 100644 > --- a/doc/user_manual.md > +++ b/doc/user_manual.md > @@ -745,7 +745,7 @@ bitbake -c cache_base_repo multiconfig:qemuarm-stretch:isar-image-base > - Remove build artifacts to use only local base-apt: > > ``` > -sudo rm -rf tmp/stamps/ tmp/work/ tmp/deploy/isar-apt/ tmp/deploy/images > +sudo rm -rf tmp > > ``` > > -- Maxim Osipov ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn Germany +49 (151) 6517 6917 mosipov@ilbers.de http://ilbers.de/ Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov