arquillian / arquillian.github.io

Arquillian website source (develop branch) and hosting (master branch). Baked with Awestruct.
http://arquillian.org
Other
78 stars 147 forks source link

Add liberty-arquillian repository #436

Closed gpoul closed 6 years ago

gpoul commented 6 years ago

I've tried to add the liberty-arquillian repository but I don't seem to be able to get it to build cleanly or add the required information.

I added the following to the repository.rb:

          @repositories << OpenStruct.new(
              :path => 'liberty-arquillian',
              :desc => nil,
              :relative_path => '',
              :owner => 'OpenLiberty',
              :host => 'github.com',
              :type => 'git',
              :html_url => 'https://github.com/OpenLiberty/liberty-arquillian',
              :clone_url => 'git://github.com/OpenLiberty/liberty-arquillian.git'
          )

And this seems to add the page itself, but on there the "Lead" and "Family" identifiers were not filled correctly.

Would you be able to give me a hint of what would be required to integrate this so I can submit an appropriate PR?

Thanks!

gpoul commented 6 years ago

Turns out my issues seem to be related to the _tmp/datacache that I didn't clear so my code changes where not addressed... I've now opened the above PR, but not sure if I'm still missing something that might be important.

MatousJobanek commented 6 years ago

Hi @gpoul, I saw you PR, so I'll move the discussion there.

MatousJobanek commented 6 years ago

closed via https://github.com/arquillian/arquillian.github.io/pull/437