prima-twig 1.0.27 → 1.0.28
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.
- checksums.yaml +4 -4
- data/bin/twig-build +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ebbe34f5930e6a4ce8734c25a861b3e2a0d5975663978673b629a4520c6a262
|
|
4
|
+
data.tar.gz: 0fc017cd93fa1b7b450f7df4e1542cb40b952eb0b691983ecc69a7904e25203b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf7be18099db0176d241d126a37c71e32dd392cff8f305bd3eb6d0d13634e94b56f1693c966d704001a39f9a76a9c249ec01181b434132dc9d36fee8d1fb4155
|
|
7
|
+
data.tar.gz: d0b40a6184d0cfc4da29aaf42bec5830ecbd4138fc8689591911c3bb60a5b2d22aeac763e332fb31f9ed9d53bc0f6ca0f390733e4c4b7281143d65388c9a0eac
|
data/bin/twig-build
CHANGED
|
@@ -1453,7 +1453,7 @@ class Build
|
|
|
1453
1453
|
update_service_defaults(get_stack_name("hal9000"))
|
|
1454
1454
|
update_service_defaults(get_stack_name("fidaty"))
|
|
1455
1455
|
update_service_defaults(get_stack_name("peano"))
|
|
1456
|
-
update_service_defaults(get_stack_name("legion"))
|
|
1456
|
+
# update_service_defaults(get_stack_name("legion"))
|
|
1457
1457
|
update_service_defaults(get_stack_name("assange"))
|
|
1458
1458
|
update_service_defaults(get_stack_name("borat"))
|
|
1459
1459
|
update_service_defaults(get_stack_name("activia"))
|
|
@@ -1484,7 +1484,7 @@ class Build
|
|
|
1484
1484
|
crash_hostname = get_route53_hostname("crash")
|
|
1485
1485
|
starsky_hostname = get_route53_hostname("starsky")
|
|
1486
1486
|
hutch_hostname = get_route53_hostname("hutch")
|
|
1487
|
-
legion_hostname = get_route53_hostname("legion")
|
|
1487
|
+
# legion_hostname = get_route53_hostname("legion")
|
|
1488
1488
|
|
|
1489
1489
|
#launch_mimo(get_deploy_id)
|
|
1490
1490
|
|
|
@@ -1505,7 +1505,7 @@ class Build
|
|
|
1505
1505
|
> Rachele url: http://#{rachele_hostname}:10040
|
|
1506
1506
|
> Maia App url: https://#{maia_app_hostname}
|
|
1507
1507
|
> Maia Intermediari url: https://#{maia_intermediari_hostname}
|
|
1508
|
-
> Legion url: http://#{
|
|
1508
|
+
> Legion url: http://#{prima_hostname}:8051
|
|
1509
1509
|
> Crash url: https://#{crash_hostname}
|
|
1510
1510
|
> Starsky url: https://#{starsky_hostname}
|
|
1511
1511
|
> Hutch url: https://#{hutch_hostname}
|