You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by Omkar20895 <gi...@git.apache.org> on 2015/11/13 16:14:34 UTC

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

GitHub user Omkar20895 opened a pull request:

    https://github.com/apache/climate/pull/260

    CLIMATE-561 Prompts the user for a destination directory to install the ocw virtaulenv.

    Hello @lewismc I have tried to squash the commits as you mentioned in the previous pull request but I got some weird results with it and it would be great if you can help me with it. 

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

    $ git pull https://github.com/Omkar20895/climate master

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

    https://github.com/apache/climate/pull/260.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 #260
    
----
commit 69704b007b9975f8e69d7f79428225bfcd46b23f
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T12:53:30Z

    Solved [CLIMATE-556]

commit d44f615b851b02e018088770d369808b1bda9f4b
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T12:56:35Z

    CLIMATE-556 easy_install scripts should create a new virtualenv e.g. -e flag, by default

commit add2f9f50aa1fbcc9aa6e6219f9618cb173fd036
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T12:58:36Z

    CLIMATE-556 - easy_install scripts should create a new virtualenv e.g. -e flag, by default

commit a6bea2df7dd5227d2b5c800e0c9b47587b632bf3
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T13:11:33Z

    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default

commit 7b9c2fdf9f0338be5cd89e1c893f9e82d5be578c
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T17:43:14Z

    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default

commit 8cd4be3c9fe777b1a315afcd1351a341d9bd518a
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-27T12:22:42Z

    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default

commit 0c14d640a66e49bf5ae417659c54f7130e4d8831
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-27T12:38:31Z

    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default

commit b6185fc215d1d9c7483fd3c27150e8c55adea17d
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-11-04T04:58:54Z

    Climate-556 Added neccessary warnings and user permissions in the ocw-script

commit ec7922ed8fa1819ed1f88fb8b4eb1ce2a1c0bb47
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-11-13T14:12:39Z

    CLIMATE-561 Prompts the user for a destination directory to install the ocw virtaulenv.

commit 8e9dc8620c0d7bb03b382cf0fb446f801f0e9dd0
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-10-26T12:53:30Z

    Solved [CLIMATE-556]
    
    CLIMATE-556 easy_install scripts should create a new virtualenv e.g. -e flag, by default
    
    CLIMATE-556 - easy_install scripts should create a new virtualenv e.g. -e flag, by default
    
    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default
    
    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default
    
    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default
    
    CLIMATE-556 - easy_install scripts create a new virtualenv e.g. -e flag, by default
    
    Climate-556 Added neccessary warnings and user permissions in the ocw-script

commit 01495d304f7d2f77888ff6b0f5f4a6163ff7fa4a
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-11-13T14:12:39Z

    CLIMATE-561 Prompts the user for a destination directory to install the ocw virtaulenv.

commit 4cb0c586e92234670e28eeaf5a5a515f32a203ec
Author: Omkar Reddy <om...@omkars-macbook-pro.local>
Date:   2015-11-13T14:54:37Z

    Merge branch 'master' of https://github.com/Omkar20895/climate
    
    Merging to keep-up with the rebase.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by MJJoyce <gi...@git.apache.org>.
Github user MJJoyce commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-156540829
  
    Hey @Omkar20895,
    
    You've got some merge related stuff in here and a few other things that we could clean up a bit. Can you clean this up a bit. Try a rebase off master with
    
    ```rebase -i master``` 
    
    after you've checked out your feature branch and squash out some of these commits. This will also help you get rid of the historical commits that we don't need to see in this diff.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by MJJoyce <gi...@git.apache.org>.
Github user MJJoyce commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-156459950
  
    Hey @Omkar20895, are you up to date when you're making the branch? Looks like you're a bit behind master perhaps


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by Omkar20895 <gi...@git.apache.org>.
Github user Omkar20895 closed the pull request at:

    https://github.com/apache/climate/pull/260


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by OCWJenkins <gi...@git.apache.org>.
Github user OCWJenkins commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-156458467
  
    Can one of the admins verify this patch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by MJJoyce <gi...@git.apache.org>.
Github user MJJoyce commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-159017802
  
    Hey Omkar, i can't actually close the pull request, however you should be able to close it since you opened it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by Omkar20895 <gi...@git.apache.org>.
Github user Omkar20895 commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-156460989
  
    Sorry, my mistake. @MJJoyce 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] climate pull request: CLIMATE-561 Prompts the user for a destinati...

Posted by Omkar20895 <gi...@git.apache.org>.
Github user Omkar20895 commented on the pull request:

    https://github.com/apache/climate/pull/260#issuecomment-158738608
  
    Hello @MJJoyce can you please cancel my pull request?? I have messed up my fork repository of ocw and I am unable to revert it. I will fork the repo again, apply the changes and send in a new pull request.
    Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---