Skip to content

Commit a0254ba

Browse files
authored
Merge pull request #219 from stackhpc/upstream/yoga-2023-04-24
Synchronise yoga with upstream
2 parents 54e153f + 10931b0 commit a0254ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/base/Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ RUN rm -f /etc/rpm/macros.image-language-conf \
139139
{%- if not loop.last %} \{% endif %}
140140
{% endfor -%}
141141

142-
{% for cmd in rpm_setup %}
142+
{% for cmd in rpm_setup %}
143143
{{ cmd }}
144-
{% endfor %}
144+
{% endfor %}
145145

146146
{% block base_centos_repo_overrides_post_rpm %}{% endblock %}
147147

specs/logging-with-heka.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ An alternative to this proposal involves using Logstash in a centralized
256256
way as done in [1].
257257

258258
Another alternative would be to execute Logstash on each cluster node, as this
259-
spec proposes with Heka. But this would mean running a JVM on each cluster
259+
spec proposes with Heka. But this would mean running a JVM on each cluster
260260
node, and using Redis as a centralized queue.
261261

262262
Also, as described above, we initially considered relying on services writing

0 commit comments

Comments
 (0)