Previous topic

jubeo.cli module

This Page

jubeo.main module

jubeo.main.JUBEO_PROJ_CONF = 'jubeo.toml'

The config file for individual projects.

jubeo.main.base_repo_path()[source]
jubeo.main.config_template_path()[source]
jubeo.main.retrieve_upstream(url, cache_path)[source]
jubeo.main.load_proj_config(proj_dir)[source]
jubeo.main.update_project(source, target, config, force=True)[source]
jubeo.main.update_config(source, target, force=True)[source]

Update the configuration files for this project.

Parameters
  • source (Path) – The configuration repository to copy from.

  • target (Path) – The target configuration folder to update.

jubeo.main.update_taskset(source, target, config, force=True)[source]

Update the taskset for this project.

Parameters
  • source (Path) – The task-set repository to copy from.

  • target (Path) – The target task-set to update.

jubeo.main.init_project(source_repo, target_project, force=False)[source]