git.rake revision 0f92c83be72626c93680facec849bb6ace681e2d
1600N/A data_root = Ontohub::Application.config.data_root
98N/A git_home = Ontohub::Application.config.git_home
919N/A reconfigured_source_file = Tempfile.new(%w(cp_keys .c))
919N/A reconfigured_source_file.write(reconfigured_source)
919N/A puts "Copying #{source_file} to tempfile #{reconfigured_source_file.path}"
919N/A puts "Compiling #{target_path.split('/').last} with"
810N/A target_path = Rails.root.join('bin', 'cp_keys').to_s
354N/A compile_gcc(reconfigured_source_tempfile.path, target_path)