summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-17 22:11:35 -0700
committerMichael Forney <mforney@mforney.org>2016-06-17 22:11:35 -0700
commit5d750e8b575b61adfdd6d28d67e3d902ae577f3b (patch)
tree9c05fd04b38960a467c44a95232a2508393e7487
parent033e5c4d8a7ce641a895a0327726bee0ac1cf2dc (diff)
Only build git repository by default
-rw-r--r--gen.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen.rc b/gen.rc
index 2058d3d0..6cdd66b9 100644
--- a/gen.rc
+++ b/gen.rc
@@ -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'