From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6729358150130991104 X-Received: by 2002:a19:2d19:: with SMTP id k25mr15884786lfj.76.1569941025140; Tue, 01 Oct 2019 07:43:45 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:651a:: with SMTP id z26ls2065549ljb.2.gmail; Tue, 01 Oct 2019 07:43:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqysbKCbgChtMb+IJ5WL7t9lVp89ZvjTaNuBC9tuxVQ6gVZ8ENu57fSLxOHZiNNsKJsmhw8G X-Received: by 2002:a2e:7d19:: with SMTP id y25mr16460134ljc.177.1569941024542; Tue, 01 Oct 2019 07:43:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569941024; cv=none; d=google.com; s=arc-20160816; b=hw066Ga3ZU+kLp2mcgPjDN47iKL8RaA3m5w10chUZCcXupKOO8eRAGvj/QgJEtniVN DCZh3249Lnz/hE1g4i7MgRDUeK6clQ2w737So1BDaVK6HLVGDEEycekphfUUzxFLZXFh Yr3T+NFXiHHerRrGoBpj2wDjNB16gHuYP9UsCW1NQs7yElyslQrog9XBg7gzENYOwFOW kaOTLfRom3V0u9YNyvhDqYm1a+j9E3Nm/fLrc9xHFYrgwam1bz8YtbvClyiFSG2cdnSV +wumiQj3/3vwAOc99DpP3OEDLfFQjAQvD7vsLix4hPlbG3sKmPIxXZ1myCcmh+Uz4e8C LGRg== 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=BQIqA2eVWLtab64fcG5UMgAWPSZfp+r9lZ7H80AGk64=; b=j/tG6zatdYoMQjYv3IHkTdCFqPSK6RfcjxoWpAntKXRzP3xkCH1UjUYtYY/vEd+2Cd FRS9kJqQ/uZ6twkL31NT0wS3DwoAJHLOVX83hzJ9Gyur6P1+vP1j+pNxnwjCivx/9Kj0 5Kc8bdsYPOzNa22uQYmLbsOBRz6vFFFSzFc6oDLHcVB02HXfgmTLv7ePhYN2aJS1jXSh JsHf6SnpmZ/3jiKQz0vJUT+D72Ku9s4M2F1dokVow+mo9dk++0Qx6rdmrcX1ml9ygnkZ lbjKttdQuwkU1exACwJaUe/bctj65R0bpZxWEkZAS8dJSDe3qzeMnAQozf2nmRLuo/3r 28Kw== 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 y6si941129lji.0.2019.10.01.07.43.44 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Oct 2019 07:43:44 -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 x91Ehfuo011871 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 1 Oct 2019 16:43:43 +0200 Date: Tue, 1 Oct 2019 16:43:41 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH 00/26] Tons of fixes and cleanups Message-ID: <20191001144341.zsjl4lchtxnoz3fl@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: vKQ8IgVrjQ0+ On Mon, Aug 26, 2019 at 08:26:01AM +0200, Jan Kiszka wrote: > Highlights: > - fixed custom DISTRO_BOOTSTRAP_KEYS > - fixed shared lock across dpkg_runbuild (nasty stuff...) > - reworked STAMPing > - fixed follow-up errors on build terminations (error or ctrl-c) > - fixed two false sharings > - detection of false task sharing > - stop mangling PF > - no more tasks beyond do_build > - fixed isar-bootstrap rebuild > - deploy logs on gitlab-ci errors Applied to next, thanks. With kind regards, Baurzhan.