summaryrefslogtreecommitdiff
path: root/gen.rc
blob: cb7a61f061d4e8d4b66f11322a110e2f378106fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
subgen core
subgen desktop
subgen devel
subgen extra
subgen media

subgen util

file .perms '$outdir'/root.perms 644

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'