* [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG
@ 2015-07-13 8:11 Ian Campbell
2015-07-24 17:03 ` Ian Jackson
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-07-13 8:11 UTC (permalink / raw)
To: ian.jackson; +Cc: Ian Campbell, xen-devel
>From cri-args-hostlists or invoke-daemon.
All sites now have a suitable $HOME/.xen-osstest/settings in place
which does this.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
This was waiting to be applied once " allow instance specific
settings" passed the Cambridge push gate, which happened ages ago.
---
cri-args-hostlists | 1 -
invoke-daemon | 2 --
2 files changed, 3 deletions(-)
diff --git a/cri-args-hostlists b/cri-args-hostlists
index a4e57b3..0dd2ef3 100644
--- a/cri-args-hostlists
+++ b/cri-args-hostlists
@@ -19,7 +19,6 @@
if [ -e $HOME/.xen-osstest/settings ]; then
source $HOME/.xen-osstest/settings
fi
-export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config}
check_stop_core () {
if [ "x$OSSTEST_IGNORE_STOP" = xy ]; then return; fi
diff --git a/invoke-daemon b/invoke-daemon
index 6006798..5fab1da 100755
--- a/invoke-daemon
+++ b/invoke-daemon
@@ -19,8 +19,6 @@
if [ -e $HOME/.xen-osstest/settings ]; then
source $HOME/.xen-osstest/settings
fi
-export OSSTEST_CONFIG=${OSSTEST_CONFIG:-production-config}
-
cd "${0%/*}"
if [ "x$2" != x ]; then sleep $2; fi
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG
2015-07-13 8:11 [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG Ian Campbell
@ 2015-07-24 17:03 ` Ian Jackson
2015-07-27 10:52 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2015-07-24 17:03 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel
Ian Campbell writes ("[PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG"):
> >From cri-args-hostlists or invoke-daemon.
>
> All sites now have a suitable $HOME/.xen-osstest/settings in place
> which does this.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
> This was waiting to be applied once " allow instance specific
> settings" passed the Cambridge push gate, which happened ages ago.
Verified that, and
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG
2015-07-24 17:03 ` Ian Jackson
@ 2015-07-27 10:52 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2015-07-27 10:52 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel
On Fri, 2015-07-24 at 18:03 +0100, Ian Jackson wrote:
> Ian Campbell writes ("[PATCH OSSTEST v2] No longer export
> $OSSTEST_CONFIG"):
> > > From cri-args-hostlists or invoke-daemon.
> >
> > All sites now have a suitable $HOME/.xen-osstest/settings in place
> > which does this.
> >
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> > ---
> > This was waiting to be applied once " allow instance specific
> > settings" passed the Cambridge push gate, which happened ages ago.
>
> Verified that,
I think you meant "passed the Cambridge push gate" and not "in place which
does this". I've just reconfirmed the latter too.
> and
>
> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Ta
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-27 10:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 8:11 [PATCH OSSTEST v2] No longer export $OSSTEST_CONFIG Ian Campbell
2015-07-24 17:03 ` Ian Jackson
2015-07-27 10:52 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).