Class/Module Index [+]

Quicksearch

PhusionPassenger::Packaging

Constants

ASCII_DOCS

A list of HTML files that are generated with Asciidoc.

DEBIAN_EXCLUDE_GLOB

Files that should be excluded from the Debian tarball.

EXCLUDE_GLOB
GLOB

A list of globs which match all files that should be packaged in the Phusion Passenger gem or tarball.

PREGENERATED_FILES

Files that must be generated before packaging.

SUPER_USER_EXECUTABLES
USER_EXECUTABLES

Public Class Methods

debian_orig_tarball_files() click to toggle source
# File lib/phusion_passenger/packaging.rb, line 121
def self.debian_orig_tarball_files
        return files - Dir[*DEBIAN_EXCLUDE_GLOB]
end
files() click to toggle source
# File lib/phusion_passenger/packaging.rb, line 117
def self.files
        return Dir[*GLOB] - Dir[*EXCLUDE_GLOB]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.