myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 2843fd3284


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 2843fd3284f881233055fc58e66ed524c1061e5a
Date: Sat, 01 Aug 2009 09:37:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  2843fd3284f881233055fc58e66ed524c1061e5a (commit)
       via  9243cf10d83015668c7368771fdecca11fb76bc3 (commit)
      from  dde8b6efbc2a7ccc51ed0915ad1b431707120bc8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 2843fd3284f881233055fc58e66ed524c1061e5a
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Aug 1 11:27:44 2009 +0200

    Create the empty plugins/ directory.

diff --git a/misc/wingen/NSIS installer script.nsi b/misc/wingen/NSIS installer 
script.nsi
index 84d196e..f3c1f5c 100644
--- a/misc/wingen/NSIS installer script.nsi     
+++ b/misc/wingen/NSIS installer script.nsi     
@@ -18,7 +18,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion"         
"0.9.0.1"
 VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion"      "0.9.0.1"
 VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName"        ""
 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks"    ""
-VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename"    
"MyServer-win32-0.9-rc1.exe"
+VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename"    
"MyServer-win32-0.9.exe"
 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "PrivateBuild"       "1"
 ;VIAddVersionKey /LANG=${LANG_ENGLISH} "SpecialBuild"       "1"
 
@@ -196,6 +196,8 @@ Section "MyServer core" SecCore
   File "virtualhosts.xml"
   File "README"
   File "COPYING"
+
+  CreateDirectory "$INSTDIR\plugins"
   CreateDirectory "$INSTDIR\logs"
   SetOutPath $INSTDIR\web
   File "web\*.html"



commit 9243cf10d83015668c7368771fdecca11fb76bc3
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Aug 1 11:26:02 2009 +0200

    makeinfo generates index.html not index.htm.

diff --git a/myserver/binaries/web/default.html 
b/myserver/binaries/web/default.html
index 9d8556f..007c9bd 100644
--- a/myserver/binaries/web/default.html
+++ b/myserver/binaries/web/default.html
@@ -33,7 +33,7 @@ GNU MyServer examples. <a href="link.html"><img 
src="goto.png" alt=""
                                                                                
                                                                                
                style="border: 0px;" /></a>
 <br /><br />
 GNU MyServer documentation. 
-<a href="documentation/index.htm"><img src="goto.png" alt="" 
+<a href="documentation/index.html"><img src="goto.png" alt=""
                                                                                
                                                                         
style="border: 0px;" /></a>
 <br />
 <br />

-----------------------------------------------------------------------

Summary of changes:
 misc/wingen/NSIS installer script.nsi |    4 +++-
 myserver/binaries/web/default.html    |    2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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