From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] package: remove 'v' prefix from tarball-fetched packages
Date: Thu, 20 Jun 2019 08:13:39 +0200 [thread overview]
Message-ID: <20190620081339.48ebdbb5@windsurf> (raw)
In-Reply-To: <3afd50b3-5cf1-d240-a7b9-f2f352411f70@mind.be>
Hello,
On Wed, 19 Jun 2019 23:06:22 +0200
Arnout Vandecappelle <arnout@mind.be> wrote:
> > -FLANNEL_VERSION = v0.5.5
> > +FLANNEL_VERSION = 0.5.5
> > FLANNEL_SITE = https://github.com/coreos/flannel/archive
> > -FLANNEL_SOURCE = $(FLANNEL_VERSION).tar.gz
> > +FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz
> >
> > FLANNEL_LICENSE = Apache-2.0
> > FLANNEL_LICENSE_FILES = LICENSE
> >
> > -FLANNEL_LDFLAGS = -X github.com/coreos/flannel/version.Version=$(FLANNEL_VERSION)
> > +FLANNEL_LDFLAGS = -X github.com/coreos/flannel/version.Version=v$(FLANNEL_VERSION)
>
> I don't think this is really needed. Adam, do you think the v belongs in there
> or not? BTW, if the v is removed, it should be noted in the commit log.
Let's see Adam's answer, but what Victor did here is what preserves the
existing behavior.
> > -PRU_SOFTWARE_SUPPORT_VERSION = v5.1.0
> > -PRU_SOFTWARE_SUPPORT_SITE = https://git.ti.com/pru-software-support-package/pru-software-support-package/archive-tarball/$(PRU_SOFTWARE_SUPPORT_VERSION)?
> > +PRU_SOFTWARE_SUPPORT_VERSION = 5.1.0
> > +PRU_SOFTWARE_SUPPORT_SITE = https://git.ti.com/pru-software-support-package/pru-software-support-package/archive-tarball/$(PRU_SOFTWARE_SUPPORT_VERSION)
>
> It might be just me, but this doesn't look correct... Definitely should be
> explained in the commit message (and therefore, a separate patch).
Indeed, this looks weird, a "v" should have been added before $(PRU_SOFTWARE_SUPPORT_VERSION)
> Otherwise looks good to me. It would be nice to generally split it up into
> patches that only contain changes that are really the same pattern. So e.g. the
> spidev-test patch is a little different, so it should be a separate patch.
>
> Also, I wonder it it's a good idea to make this change for all packages. It
> might be better to limit to packages that actually exist on
> release-monitoring.org. Otherwise, it might happen that when it appears on
> release-monitoring, some package *does* have a prefix, and that would be silly...
Well, I think if a package on release-monitoring.org has a prefix, then
it is its release-monitoring.org definition that is wrong and should be
fixed.
> Obviously, one way to make sure all of them are on release-monitoring is to add
> the ones which are missing :-)
Victor has already added on release-monitoring.org a number of our
packages. But it's really a massive effort, and I don't think we can
expect one single person to do it all, it will be a very gradual
process.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2019-06-20 6:13 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 6:42 [Buildroot] [PATCH 0/4] Sanetize packages version Victor Huesca
2019-06-12 6:42 ` [Buildroot] [PATCH 1/4] package: remove 'v' prefix from github-fetched packages Victor Huesca
2019-06-19 20:50 ` Arnout Vandecappelle
2019-06-20 6:31 ` Thomas Petazzoni
2019-06-20 19:33 ` Arnout Vandecappelle
2019-06-20 19:46 ` Thomas Petazzoni
2019-06-20 21:07 ` Arnout Vandecappelle
2019-06-20 11:51 ` Victor Huesca
2019-06-20 19:31 ` Arnout Vandecappelle
2019-06-12 6:42 ` [Buildroot] [PATCH 2/4] package: remove 'v' prefix from tarball-fetched packages Victor Huesca
2019-06-19 21:06 ` Arnout Vandecappelle
2019-06-20 6:13 ` Thomas Petazzoni [this message]
2019-06-20 9:23 ` Victor Huesca
2019-06-20 19:43 ` Arnout Vandecappelle
2019-06-12 6:42 ` [Buildroot] [PATCH 3/4] package: remove non-conventional prefix/suffix from github-fetched packages Victor Huesca
2019-06-19 21:30 ` Arnout Vandecappelle
2019-06-20 12:42 ` Victor Huesca
2019-06-20 19:50 ` Arnout Vandecappelle
2019-06-21 2:15 ` Carlos Santos
2019-06-12 6:42 ` [Buildroot] [PATCH 4/4] package: remove non-conventional prefix/suffix from tarball-fetched packages Victor Huesca
2019-06-20 21:27 ` Arnout Vandecappelle
2019-06-12 7:26 ` [Buildroot] [PATCH 0/4] Sanetize packages version Thomas Petazzoni
2019-06-12 8:39 ` Victor Huesca
2019-06-12 14:50 ` Thomas Petazzoni
2019-06-19 15:35 ` Victor Huesca
2019-06-20 20:32 ` Arnout Vandecappelle
2019-06-23 16:33 ` Thomas Petazzoni
2019-06-12 8:51 ` Arnout Vandecappelle
2019-06-18 12:11 ` Victor Huesca
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=20190620081339.48ebdbb5@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox