guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: not a patch.. yet. git-daemon-service


From: Ludovic Courtès
Subject: Re: not a patch.. yet. git-daemon-service
Date: Mon, 20 Jun 2016 10:26:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

ng0 <address@hidden> skribis:

>> (define-record-type* <git-daemon-configuration>
>>   git-daemon-configuration make-git-daemon-configuration
>>   git-daemon-configuration?
>>   (git-daemon     git-daemon-configuration-git
>>                   (default git))
>>   (base-path      git-daemon-configuration-base-path) ; string
>>   (port           git-daemon-configuration-port) ; string (default: 9418)
>>   (extra-settings git-daemon-configuration-extra-settings))
>>   ;;(export-all              git-daemon-configuration-export-all?) ;; those 
>> are switches I need to add differently
>>   ;;(informative-errors      git-daemon-configuration-informative-errors?) 
>> ;; same.
>>   ;;(verbose                 git-daemon-configuration-verbose?)) ;; same.
>
> There are many settings. The ones I think are the very basic ones which can
> be used for a start for this service are:
> port, base-path, a forced --syslog --informative-errors and finally the option
> to add whatever you want to add when you read the man page.
> There are more we can add later, but those are the very basic in my opinion.
> What's your opinion?

I think it’s OK to restrict yourself to the most common options at
first.  We can always add more options eventually.

Thanks for working on it!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]