This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1f3f87f Upgrade libssh from 0.6.5 to 0.7.0 new dbe9be6 Revert accidental changes to copy-deps-win32.bat The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: copy-deps-win32.bat | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit dbe9be6be81fb4dcc6091103aaf25036e7c33a8c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat May 16 07:15:48 2015 -0400 Revert accidental changes to copy-deps-win32.bat --- copy-deps-win32.bat | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 8af3885..1a7444a 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -1,16 +1,16 @@ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\cygwin\20150425-2_bin %1\ +xcopy /E /Y D:\x2goclient-contrib\cygwin\20150425-2_bin %1\ del %1\nxproxy.exe.unstripped %1\libXcomp.a %1\libXcomp.dll.a -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\libssh\0.7.0-x2go1-mingw482_bin\bin\libssh.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\libzip\0.9.3_bin\bin\libzip.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\MSVC-DLLs\2008-9.0.21022.8-x86 %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\pulse\6.0-11.1_bin %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\PuTTY\0.64_bin %1\ -xcopy /E /Y /I C:\x2gobuilds\x2goclient-contrib\VcXsrv\1.17.0.0-1_bin %1\VcXsrv -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\zlib\1.2.8_bin\zlib1.dll %1\ -xcopy /E /Y C:\x2gobuilds\x2goclient-contrib\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\libssh\0.7.0-x2go1-mingw482_bin\bin\libssh.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\libzip\0.9.3_bin\bin\libzip.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\MSVC-DLLs\2008-9.0.21022.8-x86 %1\ +xcopy /E /Y D:\x2goclient-contrib\pulse\6.0-11.1_bin %1\ +xcopy /E /Y D:\x2goclient-contrib\PuTTY\0.64_bin %1\ +xcopy /E /Y /I D:\x2goclient-contrib\VcXsrv\1.17.0.0-1_bin %1\VcXsrv +xcopy /E /Y D:\x2goclient-contrib\zlib\1.2.8_bin\zlib1.dll %1\ +xcopy /E /Y D:\x2goclient-contrib\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %1\ REM until Win32OpenSSL 1.0.1k comes out xcopy /E /Y D:\OpenSSL-Win32\bin\ssleay32.dll %1\ xcopy /E /Y D:\OpenSSL-Win32\bin\libeay32.dll %1\ -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git