This page will guide you on setting up CIA Hooks for your Mozilla extension within the Pkg-?MozExt GIT repositories.

Instructions

Note: as an example I'll use the extension named webdeveloper, so please remember to adapt it to your $extension_name.

Log in into vasks:

    ssh $UID@vasks.debian.org

Then:

    cd /git/pkg-mozext/webdeveloper.git
    cp ../CIA_Hooks/git-ciabot.pl ./hooks
    cp ../CIA_Hooks/post-receive ./hooks

When done get back to the topdir of the webdeveloper.git folder and modify the file named config as follows:

[...]
    ...
[hooks]
    cia-project = pkg-mozext

Done!