Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dbus dependency #493

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

Dbus dependency #493

wants to merge 5 commits into from

Conversation

mabong1
Copy link

@mabong1 mabong1 commented Aug 10, 2016

Fix to issue #491

@codecov-io
Copy link

Current coverage is 86.17% (diff: 100%)

Merging #493 into master will not change coverage

@@             master       #493   diff @@
==========================================
  Files            40         40          
  Lines          4875       4875          
  Methods           0          0          
  Messages          0          0          
  Branches        677        677          
==========================================
  Hits           4201       4201          
  Misses          516        516          
  Partials        158        158          

Powered by Codecov. Last update 477f93b...f3e8b15

RUN chmod +x /home/root/startup.sh

# Start up script (Generate machine UUID)
ENTRYPOINT ["/home/root/startup.sh"]
Copy link
Member

Choose a reason for hiding this comment

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

I think it is not the same as before: previously it was possible to pass command-line arguments to Splash when it is executed from a Docker container (see http://splash.readthedocs.io/en/stable/install.html#passing-custom-options); it looks like you need to handle extra arguments in a script.

Copy link
Author

Choose a reason for hiding this comment

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

Ok I will look at it and commit again later.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks! Other than that, the PR looks very clean.

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

Successfully merging this pull request may close these issues.

3 participants