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

Lines Matching refs:BRANCH

41 # This script will automatically use the head of the release branch
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>
488 "Diffs from "${BRANCH}"-"${LAST_DATE}" are available in the diffs/ subdirectory.
490 When a particular snapshot is ready for public consumption the LATEST-"${BRANCH}"
496 <p>Diffs from "${BRANCH}"-"${LAST_DATE}" are available in the
499 <p>When a particular snapshot is ready for public consumption the LATEST-"${BRANCH}"
514 rm -f LATEST-${BRANCH}
515 ln -s ${RELEASE} LATEST-${BRANCH}
563 # The name of the branch from which the release should be made, in a
565 BRANCH=""
567 # The name of the branch from which the release should be made, as used
634 BRANCH=${OPTARG%:*}
699 # Compute the name of the branch, which is based solely on the major
711 RELEASE=${BRANCH}-${DATE}
718 LAST_DATE=`cat ~/.snapshot_date-${BRANCH}`
719 OLD_TARS=${SNAPSHOTS_DIR}/${BRANCH}-${LAST_DATE}/gcc-${BRANCH}-${LAST_DATE}.tar.bz2
721 OLD_TARS=${SNAPSHOTS_DIR}/${BRANCH}-${LAST_DATE}/gcc-${BRANCH}-${LAST_DATE}.tar.xz
784 echo $DATE > .snapshot_date-${BRANCH}