[
https://issues.apache.org/jira/browse/QUARKS-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190236#comment-15190236
]
Kathey Marsden commented on QUARKS-2:
-------------------------------------
I went ahead and tried it out. The mahout approach seems to work fine except
that I cheated a little and pulled in a branch that already existed, but I
think it should work fine with a contributor branch. Here is what I did or
should have done. (committer step 4 I made a mistake in my comment which I
think I have corrected properly).
As contributor
1) Forked https://github.com/apache/incubator-quarks-website using the Web ui
2) git clone https://github.com/kmarsden/incubator-quarks-website
3) cd incubator-quarks-website/
4) git remote add apache
https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git
5) git checkout -b QUARKS-2
6) Made my changes
7) git status
8) git commit -a -m "QUARKS-2 update logo"
9) git push origin QUARKS-2
As committer
1) git checkout master
2) git pull apache master
3) git pull --squash https://github.com/kmarsden/incubator-quarks-website
QUARKS-2
4) git commit -a -m "QUARKS-2 update logo as a test (kmarsden via kmarsden)
closes apache/incubator-quarks-website#2"
5) git push apache master
I closed the pull request manually in the web ui as contributor. I think once
we get the github integration going (and put in the correct comment) the
automatic close should work.
Alex, does this give you enough information to submit your pull request?
> Initial web site content for quarks
> -----------------------------------
>
> Key: QUARKS-2
> URL: https://issues.apache.org/jira/browse/QUARKS-2
> Project: Quarks
> Issue Type: Improvement
> Components: Web Site
> Reporter: Kathey Marsden
> Attachments: QuarksScreenShot.PNG, QuarksScreenShot2.PNG,
> QuarksScreenShot3.PNG, quarksimages.zip
>
>
> The quarks web site content is based on a cloned template which refers to
> SYSTEMML. It would be good to have at least minimal quarks related content
> before publishing with gitpubsub to the public website. The repository is at:
> https://git-wip-us.apache.org/repos/asf/incubator-quarks-website.git
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)