[
https://issues.apache.org/jira/browse/QUARKS-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15183444#comment-15183444
]
Daniel John Debrunner commented on QUARKS-1:
--------------------------------------------
I imported the code using this process:
----------------------------------------------------------
# Clone the original quarks repo from quarks-edge at github
git clone -bare [email protected]:quarks-edge/quarks.git
# Add a remote to the clone pointing to the ASF quarks repo
cd quarks
git remote add quarksasf
https://[email protected]/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)