set -e
branch=$1
-. cri-lock-repos
-. cri-common
+. ./cri-lock-repos
+. ./cri-common
select_xenbranch
-. ap-common
+. ./ap-common
if info_linux_tree "$branch"; then
repo_tree_rev_fetch_git linux \
branch=$1
-. cri-lock-repos
+. ./cri-lock-repos
: ${BASE_TREE_LINUX:=git://xenbits.xen.org/people/ianc/linux-2.6.git}
: ${BASE_TAG_LINUX:=xen/next-2.6.32}
branch=$1
new=$2
-. cri-lock-repos
-. cri-common
+. ./cri-lock-repos
+. ./cri-common
select_xenbranch
-. ap-common
+. ./ap-common
case "$branch" in
set -e
branch=$1
-. cri-lock-repos
-. cri-common
+. ./cri-lock-repos
+. ./cri-common
select_xenbranch
-. ap-common
+. ./ap-common
: ${BASE_TAG_LINUX2639:=tested/2.6.39.x}
: ${BASE_LOCALREV_LINUX:=daily-cron.$branch.old}
set -e
branch=$1
-. cri-lock-repos
-. cri-common
+. ./cri-lock-repos
+. ./cri-common
select_xenbranch
-. ap-common
+. ./ap-common
if info_linux_tree "$branch"; then
echo $TREE_LINUX_THIS
branch=$1
revision=$2
-. cri-lock-repos
-. cri-common
+. ./cri-lock-repos
+. ./cri-common
select_xenbranch
: ${TAG_LINUX2639:=tested/2.6.39.x}
-. ap-common
+. ./ap-common
TREE_LINUX=$PUSH_TREE_LINUX
TREE_QEMU_MAINLINE=$PUSH_TREE_QEMU_MAINLINE
xenbranch=$1
xenrevision=$2
-. cri-lock-repos
-. ap-common
+. ./cri-lock-repos
+. ./ap-common
cd "$repos/xen"
git cat-file blob $xenrevision:Config.mk | perl -ne '
xenbranch=$1
-. cri-lock-repos
-. ap-common
+. ./cri-lock-repos
+. ./ap-common
echo $TREE_QEMU
set -ex
-. cri-args-hostlists
+. ./cri-args-hostlists
branch=$1; shift
check_stop all-branch-statuses.
set -ex
-. cri-args-hostlists
-. ap-common
+. ./cri-args-hostlists
+. ./ap-common
branch=$1; shift
select_branch
info_linux_tree $branch ||:
set -ex
-. cri-bisect
-. cri-args-hostlists
+. ./cri-bisect
+. ./cri-args-hostlists
branch=$1; shift
select_branch
export OSSTEST_BLESSING=adhoc
-. cri-common
+. ./cri-common
nope () { echo "nope: $*"; exit 0; }
# testid=
# bisect= list of args to cs-bisection-step, eg '--fail-flight=<mumble>'
-. cri-bisect
-. cri-args-hostlists
+. ./cri-bisect
+. ./cri-args-hostlists
select_branch
export OSSTEST_BLESSING=adhoc
check_stop_core "$1"
if test -f ${1}xsettings; then
echo "loading ${1}xsettings"
- . ${1}xsettings
+ . ./${1}xsettings
fi
}
check_stop ''
-. cri-common
+. ./cri-common
dcs=daily-cron-settings
: ${OSSTEST_EMAIL_HEADER:=daily-cron-email-$OSSTEST_BLESSING}
-. ${OSSTEST_CRON_SETTINGS:-$dcs-$OSSTEST_BLESSING}
+. ./${OSSTEST_CRON_SETTINGS:-$dcs-$OSSTEST_BLESSING}
: ${OSSTEST_PUSH:=false}
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. cri-getconfig
+. ./cri-getconfig
umask 002
mrof="$branch.mro"
if test -f branch-settings.$branch; then
- . branch-settings.$branch
+ . ./branch-settings.$branch
fi
}
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-. cri-common
+. ./cri-common
repos=`getrepos`
repos_lock="$repos/lock"
flight=`./cs-flight-create $blessing $branch`
-. cri-common
-. ap-common
-. mfi-common
+. ./cri-common
+. ./ap-common
+. ./mfi-common
defsuite=`getconfig DebianSuite`
defguestsuite=`getconfig GuestDebianSuite`
flight=`./cs-flight-create $blessing $branch`
-. cri-common
-. cri-getplatforms
-. ap-common
-. mfi-common
+. ./cri-common
+. ./cri-getplatforms
+. ./ap-common
+. ./mfi-common
defsuite=`getconfig DebianSuite`
defguestsuite=`getconfig GuestDebianSuite`
set -e
-. cri-common
+. ./cri-common
mkdir -p tmp
set -e
-. cri-getconfig
-. mgi-common
+. ./cri-getconfig
+. ./mgi-common
# iucode_tool is in /usr/sbin, see #788459.
export PATH="/usr/local/sbin:$PATH:/sbin:/usr/sbin"
set -e
-. cri-getconfig
-. mgi-common
+. ./cri-getconfig
+. ./mgi-common
suite=$1
arch=$2
set -e
-. cri-getconfig
+. ./cri-getconfig
suite=`getconfig DebianSuite`
fws=`getconfig DebianNonfreeFirmware`
esac
done
-. cri-getconfig
+. ./cri-getconfig
if [ x"$flight" = x ]; then badusage; fi
set -e
-. cri-getconfig
-. mgi-common
+. ./cri-getconfig
+. ./mgi-common
suite=$1
esac
done
-. cri-getconfig
+. ./cri-getconfig
WebspaceLog=`OSSTEST_CONFIG=$config getconfig WebspaceLog`
if [ ! -r "$WebspaceLog" ] ; then
shift $((OPTIND-1))
if [ -f standalone.config ] ; then
- . standalone.config
+ . ./standalone.config
fi
-. cri-getconfig
+. ./cri-getconfig
jobdb=`getconfig JobDB`
if [ "$jobdb" != Standalone ]; then