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

Drone .deb package requires lsb_release to install cleanly on Debian 8 #1126

Closed
nosmo opened this issue Aug 7, 2015 · 1 comment
Closed

Comments

@nosmo
Copy link

nosmo commented Aug 7, 2015

When installing Drone with the .deb package on a completely fresh Debian 8 install, the user is prompted with the following message:

$ dpkg -i drone.deb
Selecting previously unselected package drone.
(Reading database ... 13553 files and directories currently installed.)
Preparing to unpack drone.deb ...
Unpacking drone (0.3.0-alpha-1438588567) ...
Setting up drone (0.3.0-alpha-1438588567) ...
/var/lib/dpkg/info/drone.postinst: 20: /var/lib/dpkg/info/drone.postinst: lsb_release: not found
/var/lib/dpkg/info/drone.postinst: 20: /var/lib/dpkg/info/drone.postinst: lsb_release: not found
/var/lib/dpkg/info/drone.postinst: 24: /var/lib/dpkg/info/drone.postinst: lsb_release: not found
 Your system
 This system is not supported, you can install service manually

Installing the lsb-release package and trying again features no errors, so adding to the Depends should fix this.

@bradrydzewski bradrydzewski modified the milestone: Unreleased Aug 18, 2015
@bradrydzewski
Copy link

starting with 0.4 release we're distributing Drone as a Docker image only. It eliminates a lot of distro-specific issues we are seeing with regards to packaging and dependencies.

for reference, new installation instructions:
http:https://readme.drone.io/docs/setup/index.html

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

No branches or pull requests

2 participants