[releng] sample-tarball.jhbuildrc: Set --disable-maintainer-mode



commit 9d40c1d9afa1c30e6c6083282e60626f81689dbb
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 30 12:54:36 2011 -0400

    sample-tarball.jhbuildrc: Set --disable-maintainer-mode
    
    Otherwise, we may hit deprecation flags.  We don't care about those
    for tarball builds.

 tools/smoketesting/sample-tarball.jhbuildrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index fb59db8..f21dba1 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -24,7 +24,7 @@ prefix = os.path.join(checkoutroot, 'install')
 
 # extra arguments to pass to all autogen.sh scripts
 # to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
-autogenargs='--disable-static --disable-gtk-doc'
+autogenargs='--disable-static --disable-gtk-doc --disable-maintainer-mode'
 
 # 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]