[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <system>
        <scripts>
            <commit>
                <file>
                    <name>name</name> <!-- identifier -->
                    <optional/>
                    <source>source</source>
                    <refresh/>
                    <refresh-from>refresh-from</refresh-from>
                </file>
            </commit>
        </scripts>
    </system>
</configuration>

Description

Commit script file.

Contents

<name>—Local filename of the script file.

<optional>—Allow commit to succeed if the script is missing.

<refresh>—Refresh this script from its source.

<refresh-from>—Refresh this script from a given URL.

<source>—URL of source for this script.


[Contents] [Prev] [Next] [Index] [Report an Error]