You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2016/03/07 19:51:40 UTC

[jira] [Comment Edited] (QUARKS-1) Upload project code from quarks-edge/quarks

    [ https://issues.apache.org/jira/browse/QUARKS-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183444#comment-15183444 ] 

Daniel John Debrunner edited comment on QUARKS-1 at 3/7/16 6:51 PM:
--------------------------------------------------------------------

I imported the code using this process:

{noformat}
# Clone the original quarks repo from quarks-edge at github
git clone -bare git@github.com:quarks-edge/quarks.git

# Add a remote to the clone pointing to the ASF quarks repo
cd quarks
git remote add quarksasf https://djd@git-wip-us.apache.org/repos/asf/incubator-quarks.git

# Push all branches and tags to ASF quarks repo
git push --all quarksasf
git push --tags quarksasf
{noformat}

I pulled the code and ran

ant clean all test

and the build/test was successful.


was (Author: djd):
I imported the code using this process:
----------------------------------------------------------
# Clone the original quarks repo from quarks-edge at github
git clone -bare git@github.com:quarks-edge/quarks.git

# Add a remote to the clone pointing to the ASF quarks repo
cd quarks
git remote add quarksasf https://djd@git-wip-us.apache.org/repos/asf/incubator-quarks.git

# Push all branches and tags to ASF quarks repo
git push --all quarksasf
git push --tags quarksasf
----------------------------------------------------------

I pulled the code and ran

ant clean all test

and the build/test was successful.

> Upload project code from quarks-edge/quarks
> -------------------------------------------
>
>                 Key: QUARKS-1
>                 URL: https://issues.apache.org/jira/browse/QUARKS-1
>             Project: Quarks
>          Issue Type: Task
>            Reporter: Daniel John Debrunner
>            Assignee: Daniel John Debrunner
>
> CCLA from IBM has been received by the ASF.
> http://mail-archives.apache.org/mod_mbox/incubator-quarks-dev/201603.mbox/%3CCAFFD%2B2zNBLF7fvz4bnasMM_0d4PvMot%3DySVx-MpL940LCDYjMA%40mail.gmail.com%3E
> Upload code from:
> https://github.com/quarks-edge/quarks
> Need to merge some pull requests and create a tag at quarks-edge/quarks before uploading the code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)