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 DE2ED13881B for ; Tue, 22 Sep 2015 19:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0536F21C03D; Tue, 22 Sep 2015 19:32:15 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89C0121C03D for ; Tue, 22 Sep 2015 19:32:12 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZeTIP-0001yM-Bh for gentoo-user@lists.gentoo.org; Tue, 22 Sep 2015 21:32:09 +0200 Received: from p4ff58f87.dip0.t-ipconnect.de ([79.245.143.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2015 21:32:09 +0200 Received: from holger.hoffstaette by p4ff58f87.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Sep 2015 21:32:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Holger =?iso-8859-1?q?Hoffst=E4tte?= Subject: [gentoo-user] Re: portage 2.2.21: rsync_excludes no longer taken into account Date: Tue, 22 Sep 2015 19:31:58 +0000 (UTC) Message-ID: References: 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p4ff58f87.dip0.t-ipconnect.de User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-Archives-Salt: 05e626f8-cb8a-4da2-b6e2-f576003a3180 X-Archives-Hash: 75c90b193bffcece129afabec0ef5d3a On Tue, 22 Sep 2015 13:38:20 -0400, Mike Gilbert wrote: > On Tue, Sep 22, 2015 at 12:28 PM, Holger Hoffstätte > 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="--compress --exclude-from=/etc/portage/rsync_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. thanks -h