public String remotePath() {
return String.format("/var/www/localhost/htdocs/%s/os/%s", getCode(), version);
}
public File stage3File(OsDirs dirs) {
Directory osVar = dirs.osVar();
String name = String.format("%s-%s.tar.gz", getCode(), version);
return osVar.fileAt(name);
}