Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Debian 9 support #1

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Debian 9 support #1

wants to merge 22 commits into from

Conversation

jcarnus
Copy link

@jcarnus jcarnus commented Aug 31, 2017

No description provided.

Copy link
Contributor

@mbaechler mbaechler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this PR.
I have small comments on it but it's great overall.

Dockerfile Outdated
@@ -35,7 +35,7 @@ ADD . obm
## BUILD OBM PACKAGES
RUN cd obm/java/sync && \
mvn dependency:go-offline || true && \
mvn package -T1C
mvn package -DskipTests -T1C
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's not the intent of this changeset.

@@ -36,7 +36,7 @@ if [ -r /etc/default/rcS ]; then
fi

if [ -z "$JAVA_HOME" ]; then
JAVA_HOME="/usr/lib/jvm/java-7-openjdk-"`dpkg --print-architecture`
JAVA_HOME="usr"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java_home can't really be defined as usr because it expect a specific directory layout.
It has to be /usr/lib/jvm/something

@jcarnus
Copy link
Author

jcarnus commented Sep 1, 2017 via email

@jcarnus
Copy link
Author

jcarnus commented Sep 6, 2017

Updated

Copy link
Contributor

@mbaechler mbaechler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will need some squashing of commits but that's ok for me

@jcarnus
Copy link
Author

jcarnus commented Sep 11, 2017

Thanks, I let you doing this ?
Are you rewieving linagora/opush#1 ?

@jcarnus
Copy link
Author

jcarnus commented Jan 26, 2018

Hi,
Any news for this pull request ?
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants