From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739560601010307072 X-Received: by 2002:a50:ef02:: with SMTP id m2mr2203254eds.157.1570000169478; Wed, 02 Oct 2019 00:09:29 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:f11b:: with SMTP id w27ls307263edl.1.gmail; Wed, 02 Oct 2019 00:09:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqwlY1TYz86A+Pk9nMZmJu6o9uc1thJ8Qo3/nFisIAQWbnrnN4AT/V5pfku2nntZ2ZU7zEz0 X-Received: by 2002:a05:6402:1212:: with SMTP id c18mr2163607edw.259.1570000168997; Wed, 02 Oct 2019 00:09:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570000168; cv=none; d=google.com; s=arc-20160816; b=YLlZjnJ7rNexLQuouM+LARIX9P2j2uiep/yNitsV2okB+AiE0xFG5IDhxudlzyknU9 jZUx73DBd/Ig30QhsHIIhFzeE4ny2kzYF1pEoI0ehQLOoMNICybe/9lx0kUrjkkW3g0M UHNnomRrxf8wX4+mqovy16oGMP5xf1mslL3OsoOlLzLD0nW/o3ufP4m+8zCwZScbcFHn mO9JT7pZHXRh3SLiPPDk5pPfs7hti9PnG2JBkjWGeeyxgdeoJDavtHiiOAmn4QB0/QsN FfmWTX1Db17lIjE4/2ngxzkOubyXTOmwMVxO2foX0PqYZ05EsI5J4Ie2u4FKrZ0zF/Ww AvEQ== 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=H3p3YJVEfBguD0jBPFCGiaUOsjHlKZQSYL51rJN+8tU=; b=Lf+INK+prIpLlhOVmB8VCq9XO31Y/OUxDOn78FRimI6B2QUyNbDsY59MjUa4SidIz4 GQDZpamBLq5QIpCUxxkkFgmnuhzBsS59FdDg8fJY5+7xf57TFAHQosfzY9eUC6VndUU4 ZQR15anvwb2Sbb6xZ1loFpl12CJEpnAkWrB1q4JyfDHcpNqZFeC3qS9WMEXwy8m9g9WC vfBgmuOYp6BnE+8gWuz+hD2mEvIpEea0a5SGL6QMBVeKgGKDK4AwXVsJ9g/EPVgI66ij cCSWWaKGa8/Y6RN2PTdQq90LvULgZc8KafdPCQ9tCIeT5YUrpFhCEVWXLmGlYNQnwqyr 5Lng== 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 a15si900796ejj.0.2019.10.02.00.09.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 02 Oct 2019 00:09:28 -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 x9279MiA015116 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 2 Oct 2019 09:09:28 +0200 Date: Wed, 2 Oct 2019 09:09:22 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v5 13/27] dpkg-base: Move do_deploy_deb before do_build Message-ID: <20191002070853.65wbzl3znjdlggxr@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: <48ba11012e59c552cf6e87d7236c6728f345732d.1569176231.git.jan.kiszka@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48ba11012e59c552cf6e87d7236c6728f345732d.1569176231.git.jan.kiszka@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: oIzWozi9liAy On Sun, Sep 22, 2019 at 08:16:57PM +0200, Jan Kiszka wrote: > There is not good reason to move anything beyond the final do_build task > in a recipe. Applied to next, thanks. With kind regards, Baurzhan.