[releng] [smoketesting] remove install-check from sample jhbuildrc



commit 5903b164ac1dfff536140446f1cf51b4bcbe7e89
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Aug 26 12:47:09 2009 +0200

    [smoketesting] remove install-check from sample jhbuildrc
    
    JHBuild will automatically use install-check if found.

 tools/smoketesting/sample-tarball-stable.jhbuildrc |    6 ------
 tools/smoketesting/sample-tarball.jhbuildrc        |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball-stable.jhbuildrc b/tools/smoketesting/sample-tarball-stable.jhbuildrc
index 9adca21..f0162c1 100644
--- a/tools/smoketesting/sample-tarball-stable.jhbuildrc
+++ b/tools/smoketesting/sample-tarball-stable.jhbuildrc
@@ -35,12 +35,6 @@ os.environ['CFLAGS'] = '-g -O2'
 #makeargs = '-j2'
 
 
-# a alternative install program to use.
-# The included install-check program won't update timestamps if the
-# header hasn't changed
-os.environ['INSTALL'] = os.path.join(os.environ['HOME'],
-                                     'bin', 'install-check')
-
 # An alternative location to look for (or download to) all downloaded tarballs
 tarballdir = os.path.join(checkoutroot, 'pkgs')
 
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 42ace4b..69612f9 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -35,12 +35,6 @@ os.environ['CFLAGS'] = '-g -O2'
 #makeargs = '-j2'
 
 
-# a alternative install program to use.
-# The included install-check program won't update timestamps if the
-# header hasn't changed
-os.environ['INSTALL'] = os.path.join(os.environ['HOME'],
-                                     'bin', 'install-check')
-
 # An alternative location to look for (or download to) all downloaded tarballs
 tarballdir = os.path.join(checkoutroot, 'pkgs')
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]