From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6815578895823142912 X-Received: by 2002:a7b:c8c1:: with SMTP id f1mr230770wml.66.1588880224443; Thu, 07 May 2020 12:37:04 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:224f:: with SMTP id a15ls17247475wmm.3.gmail; Thu, 07 May 2020 12:37:03 -0700 (PDT) X-Google-Smtp-Source: APiQypJysyfbybDB2663Z+LMs0UnBxz7hDBTJ1BSWvhz/2SyX+B2wmD3o+3tiF4NZqcDy4tmGcT9 X-Received: by 2002:a1c:9e51:: with SMTP id h78mr12985622wme.177.1588880223865; Thu, 07 May 2020 12:37:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588880223; cv=none; d=google.com; s=arc-20160816; b=oJMRj5C0sr4nkQMhUtKF/oW13i68ez7LD1c7FeeujSBt+urtTAxIvrYXEcvSkZtaOw MHBRuk/ktPkSDxV4PcOSOAj619ksswsjQO6KyQ6PbaPPY68AqSV5C0mcWjQqG7e9sZpi 5VFioVQGgcRqwhYerD7OSZqBfeSPQrY4IZ1UcrE1FqAgGu/zLwexe9+Jdc4vOLcpXbJR vsxwAnxoFwAJst4yvv9jJrubsD+4XlHG89gb4W4MmSFA/D/OHQFidPt8sFs9Pc2ISnTm /JxhZ1Kn9U7gWjavU2IC95GtBQudSOro6Kxr02gB8YGWyNamkoBddFHRxAOeH2ri7nJP yp6w== 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=+s5Qwaf+raZbs1AfVh7OltaLzm2TylgzIM1bSe91mT8=; b=Jj2GEHo7f4MbVhRFDG05S8WcmNaV56xN5P8a5jx2SIPVxrUfFL8fj+FnjuDSJS5VE1 Dy/4ko/fc9KwEhjQXpcBzM89YZZo/Vnh/DT+DpDw3m9iIVd4fpJIHmkHr5lunEswmCik kjPET9T9e0ckLrsztaATMUa9M9mTUeOH+S/5bdbmRQFi9kacbXfo4mVu05oClHR268D+ lqlhJSwCxuxurvdub0RwgnADgVjerXwTUdw1CkpyaeRSfYHy+0hDrR4vEywge/X5solR 3GtqNAHwEObJaofyDw6Eh5GRAfnQOajDz8lOBN8MbQqloObfpJgJgxxkF6gtnEUj9PBC rtkw== 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 o136si408496wme.0.2020.05.07.12.37.03 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 May 2020 12:37:03 -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 (dslb-002-207-018-045.002.207.pools.vodafone-ip.de [2.207.18.45]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 047Jb0tm010551 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 7 May 2020 21:37:02 +0200 Date: Thu, 7 May 2020 21:36:55 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v2] classes/image-postproc: Add image version Message-ID: <20200507193654.q6bj7w36el55llhd@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200421150134.30325-1-Quirin.Gylstorff@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200421150134.30325-1-Quirin.Gylstorff@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: RiRre9LNvxxM On Tue, Apr 21, 2020 at 05:01:34PM +0200, Q. Gylstorff wrote: > Add the image version as additional identifier to /etc/os-release. > This allows in a update scenario an easier identification of the > the currently used image. Applied to next, thanks. With kind regards, Baurzhan.