Re: [RFC] tools lib traceevent: How to do library versioning being in the Linux kernel source?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [RFC] tools lib traceevent: How to do library versioning being in the Linux kernel source?
- From: Konstantin Ryabitsev <konstantin@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 6 Jan 2020 15:14:01 -0500
- Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>, Jiri Olsa <jolsa@xxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Ingo Molnar <mingo@xxxxxxxxxx>, Namhyung Kim <namhyung@xxxxxxxxxx>, Masami Hiramatsu <mhiramat@xxxxxxxxxx>, Linux Trace Devel <linux-trace-devel@xxxxxxxxxxxxxxx>, LKML <linux-kernel@xxxxxxxxxxxxxxx>, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>, users@xxxxxxxxxxxxxxxx
- In-reply-to: <20200106194711.GC11285@kernel.org>
- Mail-followup-to: Arnaldo Carvalho de Melo <arnaldo.melo@xxxxxxxxx>, Steven Rostedt <rostedt@xxxxxxxxxxx>, Jiri Olsa <jolsa@xxxxxxxxxx>, Sudip Mukherjee <sudipm.mukherjee@xxxxxxxxx>, Ingo Molnar <mingo@xxxxxxxxxx>, Namhyung Kim <namhyung@xxxxxxxxxx>, Masami Hiramatsu <mhiramat@xxxxxxxxxx>, Linux Trace Devel <linux-trace-devel@xxxxxxxxxxxxxxx>, LKML <linux-kernel@xxxxxxxxxxxxxxx>, Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>, users@xxxxxxxxxxxxxxxx
- References: <20200102122004.216c85da@gandalf.local.home> <20200102234950.GA14768@krava> <20200102185853.0ed433e4@gandalf.local.home> <20200103133640.GD9715@krava> <20200103181614.7aa37f6d@gandalf.local.home> <20200106151902.GB236146@krava> <20200106162623.GA11285@kernel.org> <20200106113615.4545e3c5@gandalf.local.home> <20200106194711.GC11285@kernel.org>
On Mon, Jan 06, 2020 at 04:47:11PM -0300, Arnaldo Carvalho de Melo wrote:
> Sure, regardless of where you do source code control you will need to
> tag, create a tarball, signatures (which kup helps with) for kernel.org,
> for instance I use:
>
> kup put perf-${VER}.tar.xz perf-${VER}.tar.sign /pub/linux/kernel/tools/perf/v${VER}/perf-${VER}.tar.xz
It's worth noting that you don't have to use kup if you don't want to --
we have a mechanism to create tarball releases directly from tag
signatures. You just have to add a special note to the tag and the
backend does the rest automatically -- we have a handy script [^1] to
make it easier.
Greg KH has been using this process for a while now.
If you would like to switch to that instead of using kup directly, just
let me know.
-K
[^1]: https://git.kernel.org/pub/scm/linux/kernel/git/mricon/korg-helpers.git/tree/git-archive-signer
[Index of Archives]
[Linux USB Development]
[Linux USB Development]
[Linux Audio Users]
[Yosemite Hiking]
[Linux Kernel]
[Linux SCSI]