Re: [PATCH] gnu: service: Add git-service.

2016-10-16 Thread ng0
宋文武 writes: > ng0 writes: > > >>> From d1d7eb59ca53833098cea2d6eddaa59f1494b579 Mon Sep 17 00:00:00 2001 >>> From: ng0 >>> Date: Fri, 8 Jul 2016 15:42:55 + >>> Subject: [PATCH] gnu: services: Add git-service. >>> >>> * gnu/services/version-control.scm: New file, create it. >>> (git-service)

Re: [PATCH] gnu: service: Add git-service.

2016-09-30 Thread 宋文武
ng0 writes: >> From d1d7eb59ca53833098cea2d6eddaa59f1494b579 Mon Sep 17 00:00:00 2001 >> From: ng0 >> Date: Fri, 8 Jul 2016 15:42:55 + >> Subject: [PATCH] gnu: services: Add git-service. >> >> * gnu/services/version-control.scm: New file, create it. >> (git-service): New Procedures. >> (git

Re: [PATCH] gnu: service: Add git-service.

2016-09-30 Thread Ricardo Wurmus
ng0 writes: > So almost one month passed now. > To continue testing this, I need help on this first. The quoted email is very long with different parties interacting. It is hard to see what the problem is and you what you need help with. Could you please ask a clear question? This would make

Re: [PATCH] gnu: service: Add git-service.

2016-09-27 Thread ng0
So almost one month passed now. To continue testing this, I need help on this first. Thanks. ng0 writes: > I tried to address most of what you've written. > > While I was correcting the documentation I decided to add more options, > now it doesn't work anymore, probably because of the ifs I add

Re: [PATCH] gnu: service: Add git-service.

2016-09-27 Thread ng0
So almost one month passed now. To continue testing this, I need help on this first. Thanks. ng0 writes: > I tried to address most of what you've written. > > While I was correcting the documentation I decided to add more options, > now it doesn't work anymore, probably because of the ifs I add

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread ng0
I tried to address most of what you've written. While I was correcting the documentation I decided to add more options, now it doesn't work anymore, probably because of the ifs I added. Andy Wingo writes: > On Tue 30 Aug 2016 13:45, ng0 writes: > >>>I also think that "path" might >>> not be th

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread Andy Wingo
On Tue 30 Aug 2016 13:45, ng0 writes: >>I also think that "path" might >> not be the right word, which in GNU manuals is only used for search >> paths. See the "GNU Manuals" section of standards.texi for more. >> Anyway I suggest #:base-directory. Make sure the port is an integer and >> not a s

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread ng0
Hi, Andy Wingo writes: > On Mon 29 Aug 2016 22:05, ng0 writes: > >> +@node Version Control >> +@subsubsection Version Control >> + >> +The @code{(gnu services version-control)} module provides the following >> services: >> + >> +@deffn {Scheme Procedure} git-service [git @var{git}] @ >> +

Re: [PATCH] gnu: service: Add git-service.

2016-08-30 Thread Andy Wingo
On Mon 29 Aug 2016 22:05, ng0 writes: > +@node Version Control > +@subsubsection Version Control > + > +The @code{(gnu services version-control)} module provides the following > services: > + > +@deffn {Scheme Procedure} git-service [git @var{git}] @ > + [base-path ``/var/git/repositories'

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread ng0
First try with added documentation. >From d796e150183d15b8ce639051f202138970153a9e Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 8 Jul 2016 15:42:55 + Subject: [PATCH] gnu: services: Add git-service. * gnu/services/version-control.scm: New file, create it. (git-service): New Procedures. (git

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread ng0
Andy Wingo writes: > On Mon 29 Aug 2016 15:04, ng0 writes: > >> I know I should add a section about it to documentation, but first I >> want to get comments for the service as it currently is. > > No real comments until I know how it's supposed to work, which the > documentation will tell me :)

Re: [PATCH] gnu: service: Add git-service.

2016-08-29 Thread Andy Wingo
On Mon 29 Aug 2016 15:04, ng0 writes: > I know I should add a section about it to documentation, but first I > want to get comments for the service as it currently is. No real comments until I know how it's supposed to work, which the documentation will tell me :) A