Gemfile #4

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • packaging/
  • omnibus-helix-web-services/
  • Gemfile
  • Commits
# Change User Description Committed
#4 18235 tjuricek Remove old omnibus packaging logic.
#3 17093 tjuricek Removed omnibus-software dependencies, in preparing for license compliance.

This removes our external dependency on the omnibus-software project in Gitlab.
To make it easier to maintain license compliance for compiled libraries, the
omnibus software configurations will be edited to copy appropriate LICENSE files
into the distributed packages.
#2 17058 tjuricek Alter omnibus build to meet our current naming conventions.

The strange bit here is that the 'build_iteration' includes the architecture name on debian, but on rpms, we generate it in the omnibus level. This may confuse people.

See also:
https://confluence.perforce.com:8443/display/IP/Package+Naming+Approach#PackageNamingApproach-LinuxPackageNamingApproach
#1 15622 tjuricek Move source code to 'source/' subdirectory of branch.

build/ will remain where it is.
//guest/perforce_software/helix-web-services/main/packaging/omnibus-helix-web-services/Gemfile
#1 14794 tjuricek Omnibus installation framework.

Right now, this mostly just packages up most of the software for use within an embedded ruby distribution. Not everything is working because there are decisions to make I'm not entirely sure about. Things, like, "do we embed postgres", or "do I embed unicorn and generate a stupid init.d script".