Permalink
Comparing changes
Open a pull request
- 1 commit
- 1 file changed
- 0 commit comments
- 1 contributor
Commits on Mar 23, 2018
add --depth=50 to "git clone" lines.
Unified
Split
Showing
with
3 additions
and 3 deletions.
- +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> | ||
|
|
||
|
|
||
|
|
||