public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick \"Zero_Chaos\" Farina" <zerochaos@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] 2.X bugfixes
Date: Wed, 02 Apr 2014 16:32:52 -0400	[thread overview]
Message-ID: <533C73F4.8010601@gentoo.org> (raw)
In-Reply-To: <20140402131221.2a837883.dolsen@gentoo.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/02/2014 04:12 PM, Brian Dolbec wrote:
> On Sat, 22 Mar 2014 10:02:58 -0700
> Brian Dolbec <dolsen@gentoo.org> 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.
> 
a little behind but ACK.  Been testing this for a while now and seems fine.

- -Zero
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJTPHP0AAoJEKXdFCfdEflKpB0QAJSmxB+/9k5R9HnTONRFKMaz
lON78A2KwgBBoQBon8sL1PBxW+ClerGLIFOhMrUgv5rwmcjTU0TmRZaq4Xm1BJiR
9haMag95vlHZImPyiw5IA+cue3/Y2X/0VjpBvuR5tsHHD3mVzGydTdvCqeY23Kmc
hbT8/0NUOFV2u6NWi3lU6gW4xqXVGb5gaVdaQHq6nfuUA7JdWfI5ZvnbWQJ7MOIT
53RTlnSwKWsbQMDbq2XqjBO96c3O8o/3Lxv3TuGwuMkgu2ZVGvFeWGqktwp5GBuO
cA6zejOtZkqArumMrHg0x4Fqvns+PyZ7vx7RRU6Coxr35W6GJS2BD1GHrzAUHHLI
pXUk6LA4XLBMg5NrOMGDvfRbLlZbxUxVzY2T0Puv+cB+m4rxdCSc81PlyKsRuPvM
R2Iu+nMp1wEF4SeOA6h9qeKLVMOVnq/9sOtCeYiilrWgjW4/2dQlm2/TJ2E9gjg/
W5b7NzkezaiAfTvZpEZbkID/6k0Qai5+DAn0gTg81qPKHq1DdWc4+Sa7nVzB80wP
IdRIwumzwsHFM48jRq8o7GCZLrfjwyhz0x+BFaBqDUEv/7eUxHR0TistQH6CAgc4
EIV1q5tUt0SAoFuhV3J00Wn32P7kELn+KLnpHxZEK6k2+AVvcsP+olQhxh8zCUUc
yY+NV1Ne75r3xcKR0Ihg
=z7kO
-----END PGP SIGNATURE-----


      reply	other threads:[~2014-04-02 20:31 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-22 17:02 [gentoo-catalyst] 2.X bugfixes Brian Dolbec
2014-03-22 17:02 ` [gentoo-catalyst] [PATCH 01/17] livecdfs-update: No tmpfs on /lib/firmware Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 02/17] update-modules doesn't exists anymore Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 03/17] depscan.sh " Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 04/17] /etc/conf.d/rc " Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 05/17] Fix merging kernel without kerncache enabled Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 06/17] Rename System.map in a way that it won't be matched if multiple kernel are used Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 07/17] Allow kernelopts as a valid value for kernels Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 08/17] Make use of _kernelopts for hppa Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 09/17] Fix and improve kernel build when kerncache is enabled Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 10/17] Don't make cdtar mandatory Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 11/17] Use the system's iplboot to be sure it matches palo's version Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 12/17] Remove unused hppa cdtar Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 13/17] chmod +x all sh scripts so they can run from the git checkout Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 14/17] chmod +x targets/stage1/build.py Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 15/17] Add more working files, directories to .gitignore Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 16/17] Fix undefined variable: RLIMIT_NOFILE Brian Dolbec
2014-03-22 17:03 ` [gentoo-catalyst] [PATCH 17/17] Fix a relative path bug Brian Dolbec
2014-04-02 20:12 ` [gentoo-catalyst] 2.X bugfixes Brian Dolbec
2014-04-02 20:32   ` Rick "Zero_Chaos" Farina [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=533C73F4.8010601@gentoo.org \
    --to=zerochaos@gentoo.org \
    --cc=gentoo-catalyst@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox