orig_env => $orig_env,
};
delete $conf->{secret};
+
+ if ($conf->{scm} eq 'git') {
+ chomp($conf->{farm}{revision} = `git describe --tags --always --dirty=+`);
+ }
+
$Data::Dumper::Sortkeys = 1;
return Data::Dumper->Dump([$conf],['Script_Config']);
}