From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4B1113881B for ; Tue, 22 Sep 2015 23:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B9EBE0885; Tue, 22 Sep 2015 23:19:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 596C6E0825 for ; Tue, 22 Sep 2015 23:19:12 +0000 (UTC) Received: from mail-ig0-f180.google.com (mail-ig0-f180.google.com [209.85.213.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 4A9E5340924 for ; Tue, 22 Sep 2015 23:19:11 +0000 (UTC) Received: by igcpb10 with SMTP id pb10so109501915igc.1 for ; Tue, 22 Sep 2015 16:19:09 -0700 (PDT) X-Received: by 10.50.64.146 with SMTP id o18mr20155198igs.81.1442963949079; Tue, 22 Sep 2015 16:19:09 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.20.85 with HTTP; Tue, 22 Sep 2015 16:18:49 -0700 (PDT) In-Reply-To: References: From: Mike Gilbert Date: Tue, 22 Sep 2015 19:18:49 -0400 Message-ID: Subject: Re: [gentoo-user] Re: portage 2.2.21: rsync_excludes no longer taken into account To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: aecdc249-52f1-4e32-9d99-9527b3f7c989 X-Archives-Hash: 52138d0f29c63a8289804ca003e9e893 On Tue, Sep 22, 2015 at 3:31 PM, Holger Hoffst=C3=A4tte wrote: > On Tue, 22 Sep 2015 13:38:20 -0400, Mike Gilbert wrote: > >> On Tue, Sep 22, 2015 at 12:28 PM, Holger Hoffst=C3=A4tte >> wrote: >>> >>> After today's update to ~portage-2.2.21 rsync gives more more than I >>> asked for on repo update; it seems rsync_excludes is no longer read >>> or observed. >>> >>> It's specified in PORTAGE_RSYNC_EXTRA_OPTS and of course the file >>> with the exclusions exists etc. This has worked for aeons. >>> >>> Does anybody know what's up here? The release notes don't mention >>> anything related (or I missed it). >> >> rsync has no option called rsync_excludes. Exactly what options are >> you specifying in PORTAGE_RSYNC_EXTRA_OPTS? > > No, it hasn't - I understand that. I understand rsync better than I > want to, trust me.. :) > > $grep RSYNC /etc/portage/make.conf > PORTAGE_RSYNC_EXTRA_OPTS=3D"--compress --exclude-from=3D/etc/portage/rsyn= c_excludes" > > This is the way documented on the Gentoo wiki, and broke today (with .21)= . > Hence I was thinking that maybe this now needs to go into the repos.conf > config or got broken some other way. Just figured I ask before filing an > unnecessary bug. I was going to try and reproduce it, but if you are certain it happened as a result of upgrading portage just go ahead and file the bug.