smartcloud 0.0.53 → 0.0.54
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/lib/smartcloud/grids/grid-runner/Dockerfile +1 -0
- 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: 65928cd990127fdfac0994be0555481b1042c9f3b5d8e2c5499e56f18731aee3
|
|
4
|
+
data.tar.gz: 6c7dd5b82f20b68d168d1adb225d390a9ce4b285d57d7007a7d2f3fce8d225ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59bcceb900fd8593a8da8ac171925f8fa6a005d6d888538fcc4f7b83f7060e5fff4eeab1fd63e589645bf193ae5bf55d2762c3e236767805d3763ee07fc8f11e
|
|
7
|
+
data.tar.gz: 96ec0e1f025edf22cf0cf283a0061f3a404f3d2d556fd958586269b91f52d0bbbf165493c5b723a05f278ddc80ac26091605f8e24e8068f8e4c5e8d9a7d3d2b1
|
|
@@ -30,6 +30,7 @@ RUN gem install smartcloud --no-rdoc --no-ri
|
|
|
30
30
|
# These will be used by fcgiwrap for fcgi
|
|
31
31
|
ENV SCRIPT_FILENAME=/usr/libexec/git-core/git-http-backend
|
|
32
32
|
ENV GIT_HTTP_EXPORT_ALL=""
|
|
33
|
+
ENV ABC=/uus/asdasd
|
|
33
34
|
|
|
34
35
|
# launch fcgiwrap via spawn-fcgi; launch nginx in the foreground
|
|
35
36
|
# so the container doesn't die on us; supposedly we should be
|