[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Fri Dec 9 01:03:05 UTC 2016


The branch, master has been updated
       via  ee0475d lib/util: Fix indentation within routine description for dbghdrclass
       via  c832188 lib/util: Fix input arguments description for dbghdrclass() routine
       via  701c6ad tevent: remove shebang from tevent.py
      from  ec0297b s4:repl_meta_data: normalize rdn attribute name via the schema

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


- Log -----------------------------------------------------------------
commit ee0475d89dfcbe7451168cefb97ed023c104b01d
Author: Anoop C S <anoopcs at redhat.com>
Date:   Tue Dec 6 15:25:46 2016 +0530

    lib/util: Fix indentation within routine description for dbghdrclass
    
    Signed-off-by: Anoop C S <anoopcs at redhat.com>
    Reviewed-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Fri Dec  9 02:02:36 CET 2016 on sn-devel-144

commit c832188b7826ff3f4b0bbdcef278440dcdf6dc51
Author: Anoop C S <anoopcs at redhat.com>
Date:   Tue Dec 6 15:20:51 2016 +0530

    lib/util: Fix input arguments description for dbghdrclass() routine
    
    Signed-off-by: Anoop C S <anoopcs at redhat.com>
    Reviewed-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Martin Schwenke <martin at meltin.net>

commit 701c6ad53c6dbe08efd515fdacc72a906293453a
Author: Lukas Slebodnik <lslebodn at redhat.com>
Date:   Mon Dec 5 14:23:40 2016 +0100

    tevent: remove shebang from tevent.py
    
    The tevent.py is not a executable python script.
    And rpmlint consider it as an error if module file
    contians shebang
    
        python2-tevent.x86_64: E: non-executable-script
            /usr/lib64/python2.7/site-packages/tevent.py 644 /usr/bin/python
        python3-tevent.x86_64: E: non-executable-script
            /usr/lib64/python3.5/site-packages/tevent.py 644 /usr/bin/python
    
    Signed-off-by: Lukas Slebodnik <lslebodn at redhat.com>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 lib/tevent/tevent.py |  1 -
 lib/util/debug.c     | 32 +++++++++++++++-----------------
 2 files changed, 15 insertions(+), 18 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent.py b/lib/tevent/tevent.py
index c296544..7045504 100644
--- a/lib/tevent/tevent.py
+++ b/lib/tevent/tevent.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 #
 #   Python integration for tevent
 #
diff --git a/lib/util/debug.c b/lib/util/debug.c
index 99b1584..37582db 100644
--- a/lib/util/debug.c
+++ b/lib/util/debug.c
@@ -1212,23 +1212,21 @@ void dbgflush( void )
 /***************************************************************************
  Print a Debug Header.
 
- Input:  level - Debug level of the message (not the system-wide debug
-                  level. )
-	  cls   - Debuglevel class of the calling module.
-          file  - Pointer to a string containing the name of the file
-                  from which this function was called, or an empty string
-                  if the __FILE__ macro is not implemented.
-          func  - Pointer to a string containing the name of the function
-                  from which this function was called, or an empty string
-                  if the __FUNCTION__ macro is not implemented.
-         line  - line number of the call to dbghdr, assuming __LINE__
-                 works.
-
-  Output: Always true.  This makes it easy to fudge a call to dbghdr()
-          in a macro, since the function can be called as part of a test.
-          Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
-
-  Notes:  This function takes care of setting current_msg_level.
+ Input:  level    - Debug level of the message (not the system-wide debug
+                    level. )
+         cls      - Debuglevel class of the calling module.
+         location - Pointer to a string containing the name of the file
+                    from which this function was called, or an empty string
+                    if the __FILE__ macro is not implemented.
+         func     - Pointer to a string containing the name of the function
+                    from which this function was called, or an empty string
+                    if the __FUNCTION__ macro is not implemented.
+
+ Output: Always true.  This makes it easy to fudge a call to dbghdr()
+         in a macro, since the function can be called as part of a test.
+         Eg: ( (level <= DEBUGLEVEL) && (dbghdr(level,"",line)) )
+
+ Notes:  This function takes care of setting current_msg_level.
 
 ****************************************************************************/
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list