GNU bug report logs -
#28438
[PATCH] gnu: cuirrass: Default port to 8081.
Previous Next
Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>
Date: Tue, 12 Sep 2017 21:46:02 UTC
Severity: normal
Tags: patch
Done: Jan Nieuwenhuizen <janneke <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28438 in the body.
You can then email your comments to 28438 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#28438
; Package
guix-patches
.
(Tue, 12 Sep 2017 21:46:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jan Nieuwenhuizen <janneke <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 12 Sep 2017 21:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/services/cuirass.scm (<cuirass-configuration>): Default port to 8081.
Fixes conflict with guix-publish default.
* doc/guix.texi (Continuous Integration): Update.
---
doc/guix.texi | 2 +-
gnu/services/cuirass.scm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 182ead71e..3119697f4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15276,7 +15276,7 @@ Cuirass jobs.
Location of sqlite database which contains the build results and previously
added specifications.
-@item @code{port} (default: @code{8080})
+@item @code{port} (default: @code{8081})
Port number used by the HTTP server.
@item @code{specifications} (default: @code{#~'()})
diff --git a/gnu/services/cuirass.scm b/gnu/services/cuirass.scm
index 73a30b240..2ad595220 100644
--- a/gnu/services/cuirass.scm
+++ b/gnu/services/cuirass.scm
@@ -60,7 +60,7 @@
(database cuirass-configuration-database ;string (file-name)
(default "/var/run/cuirass/cuirass.db"))
(port cuirass-configuration-port ;integer (port)
- (default 8080))
+ (default 8081))
(specifications cuirass-configuration-specifications)
;gexp that evaluates to specification-alist
(use-substitutes? cuirass-configuration-use-substitutes? ;boolean
--
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
Information forwarded
to
guix-patches <at> gnu.org
:
bug#28438
; Package
guix-patches
.
(Wed, 13 Sep 2017 08:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 28438 <at> debbugs.gnu.org (full text, mbox):
Jan Nieuwenhuizen <janneke <at> gnu.org> skribis:
> * gnu/services/cuirass.scm (<cuirass-configuration>): Default port to 8081.
> Fixes conflict with guix-publish default.
> * doc/guix.texi (Continuous Integration): Update.
Good idea, go for it!
Thanks,
Ludo'.
Reply sent
to
Jan Nieuwenhuizen <janneke <at> gnu.org>
:
You have taken responsibility.
(Wed, 13 Sep 2017 16:35:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jan Nieuwenhuizen <janneke <at> gnu.org>
:
bug acknowledged by developer.
(Wed, 13 Sep 2017 16:35:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 28438-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès writes:
>> * gnu/services/cuirass.scm (<cuirass-configuration>): Default port to 8081.
>> Fixes conflict with guix-publish default.
>> * doc/guix.texi (Continuous Integration): Update.
>
> Good idea, go for it!
Yes, it was posted as a suggestion with easy-push correct or push
possibility.
Pushed to master as 1c05aab4732e2805d3fd21900ab53618915b7480
janneke
--
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 12 Oct 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.