diff options
Diffstat (limited to 'template')
| l--------- | template/hooks/post-checkout | 1 | ||||
| l--------- | template/hooks/post-merge | 1 | ||||
| -rw-r--r-- | template/local.ninja | 6 |
3 files changed, 2 insertions, 6 deletions
diff --git a/template/hooks/post-checkout b/template/hooks/post-checkout new file mode 120000 index 00000000..acd988a5 --- /dev/null +++ b/template/hooks/post-checkout @@ -0,0 +1 @@ +../../libexec/oasis/perms-hook
\ No newline at end of file diff --git a/template/hooks/post-merge b/template/hooks/post-merge new file mode 120000 index 00000000..acd988a5 --- /dev/null +++ b/template/hooks/post-merge @@ -0,0 +1 @@ +../../libexec/oasis/perms-hook
\ No newline at end of file diff --git a/template/local.ninja b/template/local.ninja deleted file mode 100644 index d5d8d55d..00000000 --- a/template/local.ninja +++ /dev/null @@ -1,6 +0,0 @@ -dir = template -outdir = $builddir/$dir -build $outdir/config: copy $dir/config -build $outdir/info/sparse-checkout: copy $dir/info/sparse-checkout -build $outdir/hooks/post-merge: copy $builddir/util/perms-hook -build $outdir/hooks/post-checkout: copy $builddir/util/perms-hook |
