Home | History | Annotate | Download | only in maintainer-scripts

Lines Matching refs:GIT

79   -t tag               Tag to mark the release in git.
81 -b local-git-repo Local git repository to speed up cloning.
108 ${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") || \
230 # Remove .git from the sources.
231 rm -rf "${SOURCE_DIRECTORY}/.git" || \
232 error "Could not remove .git from sources"
235 # the LAST_UPDATED file containing the git tag/revision used.
238 echo "Obtained from git: ${GITBRANCH} revision ${GITREV}" > LAST_UPDATED
241 # files not present in git.
456 This snapshot has been generated from the GCC "${BRANCH}" git branch
457 with the following options: "git://gcc.gnu.org/git/gcc.git branch ${GITBRANCH} revision ${GITREV}"
480 <p>This snapshot has been generated from the GCC "${BRANCH}" git branch
481 with the following options: <code>"git://gcc.gnu.org/git/gcc.git branch ${GITBRANCH} revision ${GITREV}"</code></p>
534 GIT=${GIT:-git}
538 GIT_REPOSITORY="/git/gcc.git"
577 # Local gcc git checkout to speed up git cloning.
732 GITROOT="git+ssh://${GIT_USERNAME}@${GIT_SERVER}${GIT_REPOSITORY}"
734 GITROOT="/git/gcc.git"