Michał Górny wrote:
> > > the whole eclass is inside the " if [[ ! ${_GIT_R3} ]] " block.
> >
> > Rather than putting the whole eclass inside a block like that maybe
> > it's possible to test for that condition and "exit" early?
>
> exiting ebuild process in middle of inheritance chain is *not* a
Dnia 2013-09-10, o godz. 07:04:49
Peter Stuge napisał(a):
> Markos Chandras wrote:
> > the whole eclass is inside the " if [[ ! ${_GIT_R3} ]] " block.
>
> Rather than putting the whole eclass inside a block like that maybe
> it's possible to test for that condition and "exit" early?
Could you t
Markos Chandras wrote:
> the whole eclass is inside the " if [[ ! ${_GIT_R3} ]] " block.
Rather than putting the whole eclass inside a block like that maybe
it's possible to test for that condition and "exit" early?
//Peter
On Mon, Sep 02, 2013 at 01:33:19PM +0200, Micha?? Górny wrote
> Dnia 2013-09-01, o godz. 16:49:34
> William Hubbs napisa??(a):
>
> > Please don't. I also do not want escape sequences in log files.
>
> Ok, '--color' removed. However, I think we should work something out to
> get both parties sati
Dnia 2013-09-01, o godz. 16:49:34
William Hubbs napisał(a):
> On Sat, Aug 31, 2013 at 10:48:32PM +0200, Michał Górny wrote:
> > Dnia 2013-08-31, o godz. 11:26:30
> > Ulrich Mueller napisał(a):
> >
> > > > On Sat, 31 Aug 2013, Michał Górny wrote:
> > >
> > > > And time for a small update.
On Sat, Aug 31, 2013 at 10:48:32PM +0200, Michał Górny wrote:
> Dnia 2013-08-31, o godz. 11:26:30
> Ulrich Mueller napisał(a):
>
> > > On Sat, 31 Aug 2013, Michał Górny wrote:
> >
> > > And time for a small update.
> >
> > In git-r3_checkout:
> >
> > git --no-pager diff --colo
A few more changes.
1. Added EGIT_CHECKOUT_DIR to control the place where stuff is checked
out.
2. Moved the defaults from src_fetch() and src_unpack()
into git-r3_fetch() and git-r3_checkout(). This makes using them
easier, like:
git-r3_fetch http://repo1
git-r3_fetch http://repo
Dnia 2013-08-31, o godz. 11:26:30
Ulrich Mueller napisał(a):
> > On Sat, 31 Aug 2013, Michał Górny wrote:
>
> > And time for a small update.
>
> In git-r3_checkout:
>
> git --no-pager diff --color --stat \
> ${old_commit_id}..${new_commit_id}
>
> I'd rather om
> On Sat, 31 Aug 2013, Michał Górny wrote:
> And time for a small update.
In git-r3_checkout:
git --no-pager diff --color --stat \
${old_commit_id}..${new_commit_id}
I'd rather omit the --color option, otherwise log files will contain
escape sequences.
Also it
And time for a small update.
Dnia 2013-08-31, o godz. 01:37:44
Michał Górny napisał(a):
> 3. sys-fs/bedup's btrfs-progs submodule says the given commit id is
> 'not a valid branch point'. Need to investigate what this means.
>
> 4. 'git fetch --depth 1' seems to be refetching stuff even when n
Dnia 2013-08-31, o godz. 01:46:40
"Rick \"Zero_Chaos\" Farina" napisał(a):
> > 5. Safer default EGIT_DIR choice. EGIT_PROJECT removed.
> >
> > Since submodules are cloned as separate repositories as well, we can't
> > afford having EGIT_PROJECT to change the clone dir. Instead, the eclass
> > us
Dnia 2013-08-31, o godz. 06:55:01
"C. Bergström" napisał(a):
> Do you have any plans to add support for sparse checkout?
>
> Something like this
>
> |cd
> git clone -n
> cd
> git remote add –f
> git config core.sparsecheckout true
> echo // >> .git/info/sparse-checkout
> git checkout
Con
Dnia 2013-08-31, o godz. 01:17:26
Markos Chandras napisał(a):
> On 31 August 2013 00:37, Michał Górny wrote:
> > Hello, all.
> >
> > After a few days of thinking, discovering and working, here it is.
> > The first working draft of new git eclass codenamed 'git-r3'.
> >
> > First of all, the name
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 08/30/2013 07:37 PM, Michał Górny wrote:
> Hello, all.
>
> After a few days of thinking, discovering and working, here it is.
> The first working draft of new git eclass codenamed 'git-r3'.
>
> First of all, the name is not final. I'm open to idea
On 31 August 2013 00:37, Michał Górny wrote:
> Hello, all.
>
> After a few days of thinking, discovering and working, here it is.
> The first working draft of new git eclass codenamed 'git-r3'.
>
> First of all, the name is not final. I'm open to ideas. I'm open to
> naming it 'git-r1' to put it i
Do you have any plans to add support for sparse checkout?
Something like this
|cd
git clone -n
cd
git remote add –f
git config core.sparsecheckout true
echo // >> .git/info/sparse-checkout
git checkout
(Credit goes to :
http://stackoverflow.com/questions/15827117/git-sparse-checkout-for-
Hello, all.
After a few days of thinking, discovering and working, here it is.
The first working draft of new git eclass codenamed 'git-r3'.
First of all, the name is not final. I'm open to ideas. I'm open to
naming it 'git-r1' to put it in line with my other -r1 eclasses :).
I'd definitely like
17 matches
Mail list logo