[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] administration/infra/elisp savannah.el savannah...
From: |
Frouin Jean-Michel |
Subject: |
[Savannah-cvs] administration/infra/elisp savannah.el savannah... |
Date: |
Thu, 01 Nov 2007 20:52:13 +0000 |
CVSROOT: /sources/administration
Module name: administration
Changes by: Frouin Jean-Michel <snoogie> 07/11/01 20:52:13
Modified files:
infra/elisp : savannah.el savannah.vim
Log message:
sv-problem-without-source-code renamed in sv-approve-without-source-code
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.el?cvsroot=administration&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/administration/infra/elisp/savannah.vim?cvsroot=administration&r1=1.7&r2=1.8
Patches:
Index: savannah.el
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.el,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- savannah.el 30 Oct 2007 00:13:52 -0000 1.61
+++ savannah.el 1 Nov 2007 20:52:13 -0000 1.62
@@ -73,10 +73,10 @@
;; sv-deleted-pending and sv-problem-fdl-info. Sylvain Beucler made
;; lots of changes tracked via CVS, with suggestions or patches from
;; Jonathan V. Gonzales and Sebastian Wieseler. Jean-Michel Frouin renammed
-;; sv-approve-without-source-code in sv-problem-without-source-code and
+;; sv-approve-without-source-code in sv-approve-without-source-code and
;; add comments on sv-problem-copyright-holder
;;
-;; $Id: savannah.el,v 1.61 2007/10/30 00:13:52 snoogie Exp $
+;; $Id: savannah.el,v 1.62 2007/11/01 20:52:13 snoogie Exp $
;;
;; General
@@ -490,28 +490,6 @@
)
-;; Problem without source code (and will be checked later)
-;; Once the user acknowledges, use sv-approve().
-(defun sv-problem-without-source-code ()
- (interactive)
- ""
- (insert "Hi,
-
-Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
-
-Before approval, we prefer to see your source code, so we can check it for
legal issues (even non-functional code is OK). Among other checks, we will
check that the source files contain appropriate copyright notices and
permission-to-copy statements at the beginning of every copyrightable file. Our
review helps catch potential legal issues early.
-
-If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
-
-If we approve your project without source code, we will review the code in the
near future (or better, at your request). 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.
-
-
-Do you need the Savannah services now, and if yes do you agree with the above
conditions?
-
-Regards.\n")
- (message "Inserted sv-problem-without-source-code text.")
- )
-
;;
;; Project rejection
;;
@@ -603,6 +581,28 @@
(message "Inserted sv-approve text.")
)
+;; Problem without source code (and will be checked later)
+;; Once the user acknowledges, use sv-approve().
+(defun sv-approve-without-source-code ()
+ (interactive)
+ ""
+ (insert "Hi,
+
+Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
+
+Before approval, we prefer to see your source code, so we can check it for
legal issues (even non-functional code is OK). Among other checks, we will
check that the source files contain appropriate copyright notices and
permission-to-copy statements at the beginning of every copyrightable file. Our
review helps catch potential legal issues early.
+
+If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
+
+If we approve your project without source code, we will review the code in the
near future (or better, at your request). 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.
+
+
+Do you need the Savannah services now, and if yes do you agree with the above
conditions?
+
+Regards.\n")
+ (message "Inserted sv-problem-without-source-code text.")
+ )
+
;; Set the project type as non-GNU
(defun sv-set-as-nongnu ()
Index: savannah.vim
===================================================================
RCS file: /sources/administration/administration/infra/elisp/savannah.vim,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- savannah.vim 30 Oct 2007 00:13:52 -0000 1.7
+++ savannah.vim 1 Nov 2007 20:52:13 -0000 1.8
@@ -46,7 +46,7 @@
" lots of changes tracked via CVS, with suggestions or patches from
" Jonathan V. Gonzales and Sebastian Wieseler. Jean-Michel Frouin port
" it to vim, renammed sv-approve-without-source-code
-" in sv-problem-without-source-code and add comments on
+" in sv-approve-without-source-code and add comments on
" SV_problem_copyright_holder
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@@ -228,13 +228,6 @@
echo "Inserted sv-problem-sfnet text."
endfu
-" Problem without source code (and will be checked later)
-" Once the user acknowledges, use sv-approve().
-fu! SV_problem_without_source_code()
- execute "normal IHi,
Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
We prefer to approve project with source code, so we can check it for legal
issues (even non-functional code is OK). We will among others check if the
source files contain appropriate copyright notice and permission-to-copy
statements at the beginning of every copyrightable file. Our review helps catch
potential legal issues early.
If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
If we approve your project without source code, we will review the code in the
near future (or better, at your request). 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.
Do you need the Savannah services now, and if yes do you agree with the above
conditions?
Regards.
"
- echo "Inserted sv-problem-without-source-code text."
-endfu
-
" Project rejection
" Reject project that depends on a non-free operating system
@@ -269,6 +262,13 @@
echo "Inserted sv-approve text."
endfu
+" Problem without source code (and will be checked later)
+" Once the user acknowledges, use sv-approve().
+fu! SV_approve_without_source_code()
+ execute "normal IHi,
Your projects meets the Savannah requirements, except that we cannot review
your source code yet.
We prefer to approve project with source code, so we can check it for legal
issues (even non-functional code is OK). We will among others check if the
source files contain appropriate copyright notice and permission-to-copy
statements at the beginning of every copyrightable file. Our review helps catch
potential legal issues early.
If you need Savannah right now, please explain to us why; otherwise, please
resubmit the project when you have source code.
If we approve your project without source code, we will review the code in the
near future (or better, at your request). 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.
Do you need the Savannah services now, and if yes do you agree with the above
conditions?
Regards.
"
+ echo "Inserted sv-problem-without-source-code text."
+endfu
+
" Set the project type as non-GNU
fu! SV_set_as_nongnu()
execute "normal ISince your project is not GNU yet (at least I
cannot find it on our official list), I set your project type as non-GNU. If
you would like to offer your project to the GNU project, please:
- fix the issues we mentioned, as the Savannah policies also apply for GNU
projects
- then contact the GNU Eval team, following the instructions at
http://www.gnu.org/help/evaluation.html .
"
- [Savannah-cvs] administration/infra/elisp savannah.el savannah...,
Frouin Jean-Michel <=