[jira] [Updated] (EAGLE-1074) eagle-docker.sh uses the wrong path

2018-01-15 Thread Colm O hEigeartaigh (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated EAGLE-1074:
---
Description: 
The eagle-docker.sh script uses the wrong path. When run from the "bin" 
directory, it ends up going back one directory too far.

PR opened: https://github.com/apache/eagle/pull/976

  was:The eagle-docker.sh script uses the wrong path. When run from the "bin" 
directory, it ends up going back one directory too far.


> eagle-docker.sh uses the wrong path
> ---
>
> Key: EAGLE-1074
> URL: https://issues.apache.org/jira/browse/EAGLE-1074
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Priority: Trivial
>
> The eagle-docker.sh script uses the wrong path. When run from the "bin" 
> directory, it ends up going back one directory too far.
> PR opened: https://github.com/apache/eagle/pull/976



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (EAGLE-1074) eagle-docker.sh uses the wrong path

2018-01-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326418#comment-16326418
 ] 

ASF GitHub Bot commented on EAGLE-1074:
---

GitHub user coheigea opened a pull request:

https://github.com/apache/eagle/pull/976

EAGLE-1074 - eagle-docker.sh uses the wrong path



Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the PR title is formatted like:
   `[EAGLE-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
   Travis-CI on your fork and ensure the whole test matrix passes).
 - [ ] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [ ] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).

---

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

$ git pull https://github.com/coheigea/eagle EAGLE-1074

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

https://github.com/apache/eagle/pull/976.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 #976


commit 54a86523b306099f0c18f0b4218036a6afd432af
Author: Colm O hEigeartaigh 
Date:   2018-01-15T17:17:11Z

EAGLE-1074 - eagle-docker.sh uses the wrong path




> eagle-docker.sh uses the wrong path
> ---
>
> Key: EAGLE-1074
> URL: https://issues.apache.org/jira/browse/EAGLE-1074
> Project: Eagle
>  Issue Type: Bug
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Priority: Trivial
>
> The eagle-docker.sh script uses the wrong path. When run from the "bin" 
> directory, it ends up going back one directory too far.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] eagle pull request #976: EAGLE-1074 - eagle-docker.sh uses the wrong path

2018-01-15 Thread coheigea
GitHub user coheigea opened a pull request:

https://github.com/apache/eagle/pull/976

EAGLE-1074 - eagle-docker.sh uses the wrong path



Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [ ] Make sure the PR title is formatted like:
   `[EAGLE-] Description of pull request`
 - [ ] Make sure tests pass via `mvn clean verify`. (Even better, enable
   Travis-CI on your fork and ensure the whole test matrix passes).
 - [ ] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [ ] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).

---

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

$ git pull https://github.com/coheigea/eagle EAGLE-1074

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

https://github.com/apache/eagle/pull/976.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 #976


commit 54a86523b306099f0c18f0b4218036a6afd432af
Author: Colm O hEigeartaigh 
Date:   2018-01-15T17:17:11Z

EAGLE-1074 - eagle-docker.sh uses the wrong path




---


[jira] [Updated] (EAGLE-1073) Docker documentation incorrect

2018-01-15 Thread Colm O hEigeartaigh (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated EAGLE-1073:
---
Description: 
There are a few problems with the Docker documentation:

a) The second docker run command doesn't run without defining 
"{{EAGLE_SERVER_HOST}}".

b) The "{{-dns" doesn't (always?) work so it's a bit confusing knowing which IP 
address to use to start the UI.}}

{{c)The path for eagle-docker is incorrect.}}

 

PR opened: https://github.com/apache/eagle/pull/975

  was:
There are a few problems with the Docker documentation:

a) The second docker run command doesn't run without defining 
"{{EAGLE_SERVER_HOST}}".

b) The "{{-dns" doesn't (always?) work so it's a bit confusing knowing which IP 
address to use to start the UI.}}

{{c)The path for eagle-docker is incorrect.}}


> Docker documentation incorrect
> --
>
> Key: EAGLE-1073
> URL: https://issues.apache.org/jira/browse/EAGLE-1073
> Project: Eagle
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Priority: Minor
>
> There are a few problems with the Docker documentation:
> a) The second docker run command doesn't run without defining 
> "{{EAGLE_SERVER_HOST}}".
> b) The "{{-dns" doesn't (always?) work so it's a bit confusing knowing which 
> IP address to use to start the UI.}}
> {{c)The path for eagle-docker is incorrect.}}
>  
> PR opened: https://github.com/apache/eagle/pull/975



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (EAGLE-1073) Docker documentation incorrect

2018-01-15 Thread Colm O hEigeartaigh (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated EAGLE-1073:
---
Issue Type: Improvement  (was: Bug)

> Docker documentation incorrect
> --
>
> Key: EAGLE-1073
> URL: https://issues.apache.org/jira/browse/EAGLE-1073
> Project: Eagle
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Priority: Minor
>
> There are a few problems with the Docker documentation:
> a) The second docker run command doesn't run without defining 
> "{{EAGLE_SERVER_HOST}}".
> b) The "{{-dns" doesn't (always?) work so it's a bit confusing knowing which 
> IP address to use to start the UI.}}
> {{c) The path for }}{{eagle-docker is incorrect.}}
> {{c) }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (EAGLE-1073) Docker documentation incorrect

2018-01-15 Thread Colm O hEigeartaigh (JIRA)

 [ 
https://issues.apache.org/jira/browse/EAGLE-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh updated EAGLE-1073:
---
Component/s: Documentation

> Docker documentation incorrect
> --
>
> Key: EAGLE-1073
> URL: https://issues.apache.org/jira/browse/EAGLE-1073
> Project: Eagle
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Priority: Minor
>
> There are a few problems with the Docker documentation:
> a) The second docker run command doesn't run without defining 
> "{{EAGLE_SERVER_HOST}}".
> b) The "{{-dns" doesn't (always?) work so it's a bit confusing knowing which 
> IP address to use to start the UI.}}
> {{c) The path for }}{{eagle-docker is incorrect.}}
> {{c) }}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (EAGLE-1072) Download links incorrect

2018-01-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16326369#comment-16326369
 ] 

ASF GitHub Bot commented on EAGLE-1072:
---

Github user coheigea closed the pull request at:

https://github.com/apache/eagle/pull/974


> Download links incorrect
> 
>
> Key: EAGLE-1072
> URL: https://issues.apache.org/jira/browse/EAGLE-1072
> Project: Eagle
>  Issue Type: Improvement
>  Components: Documentation
>Affects Versions: v0.5.0
>Reporter: Colm O hEigeartaigh
>Assignee: Hao Chen
>Priority: Major
> Fix For: v0.5.0
>
> Attachments: EAGLE-1072.patch
>
>
> The main download link for Eagle 0.5.0 is incorrect, as is the link for the 
> SHA digest.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] eagle pull request #974: EAGLE-1072 - Fixing SHA link

2018-01-15 Thread coheigea
Github user coheigea closed the pull request at:

https://github.com/apache/eagle/pull/974


---