DebootstrapRunner.

RunTool(string, string, string, string, DebootstrapSettings) Method

Summary

Runs the RSync tool
Assembly
Cake.Debootstrap.dll
Namespace
Cake.Debootstrap
Containing Type
DebootstrapRunner

Syntax

public void RunTool(string suite, string target, string mirror, string script, DebootstrapSettings settings)

Parameters

Name Type Description
suite string
target string
mirror string
script string
settings DebootstrapSettings The settings to use

Return Value

Type Description
void