Skip to content

Commit

Permalink
rc file format change (please read below)
Browse files Browse the repository at this point in the history
First: if you have an old rc file it will still work.  In fact
internally the new rc file data gets converted to the old one.  So you
do not have to do anything normally.

This changes the rc file in the following way, taking mirroring as an
example.  Simple enough for most purposes but you really should read the
documentation...

old:
    INPUT                       =>
        [
            'Mirroring::input',
        ],

    PRE_GIT                     =>
        [
            'Mirroring::pre_git',
        ],

    POST_GIT                    =>
        [
            'Mirroring::post_git',
        ],

new:
    ENABLE  =>
        [
        # COMMANDS
            ... several commands ...
        # Triggers
            ... several triggers ...
            'Mirroring',
        ],
  • Loading branch information
sitaramc committed Mar 3, 2013
1 parent 1e3a4af commit d7024de
Show file tree
Hide file tree
Showing 2 changed files with 382 additions and 228 deletions.

0 comments on commit d7024de

Please sign in to comment.