/DADK/dadk-user/src/parser/ |
H A D | task.rs | 288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in try_from() 301 Source::Git => Err(anyhow::Error::msg( in try_from() 319 Git(GitSource), enumerator 329 CodeSource::Git(source) => source.validate(), in validate() 336 CodeSource::Git(source) => source.trim(), in trim()
|
H A D | task.rs | 288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in from() 301 Source::Git => Err(anyhow::Error::msg( in new() 302 "InstallFromPrebuild doesn't support Git", in new() 319 Git(GitSource), in from() 329 CodeSource::Git(source) => source.validate(), 336 CodeSource::Git(source) => source.trim(), in new() 485 Git(GitSource), global() enumerator
|
H A D | task.rs | 288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( in from() 301 Source::Git => Err(anyhow::Error::msg( in new() 302 "InstallFromPrebuild doesn't support Git", 319 Git(GitSource), in from() 329 CodeSource::Git(source) => source.validate(), 336 CodeSource::Git(source) => source.trim(), 484 Git(GitSource), global() enumerator
|
H A D | config.rs |
|
H A D | config.rs |
|
H A D | task.rs | 288 Source::Git => Ok(TaskType::BuildFromSource(CodeSource::Git(GitSource::new( 301 Source::Git => Err(anyhow::Error::msg( in trim() 302 "InstallFromPrebuild doesn't support Git", in trim() 319 Git(GitSource), in validate() 329 CodeSource::Git(source) => source.validate(), in trim() 336 CodeSource::Git(source) => source.trim(), in name_version() 368 Git(GitSource), global() enumerator
|
/DADK/tests/data/dadk_config_v1/ |
H A D | app_target_arch_x86_64_0_1_0.dadk | 7 "Git": {
|
H A D | app_target_arch_riscv64_only_0_1_0.dadk | 7 "Git": {
|
H A D | app_target_arch_x86_64_only_0_1_0.dadk | 7 "Git": {
|
H A D | app_all_target_arch_0_1_0.dadk | 7 "Git": {
|
H A D | app_target_arch_empty_should_fail_0_1_0.dadk | 7 "Git": {
|
H A D | app_target_arch_x86_64_uppercase_0_1_0.dadk | 7 "Git": {
|
/DADK/dadk-config/tests/ |
H A D | test_user_config.rs | 38 source: Source::Git, in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 38 source: Source::Git, in test_parse_dadk_user_config()
|
H A D | test_user_config.rs | 38 source: Source::Git, in test_parse_dadk_user_config()
|
/DADK/dadk-config/src/common/ |
H A D | task.rs | 34 Git, enumerator
|
H A D | task.rs | 34 Git, enumerator
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 180 CodeSource::Git(_) | CodeSource::Archive(_) => { in need_source_cache()
|
H A D | cache.rs | 180 CodeSource::Git(_) | CodeSource::Archive(_) => { in need_source_cache()
|
H A D | mod.rs | 509 CodeSource::Git(git) => { in run_command()
|
H A D | mod.rs | 509 CodeSource::Git(git) => { in run_command()
|
H A D | mod.rs | 509 CodeSource::Git(git) => { in run_command()
|
H A D | mod.rs | 509 CodeSource::Git(git) => { in run_command()
|
/DADK/dadk-user/tests/ |
H A D | test_parse_dadk_user_config.rs |
|
H A D | test_parse_dadk_user_config.rs |
|