Module: RightPublish

Defined in:
lib/right_publish.rb,
lib/right_publish/cli.rb,
lib/right_publish/repo.rb,
lib/right_publish/profile.rb,
lib/right_publish/storage.rb,
lib/right_publish/repos/apt.rb,
lib/right_publish/repos/gem.rb,
lib/right_publish/repos/msi.rb,
lib/right_publish/repos/yum.rb,
lib/right_publish/stores/s3.rb,
lib/right_publish/annotation.rb,
lib/right_publish/repos/zypp.rb,
lib/right_publish/stores/local.rb

Defined Under Namespace

Modules: Annotation, CLI, LocalStorage, S3Storage, Storage Classes: AptRepo, GemRepo, MsiRepo, Profile, Repo, RepoManager, StorageManager, YumRepo, ZyppRepo

Constant Summary collapse

MIME_TYPES =

Combined list of MIME types that should be registered with mime-types, AND preferred MIME types for this application to use, in cases where a given filename extension is used by multiple MIME types.

{
  'application/x-deb'            => 'deb',
  'application/x-ruby-gem'       => 'gem',
  'application/x-rpm'            => 'rpm',
  'application/x-msi'            => 'msi',
  'text/xml'                     => 'xml',
}