|
1535 | 1535 | <ul class="md-nav__list"> |
1536 | 1536 |
|
1537 | 1537 | <li class="md-nav__item"> |
1538 | | - <a href="#buildloopdev-other-branches" class="md-nav__link"> |
| 1538 | + <a href="#build-other-branches" class="md-nav__link"> |
1539 | 1539 | <span class="md-ellipsis"> |
1540 | | - BuildLoopDev Other Branches |
| 1540 | + Build Other Branches |
1541 | 1541 | </span> |
1542 | 1542 | </a> |
1543 | 1543 |
|
|
3530 | 3530 | <ul class="md-nav__list"> |
3531 | 3531 |
|
3532 | 3532 | <li class="md-nav__item"> |
3533 | | - <a href="#buildloopdev-other-branches" class="md-nav__link"> |
| 3533 | + <a href="#build-other-branches" class="md-nav__link"> |
3534 | 3534 | <span class="md-ellipsis"> |
3535 | | - BuildLoopDev Other Branches |
| 3535 | + Build Other Branches |
3536 | 3536 | </span> |
3537 | 3537 | </a> |
3538 | 3538 |
|
@@ -3606,10 +3606,11 @@ <h2 id="buildloopdev-script"><code>BuildLoopDev</code> Script<a class="headerlin |
3606 | 3606 | <div class="copy highlight"><span class="filename">Copy and Paste to start the BuildLoopDev script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">"</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span> |
3607 | 3607 | <span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh<span class="k">)</span><span class="s2">"</span> |
3608 | 3608 | </code></pre></div> |
3609 | | -<h3 id="buildloopdev-other-branches">BuildLoopDev Other Branches<a class="headerlink" href="#buildloopdev-other-branches" title="Anchor link to this Header on this Page">¶</a></h3> |
3610 | | -<p>You can use the BuildLoopDev script to build a specific development <abbr title="version of code within a single repository or workspace repository">branch</abbr>, other than <code>dev</code>. See the example below that would build <code>other-branch</code>, if such a <abbr title="version of code within a single repository or workspace repository">branch</abbr> existed. This is just an example. You need to substitute the <abbr title="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. There must be a space after the final quote, followed by a hyphen, another space and then the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name.</p> |
3611 | | -<div class="copy highlight"><span class="filename">Example using <code>other-branch</code> with the BuildLoopDev script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">"</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span> |
3612 | | -<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh<span class="k">)</span><span class="s2">"</span><span class="w"> </span>-<span class="w"> </span>other-branch |
| 3609 | +<h3 id="build-other-branches">Build Other Branches<a class="headerlink" href="#build-other-branches" title="Anchor link to this Header on this Page">¶</a></h3> |
| 3610 | +<p>You can use the BuildLoopDev script to build a specific development <abbr title="version of code within a single repository or workspace repository">branch</abbr>, other than <code>dev</code>. At the end of the script (from above), add a space after the final quote, followed by a hyphen, another space and then the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name. See the example below that would build <code>other-branch</code>, if such a <abbr title="version of code within a single repository or workspace repository">branch</abbr> existed. This is just an example. You need to substitute the <abbr title="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.</p> |
| 3611 | +<div class="highlight"><span class="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash -c "$(curl -fsSL \ |
| 3612 | + https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)" \ |
| 3613 | + - other-branch |
3613 | 3614 | </code></pre></div> |
3614 | 3615 | <h2 id="update-loop-dev">Update <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev<a class="headerlink" href="#update-loop-dev" title="Anchor link to this Header on this Page">¶</a></h2> |
3615 | 3616 | <p>While <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev is under active development, you should monitor zulipchat and update frequently.</p> |
|
0 commit comments