Skip to content

Commit 6e6e000

Browse files
committed
Deploying to gh-pages from @ 440a985 🚀
1 parent 8e0dd99 commit 6e6e000

File tree

4 files changed

+123
-112
lines changed

4 files changed

+123
-112
lines changed

build/build-dev-mac/index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,9 +3572,9 @@ <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Anchor l
35723572
<li><strong><a href="../../version/development/#whats-going-on-in-the-dev-branch">What's going on in the <code>dev branch</code></a></strong></li>
35733573
</ul>
35743574
<h2 id="build-dev-with-mac">Build <code>dev</code> with Mac<a class="headerlink" href="#build-dev-with-mac" title="Anchor link to this Header on this Page">&para;</a></h2>
3575-
<p>The same script is used to build the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> as is used to build the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>. Copy and paste this command in any terminal and choose <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>. Follow the instructions on the screen.</p>
3575+
<p>The same script is used to build the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr> as is used to build the <code>main</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>. Copy and paste this command in any terminal. Follow the instructions on the screen. Choose Build <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr> and then choose <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>.</p>
35763576
<div class="highlight"><span class="filename">Copy and Paste to start the BuildLoop Script</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
3577-
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)&quot;
3577+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildSelectScript.sh)&quot;
35783578
</code></pre></div>
35793579
<p>For more detailed instructions, head over to:</p>
35803580
<ul>
@@ -3586,11 +3586,22 @@ <h2 id="build-dev-with-mac">Build <code>dev</code> with Mac<a class="headerlink"
35863586
</li>
35873587
</ul>
35883588
<h3 id="build-other-branches">Build Other Branches<a class="headerlink" href="#build-other-branches" title="Anchor link to this Header on this Page">&para;</a></h3>
3589-
<p>You can use the BuildLoop script to build a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr> that was advertised in zulipchat but has not been merged into <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>
3589+
<p>You can use the BuildLoop script to build a feature <abbr title="version of code within a single repository or workspace repository">branch</abbr> that was advertised in zulipchat but has not been merged into <code>dev</code>. </p>
3590+
<blockquote>
3591+
<p>Note. You cannot use the BuildSelectScript to select a custom <abbr title="version of code within a single repository or workspace repository">branch</abbr>. You must directly choose the app you wish to build. In this case, BuildLoop.</p>
3592+
</blockquote>
3593+
<p>In the command (shown below), there is 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. This example would build <code>other-branch</code>, if such a <abbr title="version of code within a single repository or workspace repository">branch</abbr> existed. </p>
3594+
<blockquote>
3595+
<p>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>
3596+
</blockquote>
35903597
<div class="highlight"><span class="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
35913598
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoop.sh)&quot; \
35923599
- other-branch
35933600
</code></pre></div>
3601+
<p>If you want to customize this custom <abbr title="version of code within a single repository or workspace repository">branch</abbr>. You can call the Customization Select script after you download the custom <abbr title="version of code within a single repository or workspace repository">branch</abbr>. This script finds the most recent download in your ~/Downloads/BuildLoop folder. If you want to customize a specific <abbr title="version of code within a single repository or workspace repository">branch</abbr>, first set the terminal to be in the LoopWorkspace folder for the download you want to customize.</p>
3602+
<div class="highlight"><span class="filename">Copy and paste to start the CustomizationSelect script</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
3603+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)&quot;
3604+
</code></pre></div>
35943605
<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">&para;</a></h2>
35953606
<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>
35963607
<p>Checking for updates every week is a good idea. Also - subscribe to all the streams on <a href="https://loop.zulipchat.com"><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr> Zulipchat</a> to make sure you don't miss critical information.</p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)