[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/elisp savannah.el
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] administration/infra/elisp savannah.el |
Date: |
Sat, 23 Apr 2005 06:15:41 -0400 |
CVSROOT: /cvsroot/administration
Module name: administration
Branch:
Changes by: Sylvain Beucler <address@hidden> 05/04/23 10:15:41
Modified files:
infra/elisp : savannah.el
Log message:
sv-ping: told the user that he should warn us if he plans to drop the
registration.
sv-approved-without-source-code: changed this into a request for
agreement, rather than a straight approval.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.15
administration/infra/elisp/savannah.el:1.16
--- administration/infra/elisp/savannah.el:1.15 Fri Apr 15 19:26:44 2005
+++ administration/infra/elisp/savannah.el Sat Apr 23 10:15:41 2005
@@ -65,7 +65,7 @@
;; sv-closing-resubmit, and added sv-deleted-pending and
;; sv-problem-fdl-info.
;;
-;; $Id: savannah.el,v 1.15 2005/04/15 19:26:44 Beuc Exp $
+;; $Id: savannah.el,v 1.16 2005/04/23 10:15:41 Beuc Exp $
;;
;; General
@@ -131,6 +131,8 @@
If within one week I still do not get a reply, I will remove your project. You
will still be able to register it again once you have the time to deal with the
registration issues.
+Are you still willing to host your project at Savannah? If not, please tell us
- we don't bite, and it will make us gain time.
+
Regards.\n")
(message "Inserted sv-ping text.")
)
@@ -508,19 +510,20 @@
)
;; Approve without source code (and will be checked later)
+;; Once the user acknowledges, use sv-approve().
(defun sv-approve-without-source-code ()
(interactive)
""
(insert "Hi,
-I have approved your project for inclusion in Savannah.
+Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
-We will be reviewing the cvs code in a month to check if the source files
contain appropriate copyright notice and permission-to-copy statements at the
beginning of every file of source code. Our review would help catch potential
legal issues early.
+We can approve it, and review the code in the near future (or better, at your
request). We will among other check if the source files contain appropriate
copyright notice and permission-to-copy statements at the beginning of every
file of source code. Our review would help catch potential legal issues early.
-You should get an automated email with more information shortly.
+If then the source code does not meet our requirements (for example, non-free
dependencies), we will then discuss the issue and possibly remove the project
from Savannah.
-Regards.\n")
+Is this ok for you?\n")
(message "Inserted sv-approve-without-source-code text.")
)