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

dim: only source nightly.conf after sanity checks

parent 53dc8e7a
No related branches found
No related tags found
No related merge requests found
......@@ -97,9 +97,6 @@ addr_dri_devel="dri-devel@lists.freedesktop.org"
addr_intel_qa1="\"Sun, Yi\" <yi.sun@intel.com>"
addr_intel_qa2="\"Christophe Prigent\" <christophe.prigent@intel.com>"
dim_branches=`(source $DIM_PREFIX/drm-intel-rerere/nightly.conf ; echo $nightly_branches) | \
xargs -n 1 echo | grep '^origin' | sed -e 's/^origin\///'`
#
# Command line options.
#
......@@ -155,6 +152,13 @@ if [ "$subcommand" != "setup" ]; then
done
fi
#
# Internal configuration that depends on a sane setup.
#
dim_branches=`(source $DIM_PREFIX/drm-intel-rerere/nightly.conf ; echo $nightly_branches) | \
xargs -n 1 echo | grep '^origin' | sed -e 's/^origin\///'`
function update_linux_next
{
cd $DIM_PREFIX/drm-intel-nightly
......
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