Module: Glitter

Defined in:
lib/glitter/server.rb,
lib/glitter.rb,
lib/glitter/cli.rb,
lib/glitter/channel.rb,
lib/glitter/release.rb,
lib/glitter/version.rb,
lib/glitter/configurable.rb

Overview

Glitter servers currently work with Amazon S3 buckets. They contain multiple channels which contain multiple releases of software.

Defined Under Namespace

Modules: Configurable, Release Classes: CLI, Channel, Server

Constant Summary collapse

ExistingReleaseError =
Class.new(RuntimeError)
VERSION =
"2.0.2"

Class Method Summary collapse

Class Method Details

.path(*segments) ⇒ Object

Relative paths for glitter. Mostly our templating engines use this.



7
8
9
# File 'lib/glitter.rb', line 7

def self.path(*segments)
  File.join File.expand_path('../glitter', __FILE__), *segments
end