From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6787079713742389248 X-Received: by 2002:a17:906:bce5:: with SMTP id op5mr146909ejb.500.1601910218670; Mon, 05 Oct 2020 08:03:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:4c8c:: with SMTP id q12ls4446214eju.2.gmail; Mon, 05 Oct 2020 08:03:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxvriSr8cL/Lnqjm4qT5SSNC52tPvK9U+gCUr1kRZoxHeBbPjEonqz89QOE3ljTck/n3aVV X-Received: by 2002:a17:907:33d2:: with SMTP id zk18mr121841ejb.145.1601910217668; Mon, 05 Oct 2020 08:03:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601910217; cv=none; d=google.com; s=arc-20160816; b=r9BCYeJL9lvT1UIM4oeOAxmRm6AMrioJxTX/H957BB8JBppZ5Cls5W2c8gqeptq2zS vwq90dVZnfmwqfcPZUu8le7EJrq+Sq49Wiw1eEslXdGbHX+otOe5ch3GCzOduomccEER pg3B1AiNm78pBKg5/Xszm48fMmCwtgp9diHB/s5aKngOm1LCBrxgzY2o5vbHVUQfEmky XUoU1xOjYRUmyjOYtn7IrsXF3cDXMbsB7Hy7u7VJ2yEGEtSLMWs9c0+bFb4Hf/03tOId 2O/KVTHmDYkMACya7pRAtjhOlgUx2PC+N7GblHVqEuK3ISvpt1iPGzZJHoAbN6z6zhXM Gx+w== 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=vgTnE0PFJquXIVcyirKHXV5vaOl5iPcSI12d1KHV4qA=; b=UY8wDpkgxMGGDLmc3NdAk9NF/1l4g/JQEtQtQA/7kfHt1jc+EAkW6HxJw+7OFviLcQ UTcUngi64zZY+n6QmYYglAfN1qpFMMJHwGgLbhxkxIocx4ENvTFF9XkcZNVLUvCYiT5o pSOke3YkcYnr8dTM5kI8Tyh3oeg7rjHDF/v52tb6c90av4ow2iZRUCp0EtdRE13Gl0By lvHOhy0RjXGGpVKo5CUtT3OAxHdOfA+pXsbdiJAgBDa8WSX/ym70Mm5Lq+62nS3MpTU8 E6vOsnbeaF8SD2ZWlZZYJF/8hqgiQL3wQMw85ssKIurBs7PVUUaLnA3rNUWTVM0XbyHO sJHg== 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 u13si1753edb.0.2020.10.05.08.03.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 05 Oct 2020 08:03:37 -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 095F3YZ0020150 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 5 Oct 2020 17:03:36 +0200 Date: Mon, 5 Oct 2020 17:03:34 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH v5] Replace ISARROOT with more relevant variables Message-ID: <20201005150334.GB5019@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200922120908.27022-1-Vijaikumar_Kanagarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200922120908.27022-1-Vijaikumar_Kanagarajan@mentor.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED 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: c8//0XLy/vgU Hello Vijai Kumar, On Tue, Sep 22, 2020 at 05:39:08PM +0530, Vijai Kumar K wrote: > Changes in v5: > Fixed a bug introduced by me in the CI build script in last series. > CI build is successful now. > http://ci.isar-build.org:8080/job/isar_vkk_devel/82/ Thanks for looking at this. I had tried to fix that, but encountered issues and gave up after two steps. Applied to next. With kind regards, Baurzhan.