savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [257] MigrationChecklist: updates


From: assafgordon
Subject: [Savannah-cvs] [257] MigrationChecklist: updates
Date: Tue, 11 Oct 2016 02:38:25 +0000 (UTC)

Revision: 257
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=257
Author:   agn
Date:     2016-10-11 02:38:22 +0000 (Tue, 11 Oct 2016)
Log Message:
-----------
MigrationChecklist: updates

Modified Paths:
--------------
    trunk/sviki/MigrationChecklist.mdwn

Modified: trunk/sviki/MigrationChecklist.mdwn
===================================================================
--- trunk/sviki/MigrationChecklist.mdwn 2016-10-04 03:15:23 UTC (rev 256)
+++ trunk/sviki/MigrationChecklist.mdwn 2016-10-11 02:38:22 UTC (rev 257)
@@ -30,17 +30,29 @@
 
         $sys_debug_email_override_address = "address@hidden";
 
+*  Ensure `cgitrepos` is updated on `vcs0`, and copied
+   to `frontend0:/etc/savane/cgitrepos`.
+   Search for `cgitrepos` in [[SavannahInternals]] for details.
+
+
 * Fix the following PHP issues:
 
+        sh: 1: /usr/local/bin/sv_tmpgpg: not found  ((appeared in apache's 
log, clearly from somewhere in the php code)
         PHP Notice:  Undefined offset: 0 in 
/home/agn/savannah/savane/frontend/php/include/my/general.php on line 607
+
+        # This happens in DEBUG code, not a show stopper:
         Notice: Array to string conversion in 
/usr/src/savane/frontend/php/include/trackers/data.php on line 1924
-        PHP Fatal error:  Call-time pass-by-reference has been removed in 
/home/agn/savannah/etc/savane/content/gnu-content/git/index.txt on line 4
-        PHP Deprecated:  Function mysql_numrows() is deprecated in 
/home/agn/savannah/savane/frontend /php/include/database.php on line 300
-        sh: 1: /usr/local/bin/sv_tmpgpg: not found  ((appeared in apache's 
log, clearly from somewhere in the php code)
 
+        # FIXED
+        # PHP Fatal error:  Call-time pass-by-reference has been removed in 
/home/agn/savannah/etc/savane/content/gnu-content/git/index.txt on line 4
+
+        # Deprecated but still works, not a show stopper
+        # PHP Deprecated:  Function mysql_numrows() is deprecated in 
/home/agn/savannah/savane/frontend /php/include/database.php on line 300
+
 * Apache configuration: rename all mentions of `frontend0` to `frontned`.
 
-* SSL Certificates: Ensure shortcut domains (e.g. 'sv.gnu.org') work
+* *DONE* - Updated apache configuration by Bob Proulx.
+  SSL Certificates: Ensure shortcut domains (e.g. 'sv.gnu.org') work
   and redirect successfully with HTTPS, and provide unredirected `.well-known`
   directory for HTTP. All domains should be included
   (eg. "frontend0.sv.gnu.org", "frontend.sv.nongnu.org", "sv.gnu.org",




reply via email to

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