[GitHub] lucene-solr pull request #113: SOLR-9760 Avoid temporary files to determine ...

2017-09-30 Thread afscrome
Github user afscrome closed the pull request at:

https://github.com/apache/lucene-solr/pull/113


---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[GitHub] lucene-solr pull request #113: SOLR-9760 Avoid temporary files to determine ...

2016-11-14 Thread afscrome
GitHub user afscrome opened a pull request:

https://github.com/apache/lucene-solr/pull/113

SOLR-9760 Avoid temporary files to determine java version

Avoid creating a temporary file so that solr does not require permissions 
in the current working directory.

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

$ git pull https://github.com/afscrome/lucene-solr patch-1

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

https://github.com/apache/lucene-solr/pull/113.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 #113


commit 5330ed23cfbb78650537a23d455ae92648b203dd
Author: Alex Crome <afscr...@users.noreply.github.com>
Date:   2016-11-14T19:37:26Z

SOLR-9760 Avoid temporary files to determine java version

Avoid creating a temporary file so that solr does not require permissions 
in the current working directory.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[GitHub] lucene-solr pull request #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Win...

2016-10-18 Thread afscrome
Github user afscrome closed the pull request at:

https://github.com/apache/lucene-solr/pull/53


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[GitHub] lucene-solr issue #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Windows

2016-10-18 Thread afscrome
Github user afscrome commented on the issue:

https://github.com/apache/lucene-solr/pull/53
  
Fixed in 33db4de4d7d5e325f8bfd886d3957735b33310a8


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[GitHub] lucene-solr issue #53: [SOLR-9341] GC logs go to SOLR_LOGS_DIR on Windows

2016-07-26 Thread afscrome
Github user afscrome commented on the issue:

https://github.com/apache/lucene-solr/pull/53
  
Sorry, I didn't realise a jira issue was required - it's not completely 
clear from https://wiki.apache.org/solr/HowToContribute#Working_with_GitHub .

I've created a new issue and linked it in the PR title.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[GitHub] lucene-solr pull request #53: GC logs go to SOLR_LOGS_DIR on Windows

2016-07-26 Thread afscrome
GitHub user afscrome opened a pull request:

https://github.com/apache/lucene-solr/pull/53

GC logs go to SOLR_LOGS_DIR on Windows

Don't override the SOLR_LOGS_DIR environment variable when it has already 
been set.  This brings the windows behaviour in line with the bash script.

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

$ git pull https://github.com/afscrome/lucene-solr GcLogToServerLogsDir

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

https://github.com/apache/lucene-solr/pull/53.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 #53


commit 66cd3c499abf3d0938a781e9765c453a2ecb3ae1
Author: Alex Crome <afscr...@users.noreply.github.com>
Date:   2016-07-26T12:42:29Z

GC logs go to SOLR_LOGS_DIR on Windows

Don't override the SOLR_LOGS_DIR environment variable when it has already 
been set.  This brings the windows behaviour in line with the bash script.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org