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: Sylvain Beucler
Subject: [Savannah-cvs] administration/infra/elisp savannah.el
Date: Thu, 23 Jun 2005 15:11:46 -0400

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/06/23 19:11:45

Modified files:
        infra/elisp    : savannah.el 

Log message:
        Added that we need the source code in the case of a distro that 
complies why Savannah's policies.

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

Patches:
Index: administration/infra/elisp/savannah.el
diff -u administration/infra/elisp/savannah.el:1.33 
administration/infra/elisp/savannah.el:1.34
--- administration/infra/elisp/savannah.el:1.33 Sun Jun  5 14:44:54 2005
+++ administration/infra/elisp/savannah.el      Thu Jun 23 19:11:45 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.33 2005/06/05 14:44:54 Beuc Exp $
+;; $Id: savannah.el,v 1.34 2005/06/23 19:11:45 Beuc Exp $
 
 ;;
 ;; General
@@ -437,9 +437,13 @@
 (defun sv-problem-distro ()
   (interactive)
   ""
-  (insert "As mentioned in the registration pages, we do not host complete 
distros, distros isos, packages repositories, etc, for space and bandwidth 
reasons. We may just offer support for organisational purpose and in-house 
developed software (such as iso creation scripts).
+  (insert "As mentioned in the registration pages, we do not host complete 
distros, distros isos, packages repositories, etc, for space and bandwidth 
reasons. We may just offer support for organisational purpose and dedicated 
software (such as iso creation scripts).
 
-How do you plan to use the Savannah services?")
+How do you plan to use the Savannah services?
+
+If you plan to host such software:
+")
+  (sv-problem-tarball)
   (message "Inserted sv-problem-distro text.")
 )
 ;;




reply via email to

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