RSS/Atom feed Twitter
Site is read-only, email is disabled

PyGegl website, show git instruction

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

PyGegl website, show git instruction Stuart Axon 16 May 19:36
  PyGegl website, show git instruction Martin Nordholts 16 May 19:38
   PyGegl website, show git instruction Martin Nordholts 16 May 19:40
    PyGegl website, show git instruction Stuart Axon 16 May 20:10
     PyGegl website, show git instruction Martin Nordholts 16 May 20:15
Stuart Axon
2010-05-16 19:36:37 UTC (over 14 years ago)

PyGegl website, show git instruction

To make things smoother, the website should show how to checkout with git:

git clone git://git.gnome.org/gegl

(Would've saved me 2 minutes, anything that creates less friction is good).

Martin Nordholts
2010-05-16 19:38:58 UTC (over 14 years ago)

PyGegl website, show git instruction

On 05/16/2010 07:36 PM, Stuart Axon wrote:

To make things smoother, the website should show how to checkout with git:

git clone git://git.gnome.org/gegl

(Would've saved me 2 minutes, anything that creates less friction is good).

Yes less friction is good, so a git format-patch against http://git.gnome.org/browse/gimp-web/ that does what you ask for would be nice ;)

/ Martin

Martin Nordholts
2010-05-16 19:40:38 UTC (over 14 years ago)

PyGegl website, show git instruction

On 05/16/2010 07:43 PM, Martin Nordholts wrote:

On 05/16/2010 07:36 PM, Stuart Axon wrote:

To make things smoother, the website should show how to checkout with git:

git clone git://git.gnome.org/gegl

(Would've saved me 2 minutes, anything that creates less friction is good).

Yes less friction is good, so a git format-patch against http://git.gnome.org/browse/gimp-web/ that does what you ask for would be nice ;)

Oh right this was GEGL, not GIMP. In that case the patch would be against http://git.gnome.org/browse/gegl/ which also contains the website

/ Martin

Stuart Axon
2010-05-16 20:10:30 UTC (over 14 years ago)

PyGegl website, show git instruction

From: Martin Nordholts

To: gegl-developer@lists.XCF.Berkeley.EDU Sent: Sun, May 16, 2010 6:45:16 PM
Subject: Re: [Gegl-developer] PyGegl website, show git instruction

On 05/16/2010 07:43 PM, Martin Nordholts wrote: On 05/16/2010 07:36 PM,
Stuart Axon wrote:

To make things smoother, the website should show

how to checkout with

git:

git clone

git://git.gnome.org/gegl

(Would've saved me

2 minutes, anything that creates less friction is

good).

Yes less friction is good, so a git format-patch against
http://git.gnome.org/browse/gimp-web/ that does what you ask for would
be nice ;)

Oh right this was GEGL, not GIMP. In that case

the patch would be

against http://git.gnome.org/browse/gegl/ which also

contains the website

/

Martin

docs/pygegl/index.html says it's generated from index-static.txt.in, and yet I can't find one for it, is that actually the case with this file ?

Martin Nordholts
2010-05-16 20:15:37 UTC (over 14 years ago)

PyGegl website, show git instruction

On 05/16/2010 08:10 PM, Stuart Axon wrote:

docs/pygegl/index.html says it's generated from index-static.txt.in, and yet I can't find one for it, is that actually the case with this file ?

Probably a copy-paste from docs/index.html, double check how things are built. Not everything you read is true, especially comments in source code...

/ Martin