Sha256: 1f78388999fac40814ad0513c02e3dc9eba5faf7c8cc431f3cb0da4ca7eb2608

Contents?: true

Size: 1.5 KB

Versions: 20

Compression:

Stored size: 1.5 KB

Contents

# Phusion Passenger RPM packaging automation

This repository contains tools for automating the building of RPM packages for Phusion Passenger. These tools require Ubuntu 12.04 x86_64, Docker and Jenkins. The main build environment is a CentOS 6 Docker container.

## Installation

First, install Docker: http://www.docker.io/

Then install `passenger_rpm_automation`:

    git clone https://github.com/phusion/passenger_rpm_automation.git /tmp/passenger_rpm_automation
    /tmp/passenger_rpm_automation/setup-system
    sudo mv /tmp/passenger_rpm_automation /srv/passenger_rpm_automation
    sudo chown -R psg_rpm_automation: /srv/passenger_rpm_automation

Next, create a project for Phusion Passenger:

    cd /srv/passenger_rpm_automation
    sudo ./create_project passenger https://github.com/phusion/passenger.git

## Usage

`passenger_rpm_automation` usage commands are supposed to be run as the `psg_rpm_automation` user, and from the `/srv/passenger_rpm_automation` directory.

### Logging into the build environment

Run this to login to the build environment container. This allows you to inspect things. Any changes you make will not be saved.

    ./shell

Any arguments you pass are passed to `docker run`.

### Building RPMs

To build RPMs for all supported distributions and all supported architectures, run:

    ./build -p PROJECT_DIR

The RPMs will be saved to `PROJECT_DIR/build`.

You can also build RPMs for just a single distribution/architecture. Use the `-d` and `-a` parameters to do that. Pass `-h` for help.

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
passenger-4.0.60 packaging/rpm/README.md
passenger-5.0.4 packaging/rpm/README.md
passenger-5.0.3 packaging/rpm/README.md
passenger-5.0.2 packaging/rpm/README.md
passenger-5.0.1 packaging/rpm/README.md
passenger-5.0.0.rc2 packaging/rpm/README.md
passenger-5.0.0.rc1 packaging/rpm/README.md
passenger-4.0.59 packaging/rpm/README.md
passenger-5.0.0.beta3 packaging/rpm/README.md
passenger-4.0.58 packaging/rpm/README.md
passenger-4.0.57 packaging/rpm/README.md
passenger-5.0.0.beta2 packaging/rpm/README.md
passenger-4.0.56 packaging/rpm/README.md
passenger-4.0.55 packaging/rpm/README.md
passenger-5.0.0.beta1 packaging/rpm/README.md
passenger-4.0.53 packaging/rpm/README.md
passenger-4.0.52 packaging/rpm/README.md
passenger-4.0.51 packaging/rpm/README.md
passenger-4.0.50 packaging/rpm/README.md
passenger-4.0.49 packaging/rpm/README.md