[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Mar 11 19:52:02 MDT 2013


The branch, master has been updated
       via  389197e scripting: No longer install samba_upgradeprovision
      from  fb924d0 s3: remove some dead code (for setdir command)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 389197e7c31e8d6616e6503181c088940ddb5986
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Feb 28 00:03:19 2013 +1100

    scripting: No longer install samba_upgradeprovision
    
    This tool is an important part of the toolkit a Samba Team member can
    use to assist a user with the upgrade of a very old Samba 4.0 AD DC
    installation.
    
    However, like all powerful tools, it has sharp edges, and these need
    to have more protection added before we recommend the tool be used.
    
    The WHATSNEW already indicated that this tool should not be used but a
    large number of users have run it, and due to lack of testing in the
    past, some have run into bugs.
    
    While this tool can be run in debug modes, by default it simply fixes
    the database following a series of internal rule.  This does a good
    job much of the time, but does not request permission in the way that
    dbcheck does, and will create extra objects for things like the DNS
    partitions.
    
    By removing this from the installed binaries, we provide another
    signal that it should not be used right now, until these matters are
    fixed and some clear documentation on how to safely use the tool can
    be written.
    
    Andrew Bartlett
    
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Tue Mar 12 02:51:23 CET 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/scripting/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 9af23f6..39408ba 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -4,7 +4,7 @@ from samba_utils import MODE_755
 
 sbin_files = None
 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
-    sbin_files = 'bin/samba_upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns bin/samba_kcc'
+    sbin_files = 'bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns bin/samba_kcc'
 
 if sbin_files:
     bld.INSTALL_FILES('${SBINDIR}',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list