From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Suggestion: disable offloading for texlive builds on hydra? Date: Wed, 29 Oct 2014 22:50:26 +0100 Message-ID: <20141029215026.GA22551@debian> References: <87ppdf1dwc.fsf@netris.org> <20141026074926.GA3937@intra> <877fzmncmf.fsf@gnu.org> <87a94irf0u.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjb8h-00021d-LZ for guix-devel@gnu.org; Wed, 29 Oct 2014 17:50:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjb8a-0001My-65 for guix-devel@gnu.org; Wed, 29 Oct 2014 17:50:47 -0400 Content-Disposition: inline In-Reply-To: <87a94irf0u.fsf@yeeloong.lan> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Sun, Oct 26, 2014 at 12:07:13PM -0400, Mark H Weaver wrote: > Hmm. It is indeed a hack, but maybe worth considering. When I think > about Guix users downloading over 3 GiB from our humble hydra quite > often just to have TeX, it makes me worry about our bandwidth > requirements. What do you mean by "just to have Tex"? This is definitely one of the most important pieces of software I am using. And having all of it including its documentation with one installation is a big gain over debian, where one must always be afraid of being on the train and missing this one crucial latex style file, or not being able to look up all the obscure options of algorithm2e.sty ;-) One option would be to have something like "texlive-small", containing only the binaries and a smallish subset of texmf-dist, excluding the documentation and most of the fonts. Users could then choose between the small and the full package. Andreas