Re: Rya's state

2017-07-12 Thread David Lotts
I figured it out!  I followed the commands in  wiki:
https://cwiki.apache.org/confluence/display/RYA/Contributing+to+Rya
but I was using a URL that did not work.
this one works:
git push https://git1-us-west.apache.org/repos/asf/incubator-rya-site master

Just for future notes, here is what happens when you have the wrong URL:
this one did not work:
$ git remote -v
...
apachegithttp   http://git.apache.org/incubator-rya-site.git (push)

When I did a push, after commit, I got this error, "405 Method Not Allowed".
It did not request username/password.  the correct URL did.

$ GIT_CURL_VERBOSE=1 git push apachegithttp master
...
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
* The requested URL returned error: 405 Method Not Allowed
* Marked for [closure]: Transfer returned error
* multi_done
* Closing connection 0
* The cache now contains 0 members
* Expire cleared
error: Cannot access URL http://git.apache.org/incubator-rya-site.git/,
return code 22
fatal: git-http-push failed
error: failed to push some refs to '
http://git.apache.org/incubator-rya-site.git'

david.


Re: Rya's state

2017-07-12 Thread Josh Elser

Thanks for volunteering, David!

The short answer is that you don't do it via github.com, but just commit 
the change like you would any other contribution.


My typical workflow is to access the GH pull requests HEADs behind 
Github maintains behind the scenes[1] and include the magic text to 
automatically close the PR when it hits the repository's master branch[2].


The long answer is that Gitbox[3] would provide the ability to use 
Github for all that it provides, but this requires a bit of "doing" to 
accomplish.


[1] https://help.github.com/articles/checking-out-pull-requests-locally/
[2] https://help.github.com/articles/closing-issues-via-commit-messages/
[3] https://gitbox.apache.org/

On 7/11/17 6:06 PM, David Lotts wrote:

I'm going to add our release to the download page.
How does one get karma to merge pull requests?
I need it for github
*apache/incubator-rya-site *or do I need to do it from the Apache Git repo?
It has a PR for a bad link that I'd like to merge.

For the download page, I'll do a proper PR so we can review before we merge
and publish it.
david.

On Fri, Jul 7, 2017 at 5:07 PM, Josh Elser  wrote:


Oh good catch, Dave! I didn't even notice that the website was never
updated.

Can someone volunteer to look into this over the weekend, please?


On 7/5/17 2:38 PM, Dave Fisher wrote:


Hi -

I’m doing a quick shepherd check of Rya.

I look at http://rya.incubator.apache.org/download/ and it does not
provide ANY information about your release last October. That really does
not help the project build a community. Please look into your website and
give it the care it needs.

Regards,
Dave

On 2017-07-05 10:32 (-0700), Josh Elser  wrote:


Hi,

Sorry for being a bit more hands-off as of late. Professional and
personal life has been quite ramped up for me :). Looking over the July
2017 report, it made me wonder what the next steps for Rya are and how I
can help push you all in this process!

* What is the next release?
 - What would be contained?
 - What's left to be implemented?
 - When should it be released by?
* Who is in the pipeline to be invited to committer (rhetorical -- these
discussions _must_ happen in private@)
* What contributions need help/shephering? I saw one[1] in a quick glance

- Josh

[1] https://github.com/apache/incubator-rya/pull/171