From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6798139016226013184 X-Received: by 2002:a2e:98c4:: with SMTP id s4mr3213537ljj.102.1582815501192; Thu, 27 Feb 2020 06:58:21 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:651c:550:: with SMTP id q16ls626154ljp.2.gmail; Thu, 27 Feb 2020 06:58:20 -0800 (PST) X-Google-Smtp-Source: ADFU+vsizZuizeGcAoHBSat7zs4Q8dB2pAxVN2e71Hwny9Kfy+/RK7tu2zytBYIMiXtlfgwLohA3 X-Received: by 2002:a2e:9f47:: with SMTP id v7mr3117395ljk.124.1582815500277; Thu, 27 Feb 2020 06:58:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582815500; cv=none; d=google.com; s=arc-20160816; b=v+Z/GAfvk0unuo3PtHVDVABvEzubrPsfpLXl+hUNrQqNiUr5OHl3KYPqPbD8Q3LkcW g1mjGrVBbwRcEJP3f0i75sOdQL8yEaWsVPyhUcBFlPv8r4wNrtvRYC2eN/sRJqG0D1mu bdS0DdgmqBzms+B40iWEEX8925pdw4nKIauJgwIMsKD0fcQUKtBGVgSyWfuHY8TibBzM JCli7jb4OeIT8EEGqckWGQBPzSKu6RMjMsasPzbNx2U3IGUoWRkHWdmMDtv2VsgOOOv5 o9RsLH0Bmqkr+cwNJVSryFVEEMXxW/XOwpYk99zCQTzLcaidM4NPzI7veSiN4JXpvQad a8JA== 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:from:references:to:subject; bh=UyxjKt6kr4bRHS1wjYllI/odamcmweo3PqYQN5gMd/E=; b=BRbVhOKsfZdfg906u2E+hQSeoncivE7kf1dMpw+37amF8DZzJ5uw3aCOIW0pTBfSTm yWAm8UXGkgQQS7uDW+q8CMRs+HWE/2ZrrAQ1s/bURiJ5Q9DYFnPipIA05QRn/oBjNEDI rxd981MHDxnwLDKHtQDi8wU5WmO3ZJir6sdvwJI6H0GwEWtxXa9sNYNsZLGPJHQ0iHD+ +a6gogDzfXaI1AYrwZkViEi8x8poAvIVJE3gvjUn6gZuVquL0Rkl6j0iAeImb3wLU6pX y8nu1KYZH2viXoZ2SVtg/AZZZwTJdLM4+Ec1+F1JziacR2Atf3tb/r3qDBVM9Je64Uhh b4dA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id y1si177003lfy.2.2020.02.27.06.58.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Feb 2020 06:58:20 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 01REwJkN008382 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 27 Feb 2020 15:58:19 +0100 Received: from [139.25.68.37] ([139.25.68.37]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 01REwILN021616; Thu, 27 Feb 2020 15:58:18 +0100 Subject: Re: dpkg-raw git fetch To: "[ext] sven.schultschik@siemens.com" , "isar-users@googlegroups.com" References: From: Jan Kiszka Message-ID: <5a454616-f591-8a43-4ea7-eaed4fbe236c@siemens.com> Date: Thu, 27 Feb 2020 15:58:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: JasVJCwEffXT On 27.02.20 15:51, [ext] sven.schultschik@siemens.com wrote: > Hi all, > > once again me. I always used dpkg-raw with local files, but now I want > to use a git repository to copy some files. > > I added as always the SRC_URI = “git://…..” etc., but the ${S}/git > folder keeps empty. > > Does dpkg-raw not fetching remote files automatically? Fetching is implemented in the base class which all classes inherit from. Check the logs of that fetching step for potential problems. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux