HomeSort by relevance Sort by last modified time
    Searched refs:current_sha (Results 1 - 2 of 2) sorted by null

  /external/curl/
update_curl.sh 98 local current_sha current_version
100 current_sha=$(grep '^Upstream commit: ' "${README_FILE}" | cut -d ' ' -f 3)
102 if [[ -z "${current_sha}" ]]; then
118 git --no-pager log "${UPSTREAM}/master" --not "${current_sha}" --oneline \
131 if [[ $(git log --oneline "${target_sha}" --not "${current_sha}" | wc -l) \
133 echo "The target SHA (${target_sha}) is not forward from ${current_sha}.">&2
137 echo "Current version: ${current_version} / ${current_sha}"
155 --not "${current_sha}")>"${log_message}"
161 git cherry-pick --no-commit "${target_sha}" --not "${current_sha}"
  /external/autotest/server/cros/faft/
firmware_test.py     [all...]

Completed in 108 milliseconds