Searched refs:cmd (Results 1 - 9 of 9) sorted by relevance
/ontohub/script/ |
H A D | rebuild-ontohub | 23 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 D | svn_repository_factory.rb | 14 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
|
H A D | git_repository_factory.rb | 16 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 D | git_shell.rb | 56 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 D | ontohub_net.rb | 17 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 D | proof_execution.rb | 30 cmd, input_io = execute_proof(prove_options) 31 return if cmd == :abort
|
H A D | authorized_keys_manager.rb | 43 cmd = "command=\"#{GIT_SHELL_FILE} #{key_id}\","+
|
/ontohub/spec/lib/repository/import/ |
H A D | svn_spec.rb | 3 def exec_silently(cmd) 4 Subprocess.run('bash', '-c', cmd)
|
/ontohub/app/models/ontology_version/ |
H A D | parsing.rb | 18 cmd, input_io = generate_xml(structure_only: structure_only) 19 return if cmd == :abort
|
Completed in 28 milliseconds