All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: Mario Domenech Goulart <mario@ossystems.com.br>
Cc: openembedded-devel@lists.openembedded.org,
	Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [RFH] Support for automatic package versining using git describe
Date: Thu, 05 Mar 2009 10:43:04 -0300	[thread overview]
Message-ID: <87skls2ihj.fsf@neumann.lab.ossystems.com.br> (raw)
In-Reply-To: <87eixc40oz.fsf@ucpel.tche.br> (Mario Domenech Goulart's message of "Wed, 04 Mar 2009 15:34:57 -0300")

Mario Domenech Goulart <mario@ossystems.com.br> writes:


[...]

> Index: lib/bb/fetch/git.py
> ===================================================================
> --- lib/bb/fetch/git.py	(revision 1152)
> +++ lib/bb/fetch/git.py	(working copy)
> @@ -42,11 +42,12 @@
>              ud.proto = ud.parm['protocol']
>  
>          ud.branch = ud.parm.get("branch", "master")
> +        ud.tag = None
>  
>          tag = Fetch.srcrev_internal_helper(ud, d)
>          if tag is True:
>              ud.tag = self.latest_revision(url, ud, d)	
> -        elif tag:
> +        elif tag and tag != "1":
>              ud.tag = tag
>  
>          if not ud.tag or ud.tag == "master":

[...]

Please drop this hook since it is our internal workaround for the lack
of the AUTOREV in our recipes.

-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



  reply	other threads:[~2009-03-05 13:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87iqmp5f58.fsf@neumann.lab.ossystems.com.br>
2009-03-04 18:34 ` [RFH] Support for automatic package versining using git describe Mario Domenech Goulart
2009-03-05 13:43   ` Otavio Salvador [this message]
2009-03-05 21:31     ` Mario Domenech Goulart
2009-03-05 21:37       ` Koen Kooi
2009-03-06  0:50       ` Mike (mwester)
2009-02-13  2:32 Otavio Salvador
2009-02-13  8:59 ` Koen Kooi
2009-02-13 10:46   ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87skls2ihj.fsf@neumann.lab.ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --cc=mario@ossystems.com.br \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.