Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-24 Thread Tom Hacohen
On 23/03/14 21:18, Carsten Haitzler (The Rasterman) wrote:
 On Sun, 23 Mar 2014 16:42:14 + Tom Hacohen t...@stosb.com said:

 Carsten: As beber suggested, you could use his script that uses the actual
 usernames from the gitolite logs, which should be more robust.

 as i said - next time i will. :)


Yeah, just saw your reply, missed it before. Damn Gmail and how badly it 
sucks.

--
Tom.



--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-23 Thread Tom Hacohen
Carsten: As beber suggested, you could use his script that uses the actual
usernames from the gitolite logs, which should be more robust.


On Sat, Mar 22, 2014 at 1:00 PM, Carsten Haitzler ras...@rasterman.comwrote:

 On Sat, 22 Mar 2014 13:37:51 +0100 Thanatermesis 
 thanatermesis.e...@gmail.com
 said:

  Some commits that I can remember in my broken memory:

 done. restored. they were not under the email you have in info.txt. you may
 want to update info.txt :)

  ~/t/m/s/w/*terminology* git:master   git log --author=Thanatermesis
 --all
  commit 4641ad1a0519138ff53b99d1c706c658680c17c3
  Author: Thanatermesis thanaterme...@gmail.com
  *Date:   Mon Feb 3 17:11:38 2014 +0100*
 
  improved manpage in formatting and a small bugfix
 
   - The example code for the escape terminology command was rendered
 incorrectly in the manpage, this is now fixed
   - the formating was wrong rendered viewing with man, having too much
 newlines that broke the structure, this is better aligned now
 
 
  ~/t/m/s/w/*expedite* git:master   git log --author=Thanatermesis --all
  commit a5e6af917af52877b378090811cf836c16d0bfbb
  Author: Thanatermesis thanaterme...@gmail.com
  *Date:   Mon Dec 2 17:12:30 2013 +0100*
 
  document the -y option in the default help output
 
 
 
 
 
  2014-03-22 11:29 GMT+01:00 Carsten Haitzler ras...@rasterman.com:
 
   On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings m...@eterm.org
 said:
  
On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler 
 ras...@rasterman.com
wrote:
   
 I am still working on libast and Eterm as I have time and would
 prefer
 my access be kept intact.

 you are? i see no commits in 6 months... ?
   
Yes, I am.  I don't recall when my last commits were, though I know
they were on a branch and done from a different e-mail address.  I
have 2 projects going, one that makes use of the libast/Eterm stuff,
and one that doesn't.  I've been focusing on the latter for awhile
 but
will go back to the first one when the latter settles down.
   
And, as I said, I have an Eterm patch waiting to go in.
  
   ok - back.
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
  
  
 --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
 their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-23 Thread Bertrand Jacquin
D'ar gwener 21 a viz Meurzh 2014 e 09 eur 47, « Carsten Haitzler » he deus 
skrivet :
 On Wed, 19 Mar 2014 16:42:47 +0100 Bertrand Jacquin be...@meleeweb.net said:
 
 i'll use that next time. i've dumped it into a script in $HOME there on
 git.e.org :)

I made a few changes to that script to only report write access
(git-receive-pack), and to also look in compressed logs. There were in
issue do subshell do making the script to not work:

getent passwd |
   awk 'BEGIN { FS=: }
 {
   if ($3  1000  $3    $7 != /sbin/nologin) {
 print $1
   }
 }' |
   while read ; do
 {
   xzcat /var/log/gitolite/gitolite-*.log.xz
   cat /var/log/gitolite/gitolite-*.log
 } |
 awk -v REPLY=${REPLY} 'BEGIN { LAST=never }
   {
 if ($2 == REPLY  $4 == git-receive-pack) {
   LAST=$1
 }
   }

   END { print REPLY,LAST }'
done

-- 
Beber

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-23 Thread The Rasterman
On Sun, 23 Mar 2014 18:09:56 +0100 Bertrand Jacquin be...@meleeweb.net said:

 D'ar gwener 21 a viz Meurzh 2014 e 09 eur 47, « Carsten Haitzler » he deus
 skrivet :
  On Wed, 19 Mar 2014 16:42:47 +0100 Bertrand Jacquin be...@meleeweb.net
  said:
  
  i'll use that next time. i've dumped it into a script in $HOME there on
  git.e.org :)
 
 I made a few changes to that script to only report write access
 (git-receive-pack), and to also look in compressed logs. There were in
 issue do subshell do making the script to not work:

also stored... but man this one is nice and slow. :)

 getent passwd |
awk 'BEGIN { FS=: }
  {
if ($3  1000  $3    $7 != /sbin/nologin) {
  print $1
}
  }' |
while read ; do
  {
xzcat /var/log/gitolite/gitolite-*.log.xz
cat /var/log/gitolite/gitolite-*.log
  } |
  awk -v REPLY=${REPLY} 'BEGIN { LAST=never }
{
  if ($2 == REPLY  $4 == git-receive-pack) {
LAST=$1
  }
}
 
END { print REPLY,LAST }'
 done
 
 -- 
 Beber
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-23 Thread The Rasterman
On Sun, 23 Mar 2014 16:42:14 + Tom Hacohen t...@stosb.com said:

 Carsten: As beber suggested, you could use his script that uses the actual
 usernames from the gitolite logs, which should be more robust.

as i said - next time i will. :)

 On Sat, Mar 22, 2014 at 1:00 PM, Carsten Haitzler ras...@rasterman.comwrote:
 
  On Sat, 22 Mar 2014 13:37:51 +0100 Thanatermesis 
  thanatermesis.e...@gmail.com
  said:
 
   Some commits that I can remember in my broken memory:
 
  done. restored. they were not under the email you have in info.txt. you may
  want to update info.txt :)
 
   ~/t/m/s/w/*terminology* git:master   git log --author=Thanatermesis
  --all
   commit 4641ad1a0519138ff53b99d1c706c658680c17c3
   Author: Thanatermesis thanaterme...@gmail.com
   *Date:   Mon Feb 3 17:11:38 2014 +0100*
  
   improved manpage in formatting and a small bugfix
  
- The example code for the escape terminology command was rendered
  incorrectly in the manpage, this is now fixed
- the formating was wrong rendered viewing with man, having too much
  newlines that broke the structure, this is better aligned now
  
  
   ~/t/m/s/w/*expedite* git:master   git log --author=Thanatermesis --all
   commit a5e6af917af52877b378090811cf836c16d0bfbb
   Author: Thanatermesis thanaterme...@gmail.com
   *Date:   Mon Dec 2 17:12:30 2013 +0100*
  
   document the -y option in the default help output
  
  
  
  
  
   2014-03-22 11:29 GMT+01:00 Carsten Haitzler ras...@rasterman.com:
  
On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings m...@eterm.org
  said:
   
 On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler 
  ras...@rasterman.com
 wrote:

  I am still working on libast and Eterm as I have time and would
  prefer
  my access be kept intact.
 
  you are? i see no commits in 6 months... ?

 Yes, I am.  I don't recall when my last commits were, though I know
 they were on a branch and done from a different e-mail address.  I
 have 2 projects going, one that makes use of the libast/Eterm stuff,
 and one that doesn't.  I've been focusing on the latter for awhile
  but
 will go back to the first one when the latter settles down.

 And, as I said, I have an Eterm patch waiting to go in.
   
ok - back.
   
--
- Codito, ergo sum - I code, therefore I am
  --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
   
   
   
   
  --
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and
  their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- 

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread Michael Jennings
On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler ras...@rasterman.com wrote:

 I am still working on libast and Eterm as I have time and would prefer
 my access be kept intact.

 you are? i see no commits in 6 months... ?

Yes, I am.  I don't recall when my last commits were, though I know
they were on a branch and done from a different e-mail address.  I
have 2 projects going, one that makes use of the libast/Eterm stuff,
and one that doesn't.  I've been focusing on the latter for awhile but
will go back to the first one when the latter settles down.

And, as I said, I have an Eterm patch waiting to go in.

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  m...@eterm.org
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread The Rasterman
On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings m...@eterm.org said:

 On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler ras...@rasterman.com
 wrote:
 
  I am still working on libast and Eterm as I have time and would prefer
  my access be kept intact.
 
  you are? i see no commits in 6 months... ?
 
 Yes, I am.  I don't recall when my last commits were, though I know
 they were on a branch and done from a different e-mail address.  I
 have 2 projects going, one that makes use of the libast/Eterm stuff,
 and one that doesn't.  I've been focusing on the latter for awhile but
 will go back to the first one when the latter settles down.
 
 And, as I said, I have an Eterm patch waiting to go in.

ok - back.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread Thanatermesis
Some commits that I can remember in my broken memory:

~/t/m/s/w/*terminology* git:master   git log --author=Thanatermesis --all
commit 4641ad1a0519138ff53b99d1c706c658680c17c3
Author: Thanatermesis thanaterme...@gmail.com
*Date:   Mon Feb 3 17:11:38 2014 +0100*

improved manpage in formatting and a small bugfix

 - The example code for the escape terminology command was rendered
   incorrectly in the manpage, this is now fixed
 - the formating was wrong rendered viewing with man, having too much
   newlines that broke the structure, this is better aligned now


~/t/m/s/w/*expedite* git:master   git log --author=Thanatermesis --all
commit a5e6af917af52877b378090811cf836c16d0bfbb
Author: Thanatermesis thanaterme...@gmail.com
*Date:   Mon Dec 2 17:12:30 2013 +0100*

document the -y option in the default help output





2014-03-22 11:29 GMT+01:00 Carsten Haitzler ras...@rasterman.com:

 On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings m...@eterm.org said:

  On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler ras...@rasterman.com
  wrote:
 
   I am still working on libast and Eterm as I have time and would prefer
   my access be kept intact.
  
   you are? i see no commits in 6 months... ?
 
  Yes, I am.  I don't recall when my last commits were, though I know
  they were on a branch and done from a different e-mail address.  I
  have 2 projects going, one that makes use of the libast/Eterm stuff,
  and one that doesn't.  I've been focusing on the latter for awhile but
  will go back to the first one when the latter settles down.
 
  And, as I said, I have an Eterm patch waiting to go in.

 ok - back.

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-22 Thread The Rasterman
On Sat, 22 Mar 2014 13:37:51 +0100 Thanatermesis thanatermesis.e...@gmail.com
said:

 Some commits that I can remember in my broken memory:

done. restored. they were not under the email you have in info.txt. you may
want to update info.txt :)

 ~/t/m/s/w/*terminology* git:master   git log --author=Thanatermesis --all
 commit 4641ad1a0519138ff53b99d1c706c658680c17c3
 Author: Thanatermesis thanaterme...@gmail.com
 *Date:   Mon Feb 3 17:11:38 2014 +0100*
 
 improved manpage in formatting and a small bugfix
 
  - The example code for the escape terminology command was rendered
incorrectly in the manpage, this is now fixed
  - the formating was wrong rendered viewing with man, having too much
newlines that broke the structure, this is better aligned now
 
 
 ~/t/m/s/w/*expedite* git:master   git log --author=Thanatermesis --all
 commit a5e6af917af52877b378090811cf836c16d0bfbb
 Author: Thanatermesis thanaterme...@gmail.com
 *Date:   Mon Dec 2 17:12:30 2013 +0100*
 
 document the -y option in the default help output
 
 
 
 
 
 2014-03-22 11:29 GMT+01:00 Carsten Haitzler ras...@rasterman.com:
 
  On Sat, 22 Mar 2014 00:44:27 -0700 Michael Jennings m...@eterm.org said:
 
   On Fri, Mar 21, 2014 at 6:44 PM, Carsten Haitzler ras...@rasterman.com
   wrote:
  
I am still working on libast and Eterm as I have time and would prefer
my access be kept intact.
   
you are? i see no commits in 6 months... ?
  
   Yes, I am.  I don't recall when my last commits were, though I know
   they were on a branch and done from a different e-mail address.  I
   have 2 projects going, one that makes use of the libast/Eterm stuff,
   and one that doesn't.  I've been focusing on the latter for awhile but
   will go back to the first one when the latter settles down.
  
   And, as I said, I have an Eterm patch waiting to go in.
 
  ok - back.
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread The Rasterman
On Wed, 19 Mar 2014 16:42:47 +0100 Bertrand Jacquin be...@meleeweb.net said:

i'll use that next time. i've dumped it into a script in $HOME there on
git.e.org :)

 getent passwd |
awk 'BEGIN { FS=: }
  {
if ($3  1000  $3    $7 != /sbin/nologin) {
  print $1
}
  }' |
while read ; do
  awk -v REPLY=${REPLY} '{
if ($2 == REPLY) {
  print $1
}
  }' /var/log/gitolite/gitolite-*.log |
  tail -n 1 |
  read LAST
 
  echo ${REPLY} ${LAST:-never}
done

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread The Rasterman
On Wed, 19 Mar 2014 23:09:17 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com said:

ok. purge complete.

MUHAHAHAHHAAHAH!

 this is pretty simple. i made a list of everyone who has not committed to any
 git repository we have for the past 6 months. slight problem is that people
 don't keep their email addresses up to date in info.txt vs their git author
 email, so i've had to manually check almost everyone. (i made a script to help
 automate this but it was getting stuff wrong)...
 
 SO here is the list. if your user id/login is on it and you think it should be
 taken off... SAY SO. if you don't say something soon... you'll get moved to
 our inactive dev pool and commit access will be removed.
 
 so RESPOND ASAP if you want yourself off this list!
 
 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang
 pespin
 playya
 princeamd
 rakuco
 raoul
 rfonseca
 rui
 shorne
 thanatermesis
 tiago
 urandom
 watchwolf
 xhell
 
 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Pau Espin Pedrol
Hi,

It's been a while since I last worked on eflvala. I'm not currently doing
any related stuff because I have no free time these days. It's ok for me to
ve moved to the inactive group for now. I may continue work with them at
some point though, I'll let you know once I have something to push :)

Pau Espin Pedrol
mail/jabber: pespin.s...@gmail.com
http://blog.espeweb.net


2014-03-21 9:47 GMT+01:00 Carsten Haitzler ras...@rasterman.com:

 On Wed, 19 Mar 2014 16:42:47 +0100 Bertrand Jacquin be...@meleeweb.net
 said:

 i'll use that next time. i've dumped it into a script in $HOME there on
 git.e.org :)

  getent passwd |
 awk 'BEGIN { FS=: }
   {
 if ($3  1000  $3    $7 != /sbin/nologin) {
   print $1
 }
   }' |
 while read ; do
   awk -v REPLY=${REPLY} '{
 if ($2 == REPLY) {
   print $1
 }
   }' /var/log/gitolite/gitolite-*.log |
   tail -n 1 |
   read LAST
 
   echo ${REPLY} ${LAST:-never}
 done

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Thanatermesis
Ouch, I didn't read continuously this ML so I was not noticed about this
step until my git pull failed

Can somebody put me back to active me and princeamd also?

Thanks


2014-03-21 11:34 GMT+01:00 Pau Espin Pedrol pespin.s...@gmail.com:

 Hi,

 It's been a while since I last worked on eflvala. I'm not currently doing
 any related stuff because I have no free time these days. It's ok for me to
 ve moved to the inactive group for now. I may continue work with them at
 some point though, I'll let you know once I have something to push :)

 Pau Espin Pedrol
 mail/jabber: pespin.s...@gmail.com
 http://blog.espeweb.net


 2014-03-21 9:47 GMT+01:00 Carsten Haitzler ras...@rasterman.com:

  On Wed, 19 Mar 2014 16:42:47 +0100 Bertrand Jacquin be...@meleeweb.net
  said:
 
  i'll use that next time. i've dumped it into a script in $HOME there on
  git.e.org :)
 
   getent passwd |
  awk 'BEGIN { FS=: }
{
  if ($3  1000  $3    $7 != /sbin/nologin) {
print $1
  }
}' |
  while read ; do
awk -v REPLY=${REPLY} '{
  if ($2 == REPLY) {
print $1
  }
}' /var/log/gitolite/gitolite-*.log |
tail -n 1 |
read LAST
  
echo ${REPLY} ${LAST:-never}
  done
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Lucas De Marchi
On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
thanatermesis.e...@gmail.com wrote:
 Ouch, I didn't read continuously this ML so I was not noticed about this
 step until my git pull failed

 Can somebody put me back to active me and princeamd also?

You don't really need commit access if you are not going to *push*
stuff.  To pull things you can just rename your remote. E.g
git://git.enlightenment.org/core/enlightenment.git instead of
git+ssh://git.enlightenment.org/core/enlightenment.git

Of course... if you intend to contribute stuff soon, then it's ok to
recover access.


Lucas De Marchi

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Thanatermesis
princeamd contribute actively specially backporting fixes to e17 (actually
he's busy with other tasks) as you can see in the history, im also a
contributor but not very active since i have thousands of other things to
do, I created that commit access in the past for fast-fixes and typos,
where if im compiling or testing something i could fastly do a commit
without the pain to contact (and wait) somebody, I also plan to contribute
more in the future when time can allow me to do it




2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:

 On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
 thanatermesis.e...@gmail.com wrote:
  Ouch, I didn't read continuously this ML so I was not noticed about this
  step until my git pull failed
 
  Can somebody put me back to active me and princeamd also?

 You don't really need commit access if you are not going to *push*
 stuff.  To pull things you can just rename your remote. E.g
 git://git.enlightenment.org/core/enlightenment.git instead of
 git+ssh://git.enlightenment.org/core/enlightenment.git

 Of course... if you intend to contribute stuff soon, then it's ok to
 recover access.


 Lucas De Marchi


 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Deon Thomas
princeamd!, save me


On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis thanatermesis.e...@gmail.com
 wrote:

 princeamd contribute actively specially backporting fixes to e17 (actually
 he's busy with other tasks) as you can see in the history, im also a
 contributor but not very active since i have thousands of other things to
 do, I created that commit access in the past for fast-fixes and typos,
 where if im compiling or testing something i could fastly do a commit
 without the pain to contact (and wait) somebody, I also plan to contribute
 more in the future when time can allow me to do it




 2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:

  On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
  thanatermesis.e...@gmail.com wrote:
   Ouch, I didn't read continuously this ML so I was not noticed about
 this
   step until my git pull failed
  
   Can somebody put me back to active me and princeamd also?
 
  You don't really need commit access if you are not going to *push*
  stuff.  To pull things you can just rename your remote. E.g
  git://git.enlightenment.org/core/enlightenment.git instead of
  git+ssh://git.enlightenment.org/core/enlightenment.git
 
  Of course... if you intend to contribute stuff soon, then it's ok to
  recover access.
 
 
  Lucas De Marchi
 
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Deon Thomas
my last commit was February so I should not be on this list ;)


On Fri, Mar 21, 2014 at 8:41 AM, Deon Thomas princeamd.el...@gmail.comwrote:

 princeamd!, save me


 On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis 
 thanatermesis.e...@gmail.com wrote:

 princeamd contribute actively specially backporting fixes to e17 (actually
 he's busy with other tasks) as you can see in the history, im also a
 contributor but not very active since i have thousands of other things to
 do, I created that commit access in the past for fast-fixes and typos,
 where if im compiling or testing something i could fastly do a commit
 without the pain to contact (and wait) somebody, I also plan to contribute
 more in the future when time can allow me to do it




 2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:

  On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
  thanatermesis.e...@gmail.com wrote:
   Ouch, I didn't read continuously this ML so I was not noticed about
 this
   step until my git pull failed
  
   Can somebody put me back to active me and princeamd also?
 
  You don't really need commit access if you are not going to *push*
  stuff.  To pull things you can just rename your remote. E.g
  git://git.enlightenment.org/core/enlightenment.git instead of
  git+ssh://git.enlightenment.org/core/enlightenment.git
 
  Of course... if you intend to contribute stuff soon, then it's ok to
  recover access.
 
 
  Lucas De Marchi
 
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Thanatermesis
btw could be nice if next time the +W access is disabled instead of
directly disable everything, so this caused that all my repos  build
system to not work, so im kinda blocked right now until i have the access
back


2014-03-21 13:42 GMT+01:00 Deon Thomas princeamd.el...@gmail.com:

 my last commit was February so I should not be on this list ;)


 On Fri, Mar 21, 2014 at 8:41 AM, Deon Thomas princeamd.el...@gmail.com
 wrote:

  princeamd!, save me
 
 
  On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis 
  thanatermesis.e...@gmail.com wrote:
 
  princeamd contribute actively specially backporting fixes to e17
 (actually
  he's busy with other tasks) as you can see in the history, im also a
  contributor but not very active since i have thousands of other things
 to
  do, I created that commit access in the past for fast-fixes and typos,
  where if im compiling or testing something i could fastly do a commit
  without the pain to contact (and wait) somebody, I also plan to
 contribute
  more in the future when time can allow me to do it
 
 
 
 
  2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:
 
   On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
   thanatermesis.e...@gmail.com wrote:
Ouch, I didn't read continuously this ML so I was not noticed about
  this
step until my git pull failed
   
Can somebody put me back to active me and princeamd also?
  
   You don't really need commit access if you are not going to *push*
   stuff.  To pull things you can just rename your remote. E.g
   git://git.enlightenment.org/core/enlightenment.git instead of
   git+ssh://git.enlightenment.org/core/enlightenment.git
  
   Of course... if you intend to contribute stuff soon, then it's ok to
   recover access.
  
  
   Lucas De Marchi
  
  
  
 
 --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Michael Blumenkrantz
If you plan to contribute in the future, you can request access then. We
don't need to give out commit access so people can clone/pull repositories.


On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis thanatermesis.e...@gmail.com
 wrote:

 princeamd contribute actively specially backporting fixes to e17 (actually
 he's busy with other tasks) as you can see in the history, im also a
 contributor but not very active since i have thousands of other things to
 do, I created that commit access in the past for fast-fixes and typos,
 where if im compiling or testing something i could fastly do a commit
 without the pain to contact (and wait) somebody, I also plan to contribute
 more in the future when time can allow me to do it




 2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:

  On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
  thanatermesis.e...@gmail.com wrote:
   Ouch, I didn't read continuously this ML so I was not noticed about
 this
   step until my git pull failed
  
   Can somebody put me back to active me and princeamd also?
 
  You don't really need commit access if you are not going to *push*
  stuff.  To pull things you can just rename your remote. E.g
  git://git.enlightenment.org/core/enlightenment.git instead of
  git+ssh://git.enlightenment.org/core/enlightenment.git
 
  Of course... if you intend to contribute stuff soon, then it's ok to
  recover access.
 
 
  Lucas De Marchi
 
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread Michael Jennings
I am still working on libast and Eterm as I have time and would prefer
my access be kept intact.

Michael


On Wed, Mar 19, 2014 at 7:09 AM, Carsten Haitzler ras...@rasterman.com wrote:
 this is pretty simple. i made a list of everyone who has not committed to any
 git repository we have for the past 6 months. slight problem is that people
 don't keep their email addresses up to date in info.txt vs their git author
 email, so i've had to manually check almost everyone. (i made a script to help
 automate this but it was getting stuff wrong)...

 SO here is the list. if your user id/login is on it and you think it should be
 taken off... SAY SO. if you don't say something soon... you'll get moved to 
 our
 inactive dev pool and commit access will be removed.

 so RESPOND ASAP if you want yourself off this list!

 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang
 pespin
 playya
 princeamd
 rakuco
 raoul
 rfonseca
 rui
 shorne
 thanatermesis
 tiago
 urandom
 watchwolf
 xhell

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  m...@eterm.org
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread The Rasterman
On Wed, 19 Mar 2014 09:50:06 -0700 Michael Jennings m...@eterm.org said:

 I am still working on libast and Eterm as I have time and would prefer
 my access be kept intact.

you are? i see no commits in 6 months... ?

 Michael
 
 
 On Wed, Mar 19, 2014 at 7:09 AM, Carsten Haitzler ras...@rasterman.com
 wrote:
  this is pretty simple. i made a list of everyone who has not committed to
  any git repository we have for the past 6 months. slight problem is that
  people don't keep their email addresses up to date in info.txt vs their git
  author email, so i've had to manually check almost everyone. (i made a
  script to help automate this but it was getting stuff wrong)...
 
  SO here is the list. if your user id/login is on it and you think it should
  be taken off... SAY SO. if you don't say something soon... you'll get moved
  to our inactive dev pool and commit access will be removed.
 
  so RESPOND ASAP if you want yourself off this list!
 
  acidx
  andreas
  aron
  bdilly
  ceolin
  dorileo
  dresb
  etrunko
  fidencio
  gastal
  gouache
  hyoyoung
  illogict
  inc
  jeffdameth
  jypark
  kakaroto
  kiwi
  mej
  mello
  mickeyl
  mike_m
  monkeyiq
  nash
  onefang
  pespin
  playya
  princeamd
  rakuco
  raoul
  rfonseca
  rui
  shorne
  thanatermesis
  tiago
  urandom
  watchwolf
  xhell
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 -- 
 Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  m...@eterm.org
 Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread The Rasterman
On Fri, 21 Mar 2014 08:42:28 -0400 Deon Thomas princeamd.el...@gmail.com said:

 my last commit was February so I should not be on this list ;)

that's why i sent the mail - for people to go you missed me! :) i got some
responses. i git cloned every git repo we have and matched emails in info.txt
against logs. this missed branches unfortunately and if people had different
emails in info.txt vs git commits.

you're back now.

 On Fri, Mar 21, 2014 at 8:41 AM, Deon Thomas princeamd.el...@gmail.comwrote:
 
  princeamd!, save me
 
 
  On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis 
  thanatermesis.e...@gmail.com wrote:
 
  princeamd contribute actively specially backporting fixes to e17 (actually
  he's busy with other tasks) as you can see in the history, im also a
  contributor but not very active since i have thousands of other things to
  do, I created that commit access in the past for fast-fixes and typos,
  where if im compiling or testing something i could fastly do a commit
  without the pain to contact (and wait) somebody, I also plan to contribute
  more in the future when time can allow me to do it
 
 
 
 
  2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:
 
   On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
   thanatermesis.e...@gmail.com wrote:
Ouch, I didn't read continuously this ML so I was not noticed about
  this
step until my git pull failed
   
Can somebody put me back to active me and princeamd also?
  
   You don't really need commit access if you are not going to *push*
   stuff.  To pull things you can just rename your remote. E.g
   git://git.enlightenment.org/core/enlightenment.git instead of
   git+ssh://git.enlightenment.org/core/enlightenment.git
  
   Of course... if you intend to contribute stuff soon, then it's ok to
   recover access.
  
  
   Lucas De Marchi
  
  
  
  --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-21 Thread The Rasterman
On Fri, 21 Mar 2014 13:47:03 +0100 Thanatermesis thanatermesis.e...@gmail.com
said:

 btw could be nice if next time the +W access is disabled instead of
 directly disable everything, so this caused that all my repos  build
 system to not work, so im kinda blocked right now until i have the access
 back

it doesn't work like that. your dev access has ssh access and that means you
have an account that has an actual usable shell - you can ssh to
git.enlightenment.org and get a prompt. that is a known and accepted
courtesy that comes with commit access.

every person who has access and doesn't actively use it for the purpose it was
enabled (for WRITE access), is a security hole waiting to happen.

and that's why i sent the mail to give people an option to respond.

according to my git commit mails - no single commit from you since we started
with git in feb 2013. you can do everything you need via anon access if you
aren't committing. :)

 2014-03-21 13:42 GMT+01:00 Deon Thomas princeamd.el...@gmail.com:
 
  my last commit was February so I should not be on this list ;)
 
 
  On Fri, Mar 21, 2014 at 8:41 AM, Deon Thomas princeamd.el...@gmail.com
  wrote:
 
   princeamd!, save me
  
  
   On Fri, Mar 21, 2014 at 7:54 AM, Thanatermesis 
   thanatermesis.e...@gmail.com wrote:
  
   princeamd contribute actively specially backporting fixes to e17
  (actually
   he's busy with other tasks) as you can see in the history, im also a
   contributor but not very active since i have thousands of other things
  to
   do, I created that commit access in the past for fast-fixes and typos,
   where if im compiling or testing something i could fastly do a commit
   without the pain to contact (and wait) somebody, I also plan to
  contribute
   more in the future when time can allow me to do it
  
  
  
  
   2014-03-21 12:39 GMT+01:00 Lucas De Marchi lucas.de.mar...@gmail.com:
  
On Fri, Mar 21, 2014 at 8:02 AM, Thanatermesis
thanatermesis.e...@gmail.com wrote:
 Ouch, I didn't read continuously this ML so I was not noticed about
   this
 step until my git pull failed

 Can somebody put me back to active me and princeamd also?
   
You don't really need commit access if you are not going to *push*
stuff.  To pull things you can just rename your remote. E.g
git://git.enlightenment.org/core/enlightenment.git instead of
git+ssh://git.enlightenment.org/core/enlightenment.git
   
Of course... if you intend to contribute stuff soon, then it's ok to
recover access.
   
   
Lucas De Marchi
   
   
   
  
  --
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and
   their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
  --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  
  
 
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am 

Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-20 Thread The Rasterman
On Thu, 20 Mar 2014 10:05:17 +1000 David Seikel onef...@gmail.com said:

 On Wed, 19 Mar 2014 23:09:17 +0900 Carsten Haitzler (The Rasterman)
 ras...@rasterman.com wrote:
 
  this is pretty simple. i made a list of everyone who has not
  committed to any git repository we have for the past 6 months. slight
  problem is that people don't keep their email addresses up to date in
  info.txt vs their git author email, so i've had to manually check
  almost everyone. (i made a script to help automate this but it was
  getting stuff wrong)...
  
  SO here is the list. if your user id/login is on it and you think it
  should be taken off... SAY SO. if you don't say something soon...
  you'll get moved to our inactive dev pool and commit access will be
  removed.
  
  so RESPOND ASAP if you want yourself off this list!
  
  acidx
  andreas
  aron
  bdilly
  ceolin
  dorileo
  dresb
  etrunko
  fidencio
  gastal
  gouache
  hyoyoung
  illogict
  inc
  jeffdameth
  jypark
  kakaroto
  kiwi
  mej
  mello
  mickeyl
  mike_m
  monkeyiq
  nash
  onefang
 
 Well, I was gonna contribute some Edje Lua stuff this week, but ...
 
 Thought I pushed some stuff to my build script in the last six months
 though?
 
 Take me off this list any way please?

off. :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-20 Thread Chidambar Zinnoury
 Hey guys!

 I do have ongoing stuff that will be soon committed: may you remove me from
the list?

 Thank you!

 Cheers,

- Mail original -
 De: Carsten Haitzler ras...@rasterman.com
 À: e enlightenment-devel@lists.sourceforge.net
 Envoyé: Mercredi 19 Mars 2014 15:09:17
 Objet: [E-devel] the great commit access purge of march 2014... LOOK FOR  
 YOUR NAME!
 
 this is pretty simple. i made a list of everyone who has not
 committed to any
 git repository we have for the past 6 months. slight problem is that
 people
 don't keep their email addresses up to date in info.txt vs their git
 author
 email, so i've had to manually check almost everyone. (i made a
 script to help
 automate this but it was getting stuff wrong)...
 
 SO here is the list. if your user id/login is on it and you think it
 should be
 taken off... SAY SO. if you don't say something soon... you'll get
 moved to our
 inactive dev pool and commit access will be removed.
 
 so RESPOND ASAP if you want yourself off this list!
 
 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang
 pespin
 playya
 princeamd
 rakuco
 raoul
 rfonseca
 rui
 shorne
 thanatermesis
 tiago
 urandom
 watchwolf
 xhell
 
 --
 - Codito, ergo sum - I code, therefore I am
 --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and
 their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-20 Thread The Rasterman
On Thu, 20 Mar 2014 11:53:59 +0100 (CET) Chidambar Zinnoury
illog...@online.fr said:

  Hey guys!
 
  I do have ongoing stuff that will be soon committed: may you remove me from
 the list?
 
  Thank you!

ok. off. :)

  Cheers,
 
 - Mail original -
  De: Carsten Haitzler ras...@rasterman.com
  À: e enlightenment-devel@lists.sourceforge.net
  Envoyé: Mercredi 19 Mars 2014 15:09:17
  Objet: [E-devel] the great commit access purge of march 2014... LOOK
  FOR YOUR NAME!
  
  this is pretty simple. i made a list of everyone who has not
  committed to any
  git repository we have for the past 6 months. slight problem is that
  people
  don't keep their email addresses up to date in info.txt vs their git
  author
  email, so i've had to manually check almost everyone. (i made a
  script to help
  automate this but it was getting stuff wrong)...
  
  SO here is the list. if your user id/login is on it and you think it
  should be
  taken off... SAY SO. if you don't say something soon... you'll get
  moved to our
  inactive dev pool and commit access will be removed.
  
  so RESPOND ASAP if you want yourself off this list!
  
  acidx
  andreas
  aron
  bdilly
  ceolin
  dorileo
  dresb
  etrunko
  fidencio
  gastal
  gouache
  hyoyoung
  illogict
  inc
  jeffdameth
  jypark
  kakaroto
  kiwi
  mej
  mello
  mickeyl
  mike_m
  monkeyiq
  nash
  onefang
  pespin
  playya
  princeamd
  rakuco
  raoul
  rfonseca
  rui
  shorne
  thanatermesis
  tiago
  urandom
  watchwolf
  xhell
  
  --
  - Codito, ergo sum - I code, therefore I am
  --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
  --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
  their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-19 Thread The Rasterman
this is pretty simple. i made a list of everyone who has not committed to any
git repository we have for the past 6 months. slight problem is that people
don't keep their email addresses up to date in info.txt vs their git author
email, so i've had to manually check almost everyone. (i made a script to help
automate this but it was getting stuff wrong)...

SO here is the list. if your user id/login is on it and you think it should be
taken off... SAY SO. if you don't say something soon... you'll get moved to our
inactive dev pool and commit access will be removed.

so RESPOND ASAP if you want yourself off this list!

acidx
andreas
aron
bdilly
ceolin
dorileo
dresb
etrunko
fidencio
gastal
gouache
hyoyoung
illogict
inc
jeffdameth
jypark
kakaroto
kiwi
mej
mello
mickeyl
mike_m
monkeyiq
nash
onefang
pespin
playya
princeamd
rakuco
raoul
rfonseca
rui
shorne
thanatermesis
tiago
urandom
watchwolf
xhell

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-19 Thread Flavio ceolin
Hi,

On Wed, Mar 19, 2014 at 11:09 AM, Carsten Haitzler ras...@rasterman.comwrote:

 this is pretty simple. i made a list of everyone who has not committed to
 any
 git repository we have for the past 6 months. slight problem is that people
 don't keep their email addresses up to date in info.txt vs their git author
 email, so i've had to manually check almost everyone. (i made a script to
 help
 automate this but it was getting stuff wrong)...

 SO here is the list. if your user id/login is on it and you think it
 should be
 taken off... SAY SO. if you don't say something soon... you'll get moved
 to our
 inactive dev pool and commit access will be removed.

 so RESPOND ASAP if you want yourself off this list!

 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang
 pespin
 playya
 princeamd
 rakuco
 raoul
 rfonseca
 rui
 shorne
 thanatermesis
 tiago
 urandom
 watchwolf
 xhell

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


As i said on irc i recently have commited on elm and i want to keep my
commit access. Just remembering :)

--
Flavio Ceolin
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-19 Thread Bertrand Jacquin
On 2014-03-19 15:09, Carsten Haitzler wrote:
 this is pretty simple. i made a list of everyone who has not committed 
 to any
 git repository we have for the past 6 months. slight problem is that 
 people
 don't keep their email addresses up to date in info.txt vs their git 
 author
 email, so i've had to manually check almost everyone. (i made a script 
 to help
 automate this but it was getting stuff wrong)...

You should look at gitolite logs is which you get the Enlightenment 
login, instead of relying on email addresses.

The original hack I did can be enhanced a bit to to it by project :

# getent passwd |
   awk 'BEGIN { FS=: }
 {
   if ($3  1000  $3    $7 != /sbin/nologin) {
 print $1
   }
 }' |
   while read ; do
 awk -v REPLY=${REPLY} '{
   if ($2 == REPLY) {
 print $1
   }
 }' /var/log/gitolite/gitolite-*.log |
 tail -n 1 |
 read LAST

 echo ${REPLY} ${LAST:-never}
   done

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-19 Thread Daniel Juyung Seo
Yes... Now it's the time!
It's a mercy that I am not on DA LIST.

Daniel Juyung Seo (SeoZ)


On Wed, Mar 19, 2014 at 11:09 PM, Carsten Haitzler ras...@rasterman.comwrote:

 this is pretty simple. i made a list of everyone who has not committed to
 any
 git repository we have for the past 6 months. slight problem is that people
 don't keep their email addresses up to date in info.txt vs their git author
 email, so i've had to manually check almost everyone. (i made a script to
 help
 automate this but it was getting stuff wrong)...

 SO here is the list. if your user id/login is on it and you think it
 should be
 taken off... SAY SO. if you don't say something soon... you'll get moved
 to our
 inactive dev pool and commit access will be removed.

 so RESPOND ASAP if you want yourself off this list!

 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang
 pespin
 playya
 princeamd
 rakuco
 raoul
 rfonseca
 rui
 shorne
 thanatermesis
 tiago
 urandom
 watchwolf
 xhell

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] the great commit access purge of march 2014... LOOK FOR YOUR NAME!

2014-03-19 Thread David Seikel
On Wed, 19 Mar 2014 23:09:17 +0900 Carsten Haitzler (The Rasterman)
ras...@rasterman.com wrote:

 this is pretty simple. i made a list of everyone who has not
 committed to any git repository we have for the past 6 months. slight
 problem is that people don't keep their email addresses up to date in
 info.txt vs their git author email, so i've had to manually check
 almost everyone. (i made a script to help automate this but it was
 getting stuff wrong)...
 
 SO here is the list. if your user id/login is on it and you think it
 should be taken off... SAY SO. if you don't say something soon...
 you'll get moved to our inactive dev pool and commit access will be
 removed.
 
 so RESPOND ASAP if you want yourself off this list!
 
 acidx
 andreas
 aron
 bdilly
 ceolin
 dorileo
 dresb
 etrunko
 fidencio
 gastal
 gouache
 hyoyoung
 illogict
 inc
 jeffdameth
 jypark
 kakaroto
 kiwi
 mej
 mello
 mickeyl
 mike_m
 monkeyiq
 nash
 onefang

Well, I was gonna contribute some Edje Lua stuff this week, but ...

Thought I pushed some stuff to my build script in the last six months
though?

Take me off this list any way please?

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel