From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6655243553863630848 X-Received: by 2002:a17:906:7e50:: with SMTP id z16mr2166015ejr.6.1549561867493; Thu, 07 Feb 2019 09:51:07 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:1c50:: with SMTP id l16ls639775ejg.0.gmail; Thu, 07 Feb 2019 09:51:06 -0800 (PST) X-Google-Smtp-Source: AHgI3Ib8i7kLMYkazUFqv+CvlOzjImdFF9JYUtIJgiKXoYsU9PE7iOO1T3basdYAF/LWkJDat8YZ X-Received: by 2002:a17:906:6093:: with SMTP id t19mr215620ejj.13.1549561866957; Thu, 07 Feb 2019 09:51:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549561866; cv=none; d=google.com; s=arc-20160816; b=F4DEXjKeOOm/sFBIIXQmuxjA8vRb5mglX7lPODhOUCpN/AY5zJ1b4gC4i7zR3kmi4f 1XFgIs1oyzGawz3p9zIknFtoAy3XvCuequucyl1Bs+BHmGX4EZzUPiQ9s+FNUIRpv+v0 g/Q61kXcF0i5ICSFrni+VRuk5ivr/uxjPSFyXWc3WMrc54TN27pT/uW/tyVtASLVw3kn R/GqmIxC37m15cSp2tL87UVheG9ordo1Qe6LVmjqgeOvB6rW/jfrJPcliS7nwkQB9aFR s4VjoERRq/VEkzmQU86KQx0uOl2pqTUnC5tS5FFhLN7utb9CI3IXjhv/WpZPaChkfCdN APOg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date; bh=74PTkwoljXL/TsBe5/T0rP/fYN5az+5+zMTtdItshMA=; b=Vb3QYYmsq0DGwu7/Lz5Um99qfqh5AVfC6qpbmeydOqcCLm3tI4VXAXRTLhgFN6m4c0 CIyjyP13748zxOJLvyTf+h0nWurzdBbi50bbWaDrzQGTtW3UlvvTAd3/TYSMABdw5KNd /N5vGELy1lfMbqBe9T/hiPtw4OrjEDveu2L/Rfopu4ztilPGB/xPfbInhXpGZuBXsZds TWnvdXcmT5aK71Aasg9ElQZ282MRF1YhqAvDXBMGaKNG2VXzjgsDXHwTUnVfiGrV70+u cjZEsbTZ65z1sKCilp48TiAZt8OhUk1Rgfe2hFxpN96ebo/VX4xJ8WJAb9vuYGhK3cav i7Tg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id a3si977396eda.0.2019.02.07.09.51.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Feb 2019 09:51:06 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id x17Hp6Xf020078 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 7 Feb 2019 18:51:06 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.156]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x17Hp3vS014053; Thu, 7 Feb 2019 18:51:03 +0100 Date: Thu, 7 Feb 2019 18:51:03 +0100 From: Henning Schild To: "[ext] Lisicki, Raphael" Cc: "isar-users@googlegroups.com" Subject: Re: do_adjust_git in dpkg-base.class Message-ID: <20190207185103.67521697@md1za8fc.ad001.siemens.net> In-Reply-To: References: X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: l0Go4LUqd7A0 I never was a fan of that messing with git step. Unfortunately my patch against bitbake was never merged, one that would use true clones and eliminate the problem with the "link". At the moment you have to live with that. Maybe we can find a way of patching the git argv from within the fetcher implementation of Isar. Henning Am Thu, 7 Feb 2019 13:03:58 +0000 schrieb "[ext] Lisicki, Raphael" : > Hello everybody, > > the function do_adjust_git in dpkg-base.class breaks git for all > operations outside of the buildchroot. E.g. it is not possible to use > git in a prepare_build command, as it is not yet done in the > buildchroot, but the git adjustment has already been done. I would > suggest to move the call to do_adjust_git into dpkg_do_mounts and > maybe even undo it afterwards, so that targets that run after build > can also have access to a working git repo. > > Best regards > Raphael Lisicki >