changes to custom command invocation etc.; see below

- 'post-compile' subdir moved under 'commands/' but only for
    sanity; has no real significance now

  - new, internal use only, gitolite command run-all, as in

        gitolite run-all POST_COMPILE

    which runs all the commands in @{ $rc{POST_COMPILE} } in sequence.
    You can sdo this for any section of course, though this is the only
    one in the rc right now.

    (Future candidates: PRE_GIT, POST_GIT, PRE_CREATE, POST_CREATE)
This commit is contained in:
Sitaram Chamarty 2012-03-16 09:25:39 +05:30
parent efe37fb8a3
commit 876b554fb5
8 changed files with 79 additions and 59 deletions

View file

@ -26,7 +26,7 @@ try "
cp $bd/../t/keys/*.pub $ab/keydir; ok or die 6
";
_system("gitolite post-compile ssh-authkeys");
_system("gitolite post-compile/ssh-authkeys");
# basic tests
# ----------------------------------------------------------------------