Home
last modified time | relevance | path

Searched refs:run_deploy (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Dmanager.py6 from conans.client.importer import run_deploy, run_imports
141 run_deploy(deploy_conanfile, install_folder)
H A Dimporter.py98 def run_deploy(conanfile, install_folder): function
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DEngine.pm532 sub run_deploy { shift->run_file(@_) } method in App::Sqitch::Engine
909 $self->run_deploy($change->deploy_file) unless $self->log_only;