Sha256: 9713b1d5cb64d300d2f8cd05c7cf1af2c07cf9032ca08039b60425565b4a154c

Contents?: true

Size: 487 Bytes

Versions: 5

Compression:

Stored size: 487 Bytes

Contents

#!/bin/bash

#/ NAME
#/     ao-dist -- distribute assets, binaries
#/
#/ SYNOPSIS
#/     ao dist [deploy_set...]

# 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/sbin/_treadstone"

# parse the command-line

# entry point
function main {
  set -- $(for a in "$@"; do echo $a.app; done)
  bundle exec cap "$@" deploy:lock deploy:dist
}

require 'sub' "$BASH_SOURCE" "$@"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alpha_omega-1.2.1 libexec/ao-dist
alpha_omega-1.2.0 libexec/ao-dist
alpha_omega-1.1.11 libexec/ao-dist
alpha_omega-1.1.10 libexec/ao-dist
alpha_omega-1.1.9 libexec/ao-dist