All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cocci] [PATCH v3 0/2] coccinelle: add localversion information
@ 2015-07-27 22:03 Luis R. Rodriguez
  2015-07-27 22:03 ` [Cocci] [PATCH v3 1/2] autotools: simplify the way to determine version information Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luis R. Rodriguez @ 2015-07-27 22:03 UTC (permalink / raw)
  To: cocci

From: "Luis R. Rodriguez" <mcgrof@suse.com>

This v3 makes use of the recommended strategy by Nikolay to avoid
a local variable for the version.sh. It also clarifies in the commit
log on patch 2 that PGP signed tags are not required by default. If
Coccinelle switches over to using PGP tags the scripts/setlocalversion
file can be modified to require them, but for now this is disabled.

Lastly, in order to try to help simplify the way release managers might make a
release in a linear fashion with a git tree I modified autogen.sh to accept
a new argument:

./autogen --ignore_localversion

which can be used by release managers to skip the local version string
when making a release. This is in contrast to my v2 series which would
have otherwise required release managers to make temporary tags, delete
them, and them finally add a new tag later. This is much simpler solution.

The default is to parse the localversion string then if available.

Luis R. Rodriguez (2):
  autotools: simplify the way to determine version information
  autotools: add localversion information

 Makefile                |   1 -
 Makefile.config.in      |   2 +
 autogen                 |   5 +++
 configure.ac            |   2 +-
 scripts/setlocalversion | 117 ++++++++++++++++++++++++++++++++++++++++++++++++
 version.sh              |   5 +++
 6 files changed, 130 insertions(+), 2 deletions(-)
 create mode 100755 scripts/setlocalversion
 create mode 100755 version.sh

-- 
2.3.2.209.gd67f9d5.dirty

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-08-05 21:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 22:03 [Cocci] [PATCH v3 0/2] coccinelle: add localversion information Luis R. Rodriguez
2015-07-27 22:03 ` [Cocci] [PATCH v3 1/2] autotools: simplify the way to determine version information Luis R. Rodriguez
2015-07-31  6:44   ` SF Markus Elfring
2015-08-05 21:08     ` Luis R. Rodriguez
2015-07-27 22:03 ` [Cocci] [PATCH v3 2/2] autotools: add localversion information Luis R. Rodriguez
2015-07-30 13:50   ` Julia Lawall
2015-07-30 15:02     ` Luis R. Rodriguez
2015-07-31  7:03   ` [Cocci] " SF Markus Elfring
2015-08-05 21:10     ` Luis R. Rodriguez
2015-08-05 21:15 ` [Cocci] [PATCH v3 0/2] coccinelle: " Luis R. Rodriguez

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.