Searched refs:GIT (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dupdate_version_git20 GIT=${GIT:-/usr/local/bin/git}
24 && ${GIT} for-each-ref --format='%(refname)' \
45 ${GIT} pull -q
46 ${GIT} checkout -q "$BRANCH"
48 ${GIT} clone -q -b "$BRANCH" "$GITROOT" "$SUBDIR"
71 if ${GIT} commit -m "Daily bump." $i; then
72 if ! ${GIT} push origin "$BRANCH"; then
H A Dgcc_release108 ${GIT} clone -q --dissociate --reference "${GIT_REFERENCE}" \
112 ${GIT} clone -q -b "${GITBRANCH}" "${GITROOT}" "`basename ${SOURCE_DIRECTORY}`" || \
191 ${GIT} commit -q -m 'Update ChangeLog and version files for release' ${commit_files} && \
192 ${GIT} push) || \
206 ${GIT} rev-parse "refs/tags/${TAG}" > /dev/null 2>&1); then
210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \
211 ${GIT} push origin tag "${TAG}") || \
216 GITREV=`cd ${SOURCE_DIRECTORY} && ${GIT} rev-parse HEAD`
222 ${GIT} status --porcelain --ignored > "$status") || \
534 GIT
[all...]
/netbsd-current/external/gpl3/gcc/dist/maintainer-scripts/
H A Dupdate_version_git21 GIT=${GIT:-/usr/local/bin/git}
25 ${GIT} clone -q -b master "$GITROOT" "$SUBDIR"
H A Dgcc_release108 ${GIT} clone -q --dissociate --reference "${GIT_REFERENCE}" \
112 ${GIT} clone -q -b "${GITBRANCH}" "${GITROOT}" "`basename ${SOURCE_DIRECTORY}`" || \
191 ${GIT} commit -q -m 'Update ChangeLog and version files for release' ${commit_files} && \
192 ${GIT} push) || \
206 ${GIT} rev-parse "refs/tags/${TAG}" > /dev/null 2>&1); then
210 ${GIT} tag -s -m "GCC ${RELEASE} release" "${TAG}" && \
211 ${GIT} push origin tag "${TAG}") || \
216 GITREV=`cd ${SOURCE_DIRECTORY} && ${GIT} rev-parse HEAD`
222 ${GIT} status --porcelain --ignored > "$status") || \
534 GIT
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py15 GIT = "git" variable in class:DownloadType
162 if source == DownloadType.GIT:
H A DSATestBuild.py591 if self.project.source == DownloadType.GIT:
/netbsd-current/external/bsd/less/dist/
H A DMakefile.aut6 GIT = git
156 $(GIT) tag -a -f -m "v${REL}" "v${REL}"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgcc_update296 GCC_GIT=${GCC_GIT-${GIT-git}}
305 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
318 chat "Updating GIT tree"
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgcc_update299 GCC_GIT=${GCC_GIT-${GIT-git}}
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
321 chat "Updating GIT tree"
/netbsd-current/external/gpl3/autoconf/dist/
H A Dmaint.mk38 GIT = git macro
39 VC = $(GIT)
80 ifeq ($(VC),$(GIT))

Completed in 220 milliseconds