This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from 36ae449 Add libssh 0.7.0-1 (3 patches applied): new b4dde01 Fix current-timestamps-scripts.sh 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: current-timestamp-scripts.sh | 57 +++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 15 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient-contrib. commit b4dde014f3fd695686158aea396111f4f301038c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat May 16 07:04:35 2015 -0400 Fix current-timestamps-scripts.sh --- current-timestamp-scripts.sh | 57 +++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 15 deletions(-) diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index bf950f9..8e9c227 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -1,17 +1,44 @@ #!/bin/bash set -x -cygwin/20141018-5_bin_set-timestamps.sh -cygwin/20150425-2_bin_set-timestamps.sh -libssh/0.6.5-x2go1-mingw482_bin_set-timestamps.sh -libssh/0.7.0-x2go1-mingw482_bin_set-timestamps.sh -libzip/x86-mingw4-0.9.3_bin_set-timestamps.sh -libzip/x86-mingw4-0.9.3_lib_set-timestamps.sh -MinGW-DLLs/i686-4.8.2-release-posix-dwarf-rt_v3-rev3_set-timestamps.sh -MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh -pulse/5.0-rev18_bin_set-timestamps.sh -pulse/6.0-11.1_bin_set-timestamps.sh -PuTTY/0.64_bin_set-timestamps.sh -VcXsrv/1.15.2.6_bin_set-timestamps.sh -VcXsrv/1.17.0.0-1_bin_set-timestamps.sh -zlib/1.2.8_bin_set-timestamps.sh -zlib/x86-mingw4-1.2.7-1_bin_set-timestamps.sh + +cd cygwin +./20141018-5_bin_set-timestamps.sh +./20150425-2_bin_set-timestamps.sh +cd .. + +cd libssh +./0.6.5-x2go1-mingw482_bin_set-timestamps.sh +./0.7.0-x2go1-mingw482_bin_set-timestamps.sh +cd.. + +cd libzip +./x86-mingw4-0.9.3_bin_set-timestamps.sh +./x86-mingw4-0.9.3_lib_set-timestamps.sh +cd .. + +cd MinGW-DLLs +./i686-4.8.2-release-posix-dwarf-rt_v3-rev3_set-timestamps.sh +cd .. + +cd MSVC-DLLs +./2008-9.0.21022.8-x86_set-timestamps.sh +cd .. + +cd pulse +./5.0-rev18_bin_set-timestamps.sh +./6.0-11.1_bin_set-timestamps.sh +cd .. + +cd PuTTY +./0.64_bin_set-timestamps.sh +cd .. + +cd VcXsrv +./1.15.2.6_bin_set-timestamps.sh +./1.17.0.0-1_bin_set-timestamps.sh +cd .. + +cd zlib +./1.2.8_bin_set-timestamps.sh +./x86-mingw4-1.2.7-1_bin_set-timestamps.sh +cd .. -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git