[Phonehome-commits] r92 - in trunk/server: cms common
pamadio at garage.maemo.org
pamadio at garage.maemo.org
Mon Oct 20 13:10:33 EEST 2008
Author: pamadio
Date: 2008-10-20 13:10:32 +0300 (Mon, 20 Oct 2008)
New Revision: 92
Added:
trunk/server/cms/.htaccess
trunk/server/common/.htaccess
Modified:
trunk/server/cms/m_svn.php
Log:
local changes
Added: trunk/server/cms/.htaccess
===================================================================
--- trunk/server/cms/.htaccess (rev 0)
+++ trunk/server/cms/.htaccess 2008-10-20 10:10:32 UTC (rev 92)
@@ -0,0 +1,5 @@
+AuthType Basic
+AuthName phonehome-cms
+AuthUserFile /etc/httpd/conf/phonehome_cms-auth.txt
+Require valid-user
+
Modified: trunk/server/cms/m_svn.php
===================================================================
--- trunk/server/cms/m_svn.php 2008-10-20 02:05:44 UTC (rev 91)
+++ trunk/server/cms/m_svn.php 2008-10-20 10:10:32 UTC (rev 92)
@@ -22,7 +22,7 @@
$doit = getvar("doit");
if ($doit == "svn2live"){
echo "<pre>";
- $ret = system("svn co --username lauren https://garage.maemo.org/svn/phonehome/trunk/server /home/etmaemo/etmaemo.gagnews.net");
+ $ret = system("svn co --username pamadio https://garage.maemo.org/svn/phonehome/trunk/server /var/www/phonehome-site");
echo "</pre>";
}
Added: trunk/server/common/.htaccess
===================================================================
--- trunk/server/common/.htaccess (rev 0)
+++ trunk/server/common/.htaccess 2008-10-20 10:10:32 UTC (rev 92)
@@ -0,0 +1 @@
+deny from all
More information about the Phonehome-commits
mailing list