Skip to content

Commit f97ab45

Browse files
committed
Synchronized build
1 parent a1f8c6e commit f97ab45

File tree

10 files changed

+400
-388
lines changed

10 files changed

+400
-388
lines changed

aaron/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<title>Redirect to: https://docs.google.com/document/d/1ylCkTMq1tsxGCn1baq_59I8p82gFKWj24iLXSwEFc0Q/edit?usp=sharing</title>
6+
<meta http-equiv="refresh" content="0; URL='https://docs.google.com/document/d/1ylCkTMq1tsxGCn1baq_59I8p82gFKWj24iLXSwEFc0Q/edit?usp=sharing'"/>
7+
<link href="https://docs.google.com/document/d/1ylCkTMq1tsxGCn1baq_59I8p82gFKWj24iLXSwEFc0Q/edit?usp=sharing" rel="canonical"/>
8+
</head>
9+
<body>
10+
<a href="https://docs.google.com/document/d/1ylCkTMq1tsxGCn1baq_59I8p82gFKWj24iLXSwEFc0Q/edit?usp=sharing">Redirect to: https://docs.google.com/document/d/1ylCkTMq1tsxGCn1baq_59I8p82gFKWj24iLXSwEFc0Q/edit?usp=sharing</a>
11+
</body>
12+
</html>

blog/entries/2020-04-03-nvmee-on-debian-on-aws/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,12 @@ <h2 id="our-solution">Our Solution</h2><p>Modern Amazon Linux AMIs resolve this
316316
<p>The <a href="https://github.com/creativecommons/sre-salt-prime/blob/master/states/mount/init.sls"><code>states/mount/init.sls</code></a> state includes a complex shell
317317
command (with Jinja2 variables) that loops through the NVMe devices and finds
318318
the correct one:</p>
319-
<div class="hll"><pre><span></span><span class="k">for</span> n <span class="k">in</span> /dev/nvme?n?
319+
<div class="hll"><pre><span></span><span class="k">for</span><span class="w"> </span>n<span class="w"> </span><span class="k">in</span><span class="w"> </span>/dev/nvme?n?
320320
<span class="k">do</span>
321-
<span class="k">if</span> nvme id-ctrl -v <span class="si">${</span><span class="nv">n</span><span class="si">}</span> <span class="p">|</span> grep -q <span class="s1">&#39;^0000:.*{{ spec_short }}&#39;</span>
322-
<span class="k">then</span>
323-
ln -s <span class="si">${</span><span class="nv">n</span><span class="si">}</span> <span class="o">{{</span> spec_long <span class="o">}}</span>
324-
<span class="k">fi</span>
321+
<span class="w"> </span><span class="k">if</span><span class="w"> </span>nvme<span class="w"> </span>id-ctrl<span class="w"> </span>-v<span class="w"> </span><span class="si">${</span><span class="nv">n</span><span class="si">}</span><span class="w"> </span><span class="p">|</span><span class="w"> </span>grep<span class="w"> </span>-q<span class="w"> </span><span class="s1">&#39;^0000:.*{{ spec_short }}&#39;</span>
322+
<span class="w"> </span><span class="k">then</span>
323+
<span class="w"> </span>ln<span class="w"> </span>-s<span class="w"> </span><span class="si">${</span><span class="nv">n</span><span class="si">}</span><span class="w"> </span><span class="o">{{</span><span class="w"> </span>spec_long<span class="w"> </span><span class="o">}}</span>
324+
<span class="w"> </span><span class="k">fi</span>
325325
<span class="k">done</span>
326326
</pre></div>
327327
<p>Example variable values:</p>

blog/entries/apache-airflow-testing-with-pytest/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h2 id="challenge-localize-airflow-to-the-project-directory">Challenge: Localiz
319319
<p>The solution is to choose a directory in your project, and set the environment
320320
variable <code>$AIRFLOW_HOME</code> whenever you run the tests, or use the <code>airflow</code>
321321
command on the project DAGs. I recommend you add the command</p>
322-
<div class="hll"><pre><span></span><span class="nb">export</span> <span class="nv">AIRFLOW_HOME</span><span class="o">=</span>/your/desired/full/path/
322+
<div class="hll"><pre><span></span><span class="nb">export</span><span class="w"> </span><span class="nv">AIRFLOW_HOME</span><span class="o">=</span>/your/desired/full/path/
323323
</pre></div>
324324
<p>to a script (ours is called <code>env.sh</code>) that will be run in any shell dealing with
325325
the 'localized' Airflow instance, because forgetting to set the variable for

blog/entries/automate-github-for-more-than-CI CD/index.html

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

blog/entries/cc-vocabulary-new-design-system/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ <h3 id="the-good">The good</h3><p>As you've already seen, the prospects of the l
378378
footing, something I had not even dreamed possible!</p>
379379
<p><strong>Pro-tip:</strong> If you haven't seen or experienced Vue UI, you should. It will
380380
change your opinion of Vue for the better, as it did mine.</p>
381-
<div class="hll"><pre><span></span><span class="o">[</span>user cc-vocabulary<span class="o">]</span>$ vue ui
381+
<div class="hll"><pre><span></span><span class="o">[</span>user<span class="w"> </span>cc-vocabulary<span class="o">]</span>$<span class="w"> </span>vue<span class="w"> </span>ui
382382
</pre></div>
383383
<h3 id="the-bad">The bad</h3><p>In week 2, I had to develop a number of components and incorporate design
384384
tokens, a practice with origins at Salesforce. Folks wiser than myself at
@@ -421,7 +421,7 @@ <h3 id="the-ugly">The ugly</h3><p>Incorporating translations into the project wa
421421
perfectly. But the Styleguide would <em>just not render translations at all!</em></p>
422422
<p>It took close to three days to even figure out why. Once I misinterpreted the
423423
cause of the error, broke the entire styleguide and had to</p>
424-
<div class="hll"><pre><span></span><span class="o">[</span>user cc-vocabulary<span class="o">]</span>$ git reset --hard HEAD
424+
<div class="hll"><pre><span></span><span class="o">[</span>user<span class="w"> </span>cc-vocabulary<span class="o">]</span>$<span class="w"> </span>git<span class="w"> </span>reset<span class="w"> </span>--hard<span class="w"> </span>HEAD
425425
</pre></div>
426426
<p>to even get things to work. <em>"Use VCS."</em>, proved one again.</p>
427427
<p>Finally I had to register the i18n plugin separately for the styleguide, install

0 commit comments

Comments
 (0)