• R/O
  • SSH

traclightning: Commit

traclightningのリポジトリ


Commit MetaInfo

Revisionf9365f97dda2164a1c4a8fed3870c44947ba6aaa (tree)
Time2015-05-02 23:08:09
AuthorJun Omae <jun66j5@gmai...>
CommiterJun Omae

Log Message

Moved bin/sed.exe to install/sed.exe to reduce taintedness of 'bin' directory

Change Summary

Incremental Difference

diff -r 7aebebf6cca7 -r f9365f97dda2 bin/sed.exe
Binary file bin/sed.exe has changed
diff -r 7aebebf6cca7 -r f9365f97dda2 install/post-install.bat
--- a/install/post-install.bat Sat May 02 23:02:41 2015 +0900
+++ b/install/post-install.bat Sat May 02 23:08:09 2015 +0900
@@ -26,7 +26,7 @@
2626 extra\httpd-mpm.conf extra\httpd-multilang-errordoc.conf
2727 extra\httpd-ssl.conf extra\httpd-userdir.conf extra\httpd-vhosts.conf
2828 ) do (
29- call bin\sed.exe ^
29+ call install\sed.exe ^
3030 -e "s,@@Port@@,80," ^
3131 -e "s,@@SSLPort@@,443," ^
3232 -e "s,@@ServerRoot@@,%TRAC_LIGHT_HOME:\=/%," ^
@@ -89,7 +89,7 @@
8989 python\python.exe install\replace-projecthome.py "%TL_PROJECT_HOME%" python/share/trac/conf/trac.ini.temp2 python/share/trac/conf/trac.ini.temp
9090 del python\share\trac\conf\trac.ini.temp2
9191
92-if not exist jenkins\jenkins.war bin\sed.exe s\hudsontrac\#hudsontrac\ python\share\trac\conf\trac.ini.temp > python\share\trac\conf\trac.ini
92+if not exist jenkins\jenkins.war install\sed.exe s\hudsontrac\#hudsontrac\ python\share\trac\conf\trac.ini.temp > python\share\trac\conf\trac.ini
9393 if exist jenkins\jenkins.war copy python\share\trac\conf\trac.ini.temp python\share\trac\conf\trac.ini
9494 del python\share\trac\conf\trac.ini.temp
9595
@@ -99,7 +99,7 @@
9999 python\python.exe install\replace-projecthome.py "%TL_PROJECT_HOME%" python/share/trac/conf/trac.ini.temp2 python/share/trac/conf/trac.ini.temp
100100 del python\share\trac\conf\trac.ini.temp2
101101
102-if not exist jenkins\jenkins.war bin\sed.exe s\hudsontrac\#hudsontrac\ python\share\trac\conf\trac.ini.temp > python\share\trac\conf\trac.ini
102+if not exist jenkins\jenkins.war install\sed.exe s\hudsontrac\#hudsontrac\ python\share\trac\conf\trac.ini.temp > python\share\trac\conf\trac.ini
103103 if exist jenkins\jenkins.war copy python\share\trac\conf\trac.ini.temp python\share\trac\conf\trac.ini
104104 del python\share\trac\conf\trac.ini.temp
105105
diff -r 7aebebf6cca7 -r f9365f97dda2 install/sed.exe
Binary file install/sed.exe has changed
Show on old repository browser