Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Commits on Mar 23, 2018
add --depth=50 to "git clone" lines.
Showing with 3 additions and 3 deletions.
  1. +3 −3 content/blog/humdinger/2017-02-22_building_packages_with_haikuporter.html
@@ -18,11 +18,11 @@ <h2 id="1-getting-haikuporter-and-the-recipes">1. Getting HaikuPorter and the Re

<p>Get the HaikuPorter tool and the haikuports tree with all the recipes:</p>

<pre><code>git clone https://github.com/haikuports/haikuporter.git
git clone https://github.com/haikuports/haikuports.git
<pre><code>git clone https://github.com/haikuports/haikuporter.git --depth=50
git clone https://github.com/haikuports/haikuports.git --depth=50
</code></pre>

<p>That'll create two directories: "haikuporter" with the python tool and "haikuports" with all the recipes categorized in sub-folders.</p>
<p>That'll create two directories: "haikuporter" with the python tool and "haikuports" with all the recipes categorized in sub-folders. <code>--depth=50</code> limits the cloning to the last 50 commits to save download time and disk space.</p>



No commit comments for this range

You can’t perform that action at this time.