Re: git-describe doesn't show the most recent tag

2008-09-28 Thread Erez Zilber

On Sun, Sep 28, 2008 at 5:39 PM, Pierre Habouzit [EMAIL PROTECTED] wrote:
 On Sun, Sep 28, 2008 at 02:29:21PM +, Erez Zilber wrote:
 On Sun, Sep 28, 2008 at 4:55 PM, Pierre Habouzit [EMAIL PROTECTED] wrote:
  On Sun, Sep 28, 2008 at 01:48:42PM +, Erez Zilber wrote:
  Why is this happening?
 
--tags
Instead of using only the annotated tags, use any tag found in

.git/refs/tags.
 

 I'm not sure that I understand the difference between tags and annotated 
 tags.

  a lightweight tag is just a reference. an annotated tag has a message
 associated. Usually tags are meant as local help, whereas annotated tags
 are the ones pushed to the repositories and that never change. That's
 why many tools ignore non annotated tags by default unless you pass
 --tags to them.

Thanks for the explanation.


 Anyway, if I move to the master branch, I see the following tags:

 [EMAIL PROTECTED]:/tmp/open-iscsi.git]$ ls .git/refs/tags/
 2.0-868-rc1  2.0-869  2.0-869.1  2.0-869.2  2.0-869-rc2  2.0-869-rc3
 2.0-869-rc4  2.0-870-rc1
 [EMAIL PROTECTED]:/tmp/open-iscsi.git]$ git-tag
 2.0-868-rc1
 2.0-869
 2.0-869-rc2
 2.0-869-rc3
 2.0-869-rc4
 2.0-869.1
 2.0-869.2
 2.0-870-rc1

 However:
 [EMAIL PROTECTED]:/tmp/open-iscsi.git]$ git-describe --tags
 2.0-868-rc1-81-g31c9d42

 I was expecting to see 2.0-870-rc1 here.

  That's because master is not at -rc1 exactly, but some commits
 afterwards. Please read the git-describe manpage fully, it's _really_
 well explained:

   The command finds the most recent tag that is reachable from a commit.
   If the tag points to the commit, then only the tag is shown. Otherwise,
   it suffixes the tag name with the number of additional commits on top
   of the tagged object and the abbreviated object name of the most recent
   commit.


 Which means that your master is 81 commits ahead of the exact 2.0-860-rc1 tag,
 at sha1 31c9d42

I read that, but I still don't understand what happens in the open-iscsi tree:

[EMAIL PROTECTED]:/tmp/open-iscsi.git]$ cat .git/refs/tags/2.0-870-rc1
5e80c8167c112687ae7b30b1e40af6f03088c56c

The head is 12 commits from the 2.0-870-rc1 tag. Therefore, I expected
to see something like 2.0-870-rc1-12-some_hash (not
2.0-868-rc1-81-g31c9d42).

Erez

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---



iSNS not broadcasting a new target

2008-09-28 Thread Jesse Butler

Given the below software revs, we're seeing an issue wherein when a  
new target is added, the iSNS server picks it up, but logged in  
initiators do not see it.
I am not an iSNS expert, but apparently a few snoops were done and the  
iSNS server is not sending out the proper message indicating a new  
target being available.   Is there a known bug around this?

Thanks
Jesse


 Kernel version: Linux frederic-ar 2.6.16.46-0.12-smp #1 SMP Thu May  
 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux

 OpeniSCSI version:
  frederic-ar:~ # rpm -qi open-iscsi-2.0.707-0.19
 Name: open-iscsi   Relocations: (not  
 relocatable)
 Version : 2.0.707   Vendor: SUSE LINUX  
 Products GmbH, Nuernberg, Germany
 Release : 0.19  Build Date: Mon May 14  
 08:08:37 2007
 Install Date: Tue Aug 12 05:14:39 2008  Build Host:  
 nepomuk.suse.de
 Group   : Productivity/Networking/Other   Source RPM: open- 
 iscsi-2.0.707-0.19.src.rpm
 Size: 463279   License: GNU General  
 Public License (GPL)
 Signature   : DSA/SHA1, Mon May 14 08:13:50 2007, Key ID  
 a84edae89c800aca
 Packager: http://bugs.opensuse.org
 URL : http://www.open-iscsi.org
 Summary : Linux* Open-iSCSI Software Initiator
 iSNS server :
 frederic-ar:~ # rpm -qi isns-2.0.05-0.5
 Name: isns Relocations: (not  
 relocatable)
 Version : 2.0.05Vendor: SUSE LINUX  
 Products GmbH, Nuernberg, Germany
 Release : 0.5   Build Date: Thu May  3  
 07:27:57 2007
 Install Date: Wed Aug  6 21:58:39 2008  Build Host: lanner.suse.de
 Group   : System/DaemonsSource RPM:  
 isns-2.0.05-0.5.src.rpm
 Size: 345497   License: BSD License  
 and BSD-like
 Signature   : DSA/SHA1, Thu May  3 07:30:53 2007, Key ID  
 a84edae89c800aca
 Packager: http://bugs.opensuse.org
 URL : http://sourceforge.net/projects/linuxisns/
 Summary : Internet Storage Naming Service


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~--~~~~--~~--~--~---