unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add autobuild.
@ 2015-10-01 20:58 Mathieu Lirzin
  2015-10-02 11:56 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Lirzin @ 2015-10-01 20:58 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]


* gnu/packages/autotools.scm (autobuild): New variable.
---
 gnu/packages/autotools.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-autobuild.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-autobuild.patch", Size: 1917 bytes --]

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index f2b4d95..db5c876 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
 ;;; Copyright © 2014 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;;
@@ -158,6 +159,30 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
                 port)))
            (chmod (string-append bin "/autoconf") #o555)))))))
 
+(define-public autobuild
+  (package
+    (name "autobuild")
+    (version "5.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://savannah/autobuild/autobuild-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0gv7g61ja9q9zg1m30k4snqwwy1kq7b4df6sb7d2qra7kbdq8af1"))))
+    (build-system gnu-build-system)
+    (inputs `(("perl" ,perl)))
+    (synopsis "Process generated build logs")
+    (description "Autobuild is a package that process build logs generated
+when building software.  Autobuild is primarily focused on packages using
+Autoconf and Automake, but can be used with other build systems too.
+Autobuild generates an HTML summary file, containing links to each build log.
+The summary include project name, version, build hostname, host type (cross
+compile aware), date of build, and indication of success or failure.  The
+output is indexed in many ways to simplify browsing.")
+    (home-page "http://josefsson.org/autobuild/")
+    (license gpl3+)))
+
 (define-public automake
   (package
     (name "automake")

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

* Re: [PATCH] gnu: Add autobuild.
  2015-10-01 20:58 [PATCH] gnu: Add autobuild Mathieu Lirzin
@ 2015-10-02 11:56 ` Ricardo Wurmus
  2015-10-02 13:17   ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2015-10-02 11:56 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel


Mathieu Lirzin <mthl@openmailbox.org> writes:

> * gnu/packages/autotools.scm (autobuild): New variable.
> ---
>  gnu/packages/autotools.scm | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)

Looks good to me with the exception of this part of the description:

> +The summary include project name, version, build hostname, host type (cross
> +compile aware), date of build, and indication of success or failure.  The

Should this not be “includes” rather than “include”?

~~ Ricardo

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

* Re: [PATCH] gnu: Add autobuild.
  2015-10-02 11:56 ` Ricardo Wurmus
@ 2015-10-02 13:17   ` Andreas Enge
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Enge @ 2015-10-02 13:17 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

On Fri, Oct 02, 2015 at 01:56:44PM +0200, Ricardo Wurmus wrote:
> Looks good to me with the exception of this part of the description:

And
    (description "Autobuild is a package that process build logs generated
where "process" should be "processes".

Andreas

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

end of thread, other threads:[~2015-10-02 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-01 20:58 [PATCH] gnu: Add autobuild Mathieu Lirzin
2015-10-02 11:56 ` Ricardo Wurmus
2015-10-02 13:17   ` Andreas Enge

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).