| 
    
 [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 6/8] standalone: Always pass OLD_REVISION=NONE to cr-daily-branch
 We don't want sg-report-flight digging through the `test history
database' (which doesn't really exist in standalone mode) looking for
a baseline.
Passing OLD_REVISION=NONE also avoids calling ./ap-fetch-version-old
for the current branch.  This is useful particularly when the current
branch is osstest, because in that case ap-fetch-version-old ought to
fail when not run on the production system.
NONE will use `badchar' entry in `case "$NEW_REVISION/$OLD_REVISION"'
so sg-report-flight will get no --this and --that arguments.  It also
avoids constructing a list of people who touched changes, etc.
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
 standalone |    1 +
 1 file changed, 1 insertion(+)
diff --git a/standalone b/standalone
index dd36467..d9121bf 100755
--- a/standalone
+++ b/standalone
@@ -183,6 +183,7 @@ case $op in
         OSSTEST_FLIGHT=$flight \
         OSSTEST_CONFIG=$config \
         OSSTEST_NO_BASELINE=y \
+        OLD_REVISION=NONE \
             with_logging logs/$flight/make-flight.log ./cr-daily-branch $@ 
$branch
         ;;
 
-- 
1.7.10.4
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
 
 
  | 
  
![]()  | 
            
         Lists.xenproject.org is hosted with RackSpace, monitoring our  |