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

From Cambodia with love. #19

Merged
merged 5 commits into from Jan 31, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: cpp language: cpp
compiler: compiler:
- gcc - gcc
- clang
install: install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq devscripts build-essential equivs python-software-properties - sudo apt-get install -qq devscripts build-essential equivs python-software-properties
Expand Down
3 changes: 2 additions & 1 deletion debian/cocaine-runtime.dirs
@@ -1,3 +1,4 @@
var/lib/cocaine
var/cache/cocaine var/cache/cocaine
var/lib/cocaine
var/run/cocaine
var/spool/cocaine var/spool/cocaine
4 changes: 1 addition & 3 deletions debian/cocaine-runtime.postinst
Expand Up @@ -10,9 +10,7 @@ case $1 in


# Set the correct permissions on the cocaine # Set the correct permissions on the cocaine
# runtime resources directory # runtime resources directory
chown -R cocaine /var/lib/cocaine chown -R cocaine /var/{lib,cache,spool,run}/cocaine
chown -R cocaine /var/cache/cocaine
chown -R cocaine /var/spool/cocaine
;; ;;


abort-upgrade|abort-remove|abort-deconfigure) abort-upgrade|abort-remove|abort-deconfigure)
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -31,6 +31,6 @@ Description: Cocaine - Runtime


Package: cocaine-tools Package: cocaine-tools
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcocaine-core2, python, python-zmq Depends: ${shlibs:Depends}, ${misc:Depends}, libcocaine-core2, python, python-zmq, msgpack-python
Description: Cocaine - Toolset Description: Cocaine - Toolset
Various tools to query and manipulate running Cocaine instances. Various tools to query and manipulate running Cocaine instances.