alpha_omega 0.0.90 → 0.0.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/alpha_omega/version.rb +1 -1
- data/libexec/build +1 -1
- data/libexec/check +1 -1
- data/libexec/compare +1 -1
- data/libexec/config +1 -1
- data/libexec/deploy +1 -1
- data/libexec/dist +1 -1
- data/libexec/dna +1 -1
- data/libexec/hosts +1 -1
- data/libexec/invoke +1 -1
- data/libexec/release +1 -1
- data/libexec/restart +1 -1
- data/libexec/rollback +1 -1
- data/libexec/shell +1 -1
- data/libexec/stage +1 -1
- metadata +3 -3
data/lib/alpha_omega/version.rb
CHANGED
data/libexec/build
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/check
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/compare
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/config
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/deploy
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/dist
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/dna
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/hosts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/invoke
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/release
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/restart
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/rollback
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/shell
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
data/libexec/stage
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
hst_this=$(hostname -s)
|
|
4
4
|
if ! echo "$hst_this" | egrep -q "^(admin|develop)"; then
|
|
5
5
|
# unless the .ao_no_proxy file exists
|
|
6
|
-
if [[ -f ".ao_no_proxy" ]]; then
|
|
6
|
+
if [[ ! -f ".ao_no_proxy" ]]; then
|
|
7
7
|
# ssh into deploy host and run from there
|
|
8
8
|
exec bin/proxy $(basename $0) "$@"
|
|
9
9
|
exit 1
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alpha_omega
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 169
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 91
|
|
10
|
+
version: 0.0.91
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|