successfully run remote code!
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
5c35cad477
commit
f6fac37f1d
2 changed files with 10 additions and 1 deletions
|
|
@ -274,6 +274,13 @@ __cdist_remote_object_dir()
|
|||
echo "$(__cdist_remote_object_base_dir "$1")/${__cdist_name_dot_cdist}"
|
||||
}
|
||||
|
||||
__cdist_remote_object_code()
|
||||
{
|
||||
# FIXME: this should probably be __cdist_name_CODE_remote instead, although
|
||||
# they have the same name always
|
||||
echo "$(__cdist_remote_object_dir "$1")/${__cdist_name_code}-${__cdist_name_gencode_remote}"
|
||||
}
|
||||
|
||||
__cdist_remote_object_parameter_dir()
|
||||
{
|
||||
echo "$(__cdist_remote_object_dir "$1")/${__cdist_name_parameter}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue