From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6729358150130991104 X-Received: by 2002:a19:f707:: with SMTP id z7mr7335387lfe.142.1569930548872; Tue, 01 Oct 2019 04:49:08 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:2286:: with SMTP id i128ls1978280lji.7.gmail; Tue, 01 Oct 2019 04:49:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqw4LMhI7jYFsZkotd9+J/KNSbCwQZDvix2xDU3OM7qiaP/bQxGWVoM77iqykYcX71Ku/Ng8 X-Received: by 2002:a2e:8ec6:: with SMTP id e6mr15424935ljl.231.1569930548259; Tue, 01 Oct 2019 04:49:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569930548; cv=none; d=google.com; s=arc-20160816; b=Qb5Ftkhw4/6hSJRc4wY0x/0AhU10+8usEXofnmR9Qok10VMty6ye3JLO3LVn5Op7bH nqgIZL+3GRMwCQ5nQGJ6LUSPmiE5rPzoe+POORJ2W2aL0dPh689L0cH1ZoWKQhGbOIjE +27zTBc2ArDbZTHWqH8HBrpi0VhS315aEMG8xEoX2/lSeuQKM6S2Uhl1ARdlT7cvpham cNznILOV+e8rg3+f461HbneMd6GdrslJtaoAfLlGDMHknbZ2X04qS4bhTVqe9DjtkFYm QBwKeJhRMjidLssRwczrSC4KCPCQ3s9kFk3D9CCjPjqCg7Lqqxcx9zng+yGYZnwHb0a4 JKtA== 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=tVZirocM9nvnxCIpHcVfeOKyYhoYH42VKfNOQKjU+/M=; b=UfIjD43bij7OecysnYbG/qnBd29QeVwuUpKneiI4QB2BucrTWv6k4uMc55cPdeagvM 0epEcLUSONSG3cMdhu+7+Nh6mW/1bTeaLcj0ozeP/hh6UlrmKeCtxeJ76gym1w9PuNXg JimVyeKMBJM7pUVrKZwnK7/JkcxtUNHreYDBPCF9+nler3Dtvceh2AGrlIt+YBFO0ODz YTroJ+cnRlpd4AgT7BIrE3YZsiWxib+uNd8qLteuRL4yqClqJ3Z3v8zN6kJjK/8nyBSL tA4usE3NvEuggh8RFlCaOxkcHotiGpS6IWC5Okrd/0fEhGgTmY3Q7s8QZvxKWv4JwTeh 3JwQ== 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 k2si895627ljj.1.2019.10.01.04.49.07 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Oct 2019 04:49:07 -0700 (PDT) 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 (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x91Bn5vo010891 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 1 Oct 2019 13:49:06 +0200 Date: Tue, 1 Oct 2019 13:49:05 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH 25/26] dpkg-base: Move do_deploy_deb before do_build Message-ID: <20191001114905.acdrcw5ikjra6dxp@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <22a14a31cfcef329d3d554ca838ccd68f08698a8.1566800787.git.jan.kiszka@siemens.com> <6ae9caca-fb70-2b33-1a1c-964fa14fc7a8@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6ae9caca-fb70-2b33-1a1c-964fa14fc7a8@siemens.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED 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: ZQzHI7NjnaqZ On Wed, Aug 28, 2019 at 09:32:43AM +0200, Claudius Heine wrote: > > There is not good reason to move anything beyond the final do_build task > > in a recipe. > > This is not exactly what this patch does though, so you might want to update > the description. > > What you do here is add do_deploy_deb as a dependency to do_build, meaning > now deploying a debian package is part of the default build target. The main > difference is in the definition of when is a recipe considered to be > 'build': Either after the debian package was created inside the work > directory or when the debian package is added to a repository. I would argue > that there are reasons for both perspectives. > > It is possible to consider 'do_depoy*' in packages more like 'make install', > and as such not part of the default target. Thanks for the explanation. Yes, there are both perspectives. OE deploys by default. The description doesn't expand on the implications, which I think is ok. I'm going to apply this. With kind regards, Baurzhan.