Skip to content
Snippets Groups Projects
Commit f6a13fe4 authored by Jani Nikula's avatar Jani Nikula
Browse files

dim: rename rebuild-nightly to rebuild-tip


Keep update-branches as an alias.

Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 17d45eb8
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,8 @@ function dim_revert_rerere
rm `rr_cache_dir`/* -Rf
}
function dim_rebuild_nightly
dim_alias_rebuild_nightly=rebuild-tip
function dim_rebuild_tip
{
local integration_branch=drm-tip
local specfile=`mktemp`
......@@ -514,7 +515,7 @@ function dim_push_branch
update_linux_next $branch drm-intel-next-queued drm-intel-next-fixes drm-intel-fixes
update_linux_next $branch drm-misc-next drm-misc-next-fixes drm-misc-fixes
dim_rebuild_nightly
dim_rebuild_tip
}
dim_alias_pq=push-queued
......
......@@ -85,10 +85,9 @@ always maintained from the same machine, even if different branches are
maintained on different machines (by different maintainers), there's no need to
run this command.
rebuild-nightly
---------------
Rebuilds the nightly branch. Useful when ad-hoc trees are
included in -nightly.
rebuild-tip
-----------
Rebuild and push the integration tree.
revert-rerere *rerere-cache-commit-ish*
---------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment