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 54D9D1387FD for ; Wed, 2 Apr 2014 20:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDB8E0E3E; Wed, 2 Apr 2014 20:12:46 +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 B79F4E0E3E for ; Wed, 2 Apr 2014 20:12:45 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 8B42133F5A9 for ; Wed, 2 Apr 2014 20:12:44 +0000 (UTC) Date: Wed, 2 Apr 2014 13:12:21 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] 2.X bugfixes Message-ID: <20140402131221.2a837883.dolsen@gentoo.org> In-Reply-To: <1395507795-13754-1-git-send-email-dolsen@gentoo.org> References: <1395507795-13754-1-git-send-email-dolsen@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: dea3cab6-08b1-41c1-9d3e-a33c43fe2a5f X-Archives-Hash: 9f4e9043cd29d240b61029f81aa5622b On Sat, 22 Mar 2014 10:02:58 -0700 Brian Dolbec wrote: > Due to the firmware bug fixed by the first patch in this series which > needs to be released and used for production of install media. I took > the opportunity To add all the other bug fixes from the pending and > 3.0 branches. This includes a few convenience commits like the 2 > chmod ones. I would like to push these to the main repo and make a > release. > > They are currently available for testing in my github account. > > git remote add dolsen-github git@github.com:dol-sen/catalyst.git > git fetch dolsen-github > git checkout dolsen-github/2.X > > [PATCH 01/17] livecdfs-update: No tmpfs on /lib/firmware > [PATCH 02/17] update-modules doesn't exists anymore. > [PATCH 03/17] depscan.sh doesn't exists anymore. > [PATCH 04/17] /etc/conf.d/rc doesn't exists anymore. > [PATCH 05/17] Fix merging kernel without kerncache enabled. > [PATCH 06/17] Rename System.map in a way that it won't be matched if > [PATCH 07/17] Allow kernelopts as a valid value for kernels. > [PATCH 08/17] Make use of _kernelopts for hppa. > [PATCH 09/17] Fix and improve kernel build when kerncache is enabled. > [PATCH 10/17] Don't make cdtar mandatory. > [PATCH 11/17] Use the system's iplboot to be sure it matches palo's > [PATCH 12/17] Remove unused hppa cdtar. > [PATCH 13/17] chmod +x all sh scripts so they can run from the git > [PATCH 14/17] chmod +x targets/stage1/build.py > [PATCH 15/17] Add more working files, directories to .gitignore > [PATCH 16/17] Fix undefined variable: RLIMIT_NOFILE > [PATCH 17/17] Fix a relative path bug > These have been pushed to the 2.X branch. -- Brian Dolbec