From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6897960058005487616 X-Received: by 2002:adf:e88a:: with SMTP id d10mr5985114wrm.29.1606330760356; Wed, 25 Nov 2020 10:59:20 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:e5c2:: with SMTP id a2ls3925454wrn.3.gmail; Wed, 25 Nov 2020 10:59:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJwyaZ5SjpiJs0zfdeOgi1mGmqU3Iv8v9ZxJyLDKBZeJ4IkAWebEEnTZtmIRyrg5oCHAFA0A X-Received: by 2002:adf:f602:: with SMTP id t2mr5826600wrp.40.1606330759543; Wed, 25 Nov 2020 10:59:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606330759; cv=none; d=google.com; s=arc-20160816; b=mLVj6dg3sCK2tSe0AWx1Z+ydkmTpS5cDmXFPqSgmmlfh6sJoPn2xZARfwel1v6sigA kOXH5HGYbPwQWU1RDsCJyPs4Za8A75xnG3Ll1Oqtyi57nsoUXbyMharRqJGruak4fkdT gXI1AR9jJHuXc5Xy88ZKiIZxMQYFFFh+KZaYzBp1Jd16Px5/PWz1Uz9DAuLieMdLCr9u UdXeX/MGaOMfIuLPSpyY103qdGn0jK1es0E/RnCy2eb5mxXp+2wrRxXuBfLI7tvD5fGm n4dKlOYAjilhDMKg+9maoSWuwZFJIA2zdw54xzdP6LseWlV6vkZA1WMlvh4L41Wi7Bi5 NC6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=4qU8Nqa39+tjOvU2DDxVJvWVckTUnlQjBnHohhPxJwk=; b=PyoKt3UUAzriBlbfchRsq01B6UGd+6dPSehF+OFF+35N1j1PI0sOaEk76cTkslCnTF hJZO286URqpT4Yiab+PdMZ19L1CORzSMpCXRPCxhTJ3oolgPInGQ66Rr0T28zC6Q8Y5m a727wOwvn8dbVlpsJ28Pe0FyCeyRSX17Aih7JUwm5zjs8p4G0rlwGQ8sDwzDHhYbvRir tz6bDr4xkDRWUbEhtYY/f5TRZx4+DzRjGPVNXfgDTpdyvrNEn/H1ka1nPe7qFEI/7VHR b/3gC0w2c5rIfU3GcoOYKh3NWf5h0pHMqIcVT9pdVmCzI949FtLcf1Hhem0jnUadliY7 GBPg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id z17si133705wrh.2.2020.11.25.10.59.19 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 25 Nov 2020 10:59:19 -0800 (PST) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-084-061-174-053.084.061.pools.vodafone-ip.de [84.61.174.53]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 0APIxGD0025673 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 25 Nov 2020 19:59:18 +0100 Date: Wed, 25 Nov 2020 19:59:11 +0100 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] wic: Remove racy python3 link cleanup Message-ID: <20201125185911.GW31950@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <978016c0-7cc4-f45d-4408-86b7b124af9b@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <978016c0-7cc4-f45d-4408-86b7b124af9b@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: Y6yhjH5wWkOA On Sun, Nov 22, 2020 at 03:47:57PM +0100, Jan Kiszka wrote: > When two wic tasks run in parallel, one can pull the carpet under the > other by removing python3-native. We could lock everything but it's > simpler to just keep the links around. They won't do any harm as they > are only part of the buildchroot. > > Signed-off-by: Jan Kiszka > Reviewed-by: Vijai Kumar K Applied to next, thanks. With kind regards, Baurzhan.