[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Apr 21 10:26:01 MDT 2011


The branch, master has been updated
       via  2b608f3 script: add hardcoded library release key id
      from  ab9d9cf s4:ldb: change version to 1.1.0 after adding new functions:

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


- Log -----------------------------------------------------------------
commit 2b608f3e677295ca66cdae73c1461847155ca01c
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Apr 21 17:37:06 2011 +0200

    script: add hardcoded library release key id
    
    We don't want to use the key that might be configured
    in ~/.gitconfig.
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Thu Apr 21 18:25:32 CEST 2011 on sn-devel-104

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

Summary of changes:
 script/librelease.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/librelease.sh b/script/librelease.sh
index b2bc9e7..666c392 100755
--- a/script/librelease.sh
+++ b/script/librelease.sh
@@ -39,7 +39,7 @@ release_lib() {
 
     tagname=$(basename $tarname .tar | sed s/[\.]/-/g)
     echo "tagging as $tagname"
-    git tag -s "$tagname" -m "$lib: tag release $tagname"
+    git tag -u 13084025 -s "$tagname" -m "$lib: tag release $tagname"
 
     echo "signing"
     rm -f "$tarname.asc"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list