On Thu, Sep 15, 2016 at 11:47:16AM +0530, Arun Isaac wrote:
>
> > I found some tests! See attached. Part of the test suite wants some
> > static library from Clang / LLVM; I couldn't make that work in 5 minutes
> > so I gave up ;) I think it's okay to commit in this state.
>
> Yeah, the darkhttpd
> I found some tests! See attached. Part of the test suite wants some
> static library from Clang / LLVM; I couldn't make that work in 5 minutes
> so I gave up ;) I think it's okay to commit in this state.
Yeah, the darkhttpd git repo has some test cases, but the release
tarball does not. Since w
ants some
static library from Clang / LLVM; I couldn't make that work in 5 minutes
so I gave up ;) I think it's okay to commit in this state.
What do you think?
>From 8268e04b18292047ff1922a151ad7458b443b9a0 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Wed, 14 Sep 2016 11:31:59 +
* gnu/packages/web.scm (darkhttpd): New variable.
---
gnu/packages/web.scm | 38 ++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12..2b73446 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@
> If I understand correctly, this will not work as expected. When the
> master branch gets another commit, our package's hash will become
> invalid.
Oops! I didn't think of that. I'll fix it.
> Did you notice if there is any documentation that could be installed too?
There's only a README file.
On Mon, Sep 12, 2016 at 12:50:14AM +0530, Arun Isaac wrote:
> * gnu/packages/web.scm (darkhttpd): New variable.
Thanks for this patch!
> +(version "1.12")
> +(source
> + (origin
> + ;; The darkhttpd release tarball URL fails to download with a
> + ;; 'TLS warning alert'. D
* gnu/packages/web.scm (darkhttpd): New variable.
---
gnu/packages/web.scm | 38 ++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12..2b73446 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@
> No, no, I don't insist; this problem shouldn't block packaging,
> git-fetch will be OK, but I think there should be a comment explaining
> why the tarball is not used.
Sure, I'll send a new patch shortly with all suggested changes
incorporated.
signature.asc
Description: PGP signature
Arun Isaac skribis:
>> Why 'git-fetch'? There is a release tarball:
>>
>> https://unix4lyfe.org/darkhttpd/darkhttpd-1.12.tar.bz2
>
> Yes, there is a release tarball. But, there is some server side issue
> with the url. When I try to download it with wget, I get a "The server
> name sent was not
Arun Isaac (2016-09-10 18:00 +0530) wrote:
>> Why 'git-fetch'? There is a release tarball:
>>
>> https://unix4lyfe.org/darkhttpd/darkhttpd-1.12.tar.bz2
>
> Yes, there is a release tarball. But, there is some server side issue
> with the url. When I try to download it with wget, I get a "The serve
> Why 'git-fetch'? There is a release tarball:
>
> https://unix4lyfe.org/darkhttpd/darkhttpd-1.12.tar.bz2
Yes, there is a release tarball. But, there is some server side issue
with the url. When I try to download it with wget, I get a "The server
name sent was not recognized" warning. wget ignor
Arun Isaac (2016-09-10 12:21 +0530) wrote:
> * gnu/packages/web.scm (darkhttpd): New variable.
> ---
> gnu/packages/web.scm | 33 +
> 1 file changed, 33 insertions(+)
>
> diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
> index 20c7d12..287c389 100644
> ---
* gnu/packages/web.scm (darkhttpd): New variable.
---
gnu/packages/web.scm | 33 +
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12..287c389 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -14,6
> Can you send an updated patch?
Sure, I'll make the changes and send an updated patch soon.
On Sat, Sep 10, 2016 at 01:26:23AM +0530, Arun Isaac wrote:
> * gnu/packages/web.scm (darkhttpd): New variable.
Hi, thank you for this patch!
> + `(#:tests? #f
When we disable the tests, we have to leave a comment explaining why. It
can be as simple as "No test suite" if that is the case.
>
* gnu/packages/web.scm (darkhttpd): New variable.
---
gnu/packages/web.scm | 34 ++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 20c7d12..261eed2 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -14,
16 matches
Mail list logo