savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] administration/infra/elisp savannah.el


From: Sebastian Wieseler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Sun, 13 Nov 2005 07:49:12 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sebastian Wieseler <address@hidden>     05/11/13 12:49:11

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Added sv-problem-sfnet

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/infra/elisp/savannah.el.diff?tr1=1.39&tr2=1.40&r1=text&r2=text

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.39 
administration/infra/elisp/savannah.el:1.40
--- administration/infra/elisp/savannah.el:1.39 Sun Sep  4 19:48:19 2005
+++ administration/infra/elisp/savannah.el      Sun Nov 13 12:49:11 2005
@@ -68,7 +68,7 @@
 ;;   lots of changes tracked via CVS, with suggestions or patches from
 ;;   Jonathan V. Gonzales and Sebastian Wieseler.
 ;;
-;; $Id: savannah.el,v 1.39 2005/09/04 19:48:19 Beuc Exp $
+;; $Id: savannah.el,v 1.40 2005/11/13 12:49:11 kickino Exp $
 
 ;;
 ;; General
@@ -446,6 +446,27 @@
   (sv-problem-tarball)
   (message "Inserted sv-problem-distro text.")
 )
+
+;; Ask the user to use SV and not SF for primary development
+(defun sv-problem-sfnet ()
+  (interactive)
+  ""
+  (insert "Savannah is a central point for development, distribution and
+maintenance of GNU Software.
+
+There is a companion site savannah.nongnu.org where we also host Free
+Software projects that are not part of the GNU Project, but run on
+free platforms.
+
+However, we do not allow to host your project on Savannah and
+SourceForge at the same time, if Savannah is just a project mirror.
+Your project development should happen primary on Savannah.
+
+How do you plan to use your Savannah account?"
+  (message "Inserted sv-problem-sfnet text.")
+  )
+
+
 ;;
 ;; Project rejection
 ;;




reply via email to

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