Sha256: 4d25943e3e2f12a2622a018f7a891330f95fa996fb1d744fdab11ff8eae6ddf6

Contents?: true

Size: 467 Bytes

Versions: 46

Compression:

Stored size: 467 Bytes

Contents

#!/bin/bash

#/ NAME
#/     stage --
#/
#/ SYNOPSIS
#/     
#/     stage

# figure out the project root under which bin, lib live
shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)"

# load a jason bourne library
source "$shome/libexec/_treadstone"
require 'ao'

function aomain {
  set -- $(for a in "$@"; do echo $a.app; done)
  cap "$@" deploy:began deploy:lock deploy:update_code deploy:symlink_next deploy:finished
}

require sub "$BASH_SOURCE" "$@"

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
alpha_omega-1.5.10 libexec/aoh-stage
alpha_omega-1.5.9 libexec/aoh-stage
alpha_omega-1.5.8 libexec/aoh-stage
alpha_omega-1.5.7 libexec/aoh-stage
alpha_omega-1.5.6 libexec/aoh-stage
alpha_omega-1.5.4 libexec/aoh-stage
alpha_omega-1.5.3 libexec/aoh-stage
alpha_omega-1.5.2 libexec/aoh-stage
alpha_omega-1.5.1 libexec/aoh-stage
alpha_omega-1.5.0 libexec/aoh-stage
alpha_omega-1.3.48 libexec/aoh-stage
alpha_omega-1.3.47 libexec/aoh-stage
alpha_omega-1.3.46 libexec/aoh-stage
alpha_omega-1.3.45 libexec/aoh-stage
alpha_omega-1.3.44 libexec/aoh-stage
alpha_omega-1.3.43 libexec/aoh-stage
alpha_omega-1.3.42 libexec/aoh-stage
alpha_omega-1.3.41 libexec/aoh-stage
alpha_omega-1.3.40 libexec/aoh-stage
alpha_omega-1.3.39 libexec/aoh-stage