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

Issues when creating packages from directories for nexus #181

Open
rhoml opened this issue Nov 21, 2016 · 0 comments
Open

Issues when creating packages from directories for nexus #181

rhoml opened this issue Nov 21, 2016 · 0 comments

Comments

@rhoml
Copy link

rhoml commented Nov 21, 2016

I am trying to build a debian package for Sonatype nexus and for some weird reason the final package is a 3MB package with only one of the directories from nexus. Any idea of how can I debug what is going on?

class Nexus < FPM::Cookery::Recipe
  description 'Sonatype nexus'

  name     'nexus'
  version  '3.1.0-04'

  homepage 'http://www.sonatype.org/nexus/'
  source   "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-#{version}-unix.tar.gz"

  def build
  end

  def install
    opt('nexus').install Dir['*']
  end
end
@rhoml rhoml changed the title Issues when creating packages from nexus Issues when creating packages from directories for nexus Nov 21, 2016
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

1 participant