From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6514681807677423616 X-Received: by 10.46.91.213 with SMTP id m82mr663365lje.10.1516877525855; Thu, 25 Jan 2018 02:52:05 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.54.2 with SMTP id d2ls6401lja.10.gmail; Thu, 25 Jan 2018 02:52:05 -0800 (PST) X-Google-Smtp-Source: AH8x225BodizbyagHvB33TAuVvbDlQp6uszN2h91OJxJoRgX+XUfnHyx5tOjOlKltxKuqjnTO3Bv X-Received: by 10.46.55.15 with SMTP id e15mr68962lja.44.1516877525118; Thu, 25 Jan 2018 02:52:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516877525; cv=none; d=google.com; s=arc-20160816; b=WwQ5U58RkVzOw5/uxJJutj0YJQ6NJLhCovHRb11JsyTZBzzBsCvgr8oThz50ARSaZW i50J/9dtpI43PGzryej5zTHLUG81IIYrO82giS0u0Mz5/3rS6nRjbDV41KQlYVK6gojg bb2EyZo9W9QQiRnLpvVFisKQNt9GDUzztU41832YU1zDXSN2ztWLsBr+V9VHHM7AmgWR A4ivVdsJxIiAToE2J6/XvppOghR23Lx6Rfr5GMh4jk72IHWKnD6qA6AtaKM4OG03hTGB 1nxgf9D6zedUeir104CwNnBSqo03gxpNjJZB+NnEPnxVnAtGopaf/56zNNKIG3o1kGvM ezXw== 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 :arc-authentication-results; bh=s5oWUMk4OYqUq4EJk0UpBpk2c9QUdkbu60U3FDG9QJE=; b=TJS52oJjXvHFWpGIGR/JZNCJpp6NpscP7SNjxHAiXR3JprdhUUD5TXAoc+XT6w8Twq wwdaNYDjS9oxPMfBiH5BJbLKkKE1K5ehyiE+cI0sZN83S4HgrDy5kiQGatDHO9vbk1ZS Fhe7FgdHsYUGlwHjgcxN4aiYjH8ixCEZwNmgP+xiDV06x/dOhZzj1KcSErSGiyZb22cf UCnyOtQ36LcQdZa/3b40YNbESMkRM8E0hImkRg4SVHoLyYVuFxCHIZ4NBRE8mjSwhz8j vqEFN9t8cc5zVWe3QPyJ+3jC70JJyYrFAq9Ds6gOaNr8xB8nbLztwTKZc68yeaTcggOx yyjg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.62.211 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id s11si246480ljs.1.2018.01.25.02.52.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jan 2018 02:52:04 -0800 (PST) Received-SPF: neutral (google.com: 85.214.62.211 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.62.211 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.radix50.net (p2E51B1DD.dip0.t-ipconnect.de [46.81.177.221]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w0PAq2rs020071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jan 2018 11:52:03 +0100 Received: from yssyq.radix50.net (localhost [127.0.0.1]) by yssyq.radix50.net (8.14.4/8.14.4/Debian-8) with ESMTP id w0PAq1Co007171 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jan 2018 11:52:01 +0100 Received: (from ibr@localhost) by yssyq.radix50.net (8.14.4/8.14.4/Submit) id w0PAq1ZM007170 for isar-users@googlegroups.com; Thu, 25 Jan 2018 11:52:01 +0100 Date: Thu, 25 Jan 2018 11:52:01 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] hello: Rename to example-hello Message-ID: <20180125105201.GB3627@yssyq.radix50.net> Mail-Followup-To: isar-users@googlegroups.com References: <20180124181216.30169-1-asmirnov@ilbers.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180124181216.30169-1-asmirnov@ilbers.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-TUID: /6XvnN4rGRLG On Wed, Jan 24, 2018 at 09:12:16PM +0300, Alexander Smirnov wrote: > Pure Debian contains already contains its 'hello' package. During image > rootfs generation, multistrap fetches the upstream one, what is not > correct. > > To avoid this collision and to keep cannonical names for Isar examples, > rename 'hello' to 'example-hello'. > > Signed-off-by: Alexander Smirnov I suggest the following changes: * "Pure Debian contains already contains" -> "Pure Debian already contains". * "keep cannonical names for Isar examples" -> "keep uniform naming for Isar examples". Acked-by: Baurzhan Ismagulov With kind regards, Baurzhan.