xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [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

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).