Searched refs:cmd (Results 1 - 9 of 9) sorted by relevance

/ontohub/script/
H A Drebuild-ontohub23 cmd="$1"
24 execute_or_die_unless_match "$cmd" ""
31 cmd="$1"
33 print_exec_command "$cmd"
34 result="$($cmd 2>&1)"
37 print_finish_exec_command "$cmd" "0"
39 check_and_handle_result_text "$result" "$expression" "$cmd"
41 abort_cmd "$cmd" "$result"
44 print_finish_exec_command "$cmd" "1"
54 cmd
[all...]
/ontohub/spec/factories/
H A Dsvn_repository_factory.rb14 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
H A Dgit_repository_factory.rb16 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
48 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
87 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
113 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
154 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
[all...]
/ontohub/git/lib/
H A Dgit_shell.rb56 cmd = "#{@git_cmd} #{repo_full_path}"
57 Rails.logger.info "git-shell: executing git command <#{cmd}> for #{log_username}."
58 exec_cmd(cmd)
65 def exec_cmd(cmd)
66 Kernel::exec(cmd)
H A Dontohub_net.rb17 attr_reader :cmd, :access_right, :repo_path, :key_id, :ref
19 def allowed?(cmd, repo_path, key, ref)
20 @cmd = cmd
21 @access_right = GIT_CMD_MAP[cmd]
22 raise ArgumentError, "unknown cmd: #{cmd}" if access_right.nil?
/ontohub/lib/
H A Dproof_execution.rb30 cmd, input_io = execute_proof(prove_options)
31 return if cmd == :abort
H A Dauthorized_keys_manager.rb43 cmd = "command=\"#{GIT_SHELL_FILE} #{key_id}\","+
/ontohub/spec/lib/repository/import/
H A Dsvn_spec.rb3 def exec_silently(cmd)
4 Subprocess.run('bash', '-c', cmd)
/ontohub/app/models/ontology_version/
H A Dparsing.rb18 cmd, input_io = generate_xml(structure_only: structure_only)
19 return if cmd == :abort

Completed in 28 milliseconds