all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: Olivier Dion <olivier.dion@polymtl.ca>
Cc: 57164-done@debbugs.gnu.org
Subject: bug#57164: [PATCH 1/3] gnu: Add lttng-modules.
Date: Mon, 15 Aug 2022 09:55:38 +0200	[thread overview]
Message-ID: <87fshygcud.fsf_-_@gnu.org> (raw)
In-Reply-To: <1ccae58591bf2bd7b424f3a7a7c3ae78a5b8d849.1660346623.git.olivier.dion@polymtl.ca> (Olivier Dion's message of "Fri, 12 Aug 2022 19:24:12 -0400")


> * gnu/packages/instrumentation.scm (lttng-modules): New variable.

Pushed with the following changes:

--8<---------------cut here---------------start------------->8---
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2021 Olivier Dion <olivier.dion@polymtl.ca>
+;;; Copyright © 2021, 2022 Olivier Dion <olivier.dion@polymtl.ca>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -220,11 +220,11 @@ (define-public lttng-modules
                 "1vm9nnjvid7acsvgwnjyxd60ih9rmbhnfjldxip58n8x9q7d0nb1"))))
     (build-system linux-module-build-system)
     (arguments
-     `(#:tests? #f
-       #:make-flags (list "CONFIG_LTTNG=m" "CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m")))
+     `(#:tests? #f ; no tests
+       #:make-flags (list "CONFIG_LTTNG=m"
+                          "CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m")))
     (home-page "https://lttng.org/")
-    (synopsis "LTTng modules provide kernel tracing capability to the LTTng
-tracer toolset")
+    (synopsis "LTTng kernel modules for the LTTng tracer toolset")
     (description
      "LTTng kernel modules are Linux kernel modules which make
 LTTng kernel tracing possible.  They include essential control modules and
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu




      reply	other threads:[~2022-08-15  8:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12 22:38 [bug#57164] [PATCH 1/3] gnu: Add lttng-modules Olivier Dion via Guix-patches via
2022-08-12 22:40 ` [bug#57164] [PATCH 2/3] gnu: lttng-ust: Update to 2.13.3 Olivier Dion via Guix-patches via
2022-08-12 22:40 ` [bug#57164] [PATCH 3/3] gnu: lttng-tools: Update to 2.13.7 Olivier Dion via Guix-patches via
2022-08-12 23:24 ` [bug#57164] [PATCH v2] gnu: Add lttng-modules Olivier Dion via Guix-patches via
2022-08-15  7:55   ` Mathieu Othacehe [this message]

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=87fshygcud.fsf_-_@gnu.org \
    --to=othacehe@gnu.org \
    --cc=57164-done@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.