rbx 3.28.0.dev209__tar.gz → 3.28.0.dev210__tar.gz
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.
- {rbx-3.28.0.dev209/rbx.egg-info → rbx-3.28.0.dev210}/PKG-INFO +1 -1
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/pyproject.toml +2 -2
- rbx-3.28.0.dev210/rbx/__init__.py +1 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/tasks/ec2.py +3 -5
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210/rbx.egg-info}/PKG-INFO +1 -1
- rbx-3.28.0.dev209/rbx/__init__.py +0 -1
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/LICENSE +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/README.md +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/auth/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/auth/decorators.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/auth/id_token.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/auth/keystore.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/auth/mock.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/aws/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/aws/s3.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/cli.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/tasks/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/tasks/image.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/buildtools/tasks/misc.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/adsquare.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/broadsign.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/oxr.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/panels.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/place_exchange.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/reporting.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/clients/retry.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/exceptions.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/gcp/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/gcp/cloud_tasks.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/gcp/pubsub.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/gcp/storage.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/logging.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/settings.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/utils/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/utils/mdm.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/utils/vast.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/web/__init__.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx/web/handlers.py +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx.egg-info/SOURCES.txt +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx.egg-info/dependency_links.txt +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx.egg-info/entry_points.txt +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx.egg-info/requires.txt +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/rbx.egg-info/top_level.txt +0 -0
- {rbx-3.28.0.dev209 → rbx-3.28.0.dev210}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rbx"
|
|
7
|
-
version = "3.28.0.
|
|
7
|
+
version = "3.28.0.dev210"
|
|
8
8
|
description = "A collection of common tools for Scoota services."
|
|
9
9
|
authors = [
|
|
10
10
|
{ name = "The Scoota Engineering Team", email = "engineering@scoota.com" }
|
|
@@ -78,7 +78,7 @@ homepage = "https://github.com/rockabox/rbx"
|
|
|
78
78
|
repository = "https://github.com/rockabox/rbx.git"
|
|
79
79
|
|
|
80
80
|
[tool.bumpversion]
|
|
81
|
-
current_version = "3.28.0.
|
|
81
|
+
current_version = "3.28.0.dev210"
|
|
82
82
|
commit = true
|
|
83
83
|
parse = """
|
|
84
84
|
(?P<major>\\d+)\\.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.28.0.dev210"
|
|
@@ -31,9 +31,8 @@ def deploy(host, user, key_filename, service, environment, sandboxed, version):
|
|
|
31
31
|
# Get the latest configuration for the Server we are deploying to.
|
|
32
32
|
# Valid configurations are located at '/<Service>/<Env>/'
|
|
33
33
|
connection.run(
|
|
34
|
-
"aws s3 sync {
|
|
35
|
-
|
|
36
|
-
),
|
|
34
|
+
f"aws s3 sync {CONFIGURATIONS}/{service}/{environment} {service}"
|
|
35
|
+
" --exact-timestamps --delete",
|
|
37
36
|
echo=True,
|
|
38
37
|
)
|
|
39
38
|
|
|
@@ -70,5 +69,4 @@ def deploy(host, user, key_filename, service, environment, sandboxed, version):
|
|
|
70
69
|
)
|
|
71
70
|
|
|
72
71
|
# Remove all unused Docker Images
|
|
73
|
-
connection.run("docker
|
|
74
|
-
connection.run("docker rm `docker ps -a -q` || true", echo=True)
|
|
72
|
+
connection.run("docker system prune --all --force", echo=True)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.28.0.dev209"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|