Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Cc: zmedico@g.o, fuzzyray@g.o
Subject: Re: [gentoo-catalyst] patch, fix broken seed stage update
Date: Tue, 26 Feb 2013 16:37:16
Message-Id: 20130226163710.GA21604@odin.tremily.us
In Reply to: [gentoo-catalyst] patch, fix broken seed stage update by Brian Dolbec
1 On Tue, Feb 26, 2013 at 08:20:45AM -0800, Brian Dolbec wrote:
2 > The git branch is located at http://dev.gentoo.org/~dolsen/catalyst/
3 > git checkout the rewrite branch.
4
5 Did you forget to push?
6
7 $ git remote -v | grep dolsen
8 dolsen http://dev.gentoo.org/~dolsen/catalyst (fetch)
9 dolsen http://dev.gentoo.org/~dolsen/catalyst (push)
10 $ git fetch dolsen
11 $ git log --pretty=fuller dolsen/rewrite
12 commit 0fb26090a730f876993c13e23b6da3effdd5d1ed
13 Author: Brian Dolbec <dolsen@g.o>
14 AuthorDate: Thu Jan 24 21:09:05 2013 -0800
15 Commit: Brian Dolbec <dolsen@g.o>
16 CommitDate: Thu Jan 24 21:13:01 2013 -0800
17
18 add archdir to settings
19
20 > Next on my todo list, fix doc's creation, create a setup.py and make the
21 > code installable via ebuild.
22
23 For what it's worth, I'd rather see this polished up an merged into
24 master before you add more work on top, mostly because that would make
25 it easier for me to help out ;).
26
27 > I think also development should continue in a branch on the main
28 > catalyst repo on g.o.g.o. Possibly name it catalyst3b so it does not
29 > conflict with the catalyst3 branch started. I looked at rebasing my
30 > work on it, but decided against it. There were far too many changes in
31 > master since it was last updated.
32
33 Avoiding this is another reason to get fairly incremental portions of
34 your work merged back into master before they grow too unwieldy.
35
36 Cheers,
37 Trevor
38
39 --
40 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
41 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-catalyst] patch, fix broken seed stage update Brian Dolbec <dolsen@g.o>