Home
last modified time | relevance | path

Searched full:target_branch (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild.sh62 if [ "$(git ls-remote --exit-code --heads ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes)" ]; then
63 git pull ${UPSTREAM_REPO} ${TARGET_BRANCH}-external-fixes
68 if [ "$(git ls-remote --exit-code --heads origin ${TARGET_BRANCH}-external-fixes)" ]; then
69 git pull origin ${TARGET_BRANCH}-external-fixes
H A Dgitlab-ci.yml6 TARGET_BRANCH: drm-next
/openbmc/linux/Documentation/gpu/
H A Dautomated_testing.rst45 TARGET_BRANCH
132 ${TARGET_BRANCH}-external-fixes.
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py276 target_branch = revs[os.path.relpath(path, srctree)]
283 (stdout, _) = __run('git rev-list devtool-base..%s' % target_branch)
289 logger.info("Rebasing {} onto {}".format(b, target_branch))
292 _run('git rebase %s' % target_branch, cwd=path)
301 (stdout, _) = __run('git rev-list devtool-base..%s' % target_branch)