[jhbuild/jjardon/autotools: 4/4] Remove 'jhbuild bootstrap' command



commit decc258b0bf1dc499a2b8559df58d797e97f7c38
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 25 16:57:12 2013 +0000

    Remove 'jhbuild bootstrap' command

 README                             |    9 --
 contrib/jhbuild_completion.bash    |    4 +-
 doc/C/index.docbook                |   24 -----
 jhbuild/commands/Makefile.am       |    1 -
 jhbuild/commands/bootstrap.py      |   41 --------
 modulesets/bootstrap-devel.modules |   53 -----------
 modulesets/bootstrap.modules       |  181 ------------------------------------
 po/POTFILES.in                     |    1 -
 8 files changed, 2 insertions(+), 312 deletions(-)
---
diff --git a/README b/README
index c4d8f27..7d2bcc5 100644
--- a/README
+++ b/README
@@ -47,15 +47,6 @@ The global JHBuild options are:
 Refer to the JHBuild manual for a complete list of JHBuild commands
 and options. The common ones are:
 
-jhbuild bootstrap
-
-  The bootstrap command installs a set of build utilities. The build
-  utilities include autoconf , automake and similar utilities. The
-  recommended method to install the build utilities is via your
-  distribution's package management system. The bootstrap should only be
-  used if the build utilites are not provided by your distribution's package
-  management system, for example on Mac OS.
-
 jhbuild build [--autogen] [--clean] [--dist] [--distcheck]
   [--ignore-suggests] [--no-network] [--skip=module...]
   [--start-at=module] [--tags=tags] [-D date] [--no-xvfb]
diff --git a/contrib/jhbuild_completion.bash b/contrib/jhbuild_completion.bash
index ed2787b..6d5006e 100644
--- a/contrib/jhbuild_completion.bash
+++ b/contrib/jhbuild_completion.bash
@@ -32,7 +32,7 @@ _jhbuild()
        prev=${COMP_WORDS[COMP_CWORD-1]}
 
        case "$prev" in
-       gui|tinderbox|shell|sanitycheck|bootstrap)
+       gui|tinderbox|shell|sanitycheck)
                command_list=""
                ;;
        update|updateone|build|buildone|list|dot|info|-t|-s|-a|-n|-c)
@@ -55,7 +55,7 @@ _jhbuild()
                _filedir -d
                ;;
        *)
-               command_list="gui update updateone build buildone tinderbox run shell sanitycheck bootstrap 
list dot info"
+               command_list="gui update updateone build buildone tinderbox run shell sanitycheck list dot 
info"
 
                v=false
                if [ $COMP_CWORD -gt 2 ]; then
diff --git a/doc/C/index.docbook b/doc/C/index.docbook
index 4a9b6f6..38f5954 100644
--- a/doc/C/index.docbook
+++ b/doc/C/index.docbook
@@ -727,30 +727,6 @@ jhbuildbot_password = 'password'
       </variablelist>
     </section>
 
-    <section id="command-reference-bootstrap">
-      <title>bootstrap</title>
-
-      <para>The <command>bootstrap</command> command installs a set of build
-        utilities. The build utilities include
-        <application>autoconf</application>, <application>automake</application>
-        and similar utilities. The recommended method to install the build
-        utilities is via your distribution's package management system. The
-        <command>bootstrap</command> should only be used if the build utilities
-        are not provided by your distribution's package management system, for
-        example on <systemitem class="osname">Mac OS</systemitem>.</para>
-
-      <cmdsynopsis><command>jhbuild bootstrap</command>
-      </cmdsynopsis>
-
-      <para>The <command>bootstrap</command> command builds modules using the
-        same method as the <command>build</command> command, but uses the
-        <filename>bootstrap.modules</filename> moduleset.</para>
-
-      <para>See the
-        <link linkend="command-reference-build"><command>build</command></link>
-        command documentation for available options.</para>
-    </section>
-
     <section id="command-reference-build">
       <title>build</title>
 
diff --git a/jhbuild/commands/Makefile.am b/jhbuild/commands/Makefile.am
index ee4e86d..2c8dc25 100644
--- a/jhbuild/commands/Makefile.am
+++ b/jhbuild/commands/Makefile.am
@@ -4,7 +4,6 @@ app_PYTHON = \
        __init__.py \
        autobuild.py \
        base.py \
-       bootstrap.py \
        bot.py \
        checkbranches.py \
        checkmodulesets.py \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f73f622..e85d870 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,6 @@
 autogen.sh
 jhbuild/commands/autobuild.py
 jhbuild/commands/base.py
-jhbuild/commands/bootstrap.py
 jhbuild/commands/bot.py
 jhbuild/commands/checkbranches.py
 jhbuild/commands/checkmodulesets.py


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