diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-17 22:11:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-17 22:11:35 -0700 |
| commit | 5d750e8b575b61adfdd6d28d67e3d902ae577f3b (patch) | |
| tree | 9c05fd04b38960a467c44a95232a2508393e7487 | |
| parent | 033e5c4d8a7ce641a895a0327726bee0ac1cf2dc (diff) | |
Only build git repository by default
| -rw-r--r-- | gen.rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,3 +11,5 @@ build '$builddir/$repo.stamp' gitinit build '$builddir/$repo.git/refs/tags/$repo_tag' gittree '$outdir/root.tree' '|' '$builddir/$repo.stamp' ./scripts/tree.rc build '$builddir/$repo.tar' gitarchive '|' '$builddir/$repo.git/refs/tags/$repo_tag' build '$builddir/$repo.git/refs/heads/master' gitcommit '|' '$builddir/$repo.git/refs/tags/$repo_tag' + +echo default '$builddir/$repo.git/refs/heads/master' |
