- 
        1. Re: Building Arquillian.orgaslak Nov 21, 2012 4:29 PM (in response to lucas.holmquist)Github has limited it's un auth api usage drastically. Add a file in the root folder called .github-auth Make the content of the file: username:password note to self.. we should rewrite this to use an oauth2 token.. 
- 
        2. Re: Building Arquillian.orglucas.holmquist Nov 21, 2012 8:30 PM (in response to aslak)That got me almost there. I kept getting a 404 on the look up of api.github.com/users/146647/members link might not be totally correct, going from memory. basically the speaker, translator and core lookups. Maybe i need to be part of the arquillain team on github for those to resolve got things working by commenting out that part in pipeline.rb # You need to have the file $HOME/.github-auth containing username:password on one line github_collector = Identities::GitHub::Collector.new(:auth_file => '.github-auth', :teams => [ #{:id => 146647, :name => 'speaker'}, #{:id => 125938, :name => 'translator'}, #{:id => 146643, :name => 'core'} ] )
- 
        3. Re: Building Arquillian.orgaslak Nov 22, 2012 2:00 AM (in response to lucas.holmquist)mm yea. Vineet mentioned the same. Need to look at how to avoid that. 
- 
        4. Re: Building Arquillian.orgaslak Nov 22, 2012 2:04 AM (in response to aslak)I know Dan is working on a 'writer/blogger' profile for awestruct on Arquillian.org. Basically disable most of the extensions and only generate the interesting parts for a guide/blog. That should make it a lot easier. 
 
    