You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/17 23:59:34 UTC

[jira] [Commented] (GORA-74) Remove sqlbuilder library

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

ASF GitHub Bot commented on GORA-74:
------------------------------------

GitHub user lewismc opened a pull request:

    https://github.com/apache/gora/pull/9

    GORA-74 Implement Rackspace Cloud Orchestration in GoraCI

    Hi Folks,
    This PR adds the required Hardware configuration for the GoraCI builds to run under TheASF INFRA RAX account.
    Please checkout the additions to gora.properties for this module. They are pretty self explanitory.
    '''
    gora.datastore.rackspace.continent=rackspace-cloudservers-us
    gora.datastore.rackspace.username=asf-gora
    gora.datastore.rackspace.apikey= // API Key can be found by logging in to the account 
    gora.datastore.rackspace.region=DFW // default to Dallas, Texas
    gora.datastore.rackspace.imageid=6110edfe-8589-4bb1-aa27-385f12242627 //Ubuntu 13.10 (Saucy Salamander) (PVHVM)
    gora.datastore.rackspace.flavorid=6
    gora.datastore.rackspace.servername=goraci_test_server
    gora.datastore.rackspace.num.servers=20
    gora.datastore.rackspace.uploadpubkey=false //one already exists as goraci-keypair
    ```
    Thats about it to be honest.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/gora GORA-374

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/9.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #9
    
----
commit 3c5bd0ee53ab5d3651980d39c5a5b20002ababc9
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Date:   2014-09-17T21:46:25Z

    GORA-74 Implement Rackspace Cloud Orchestration in GoraCI

----


> Remove sqlbuilder library
> -------------------------
>
>                 Key: GORA-74
>                 URL: https://issues.apache.org/jira/browse/GORA-74
>             Project: Apache Gora
>          Issue Type: Improvement
>    Affects Versions: 0.1.1-incubating
>            Reporter: Enis Soztutar
>             Fix For: 0.2
>
>         Attachments: GORA-74.patch
>
>
> We have to remove the library sqlbuilder, which is used by gora-sql, to construct queries from code. The reasons are 
>  - It is LGPL
>  - We have very little need for this library. 



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