This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from a711dbf Update current-timestamp-scripts.sh new 842dba5 Add PuTTY 0.66 new 1885dab timestamps scripts now created w/ executable bit The 2 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: PuTTY/0.66_bin/pageant.exe | Bin 0 -> 147456 bytes PuTTY/0.66_bin/plink.exe | Bin 0 -> 339968 bytes PuTTY/0.66_bin/pscp.exe | Bin 0 -> 352256 bytes PuTTY/0.66_bin/puttygen.exe | Bin 0 -> 184320 bytes PuTTY/0.66_bin_set-timestamps.sh | 4 ++++ PuTTY/0.66_src.zip | Bin 0 -> 1479755 bytes current-timestamp-scripts.sh | 2 +- generate-timestamps-on-folder.sh | 1 + 8 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 PuTTY/0.66_bin/pageant.exe create mode 100755 PuTTY/0.66_bin/plink.exe create mode 100755 PuTTY/0.66_bin/pscp.exe create mode 100755 PuTTY/0.66_bin/puttygen.exe create mode 100755 PuTTY/0.66_bin_set-timestamps.sh create mode 100644 PuTTY/0.66_src.zip -- 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 842dba5d60db00dbbf0c0ac63e31d831937f6a6a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 23 09:48:24 2016 -0500 Add PuTTY 0.66 --- PuTTY/0.66_bin/pageant.exe | Bin 0 -> 147456 bytes PuTTY/0.66_bin/plink.exe | Bin 0 -> 339968 bytes PuTTY/0.66_bin/pscp.exe | Bin 0 -> 352256 bytes PuTTY/0.66_bin/puttygen.exe | Bin 0 -> 184320 bytes PuTTY/0.66_bin_set-timestamps.sh | 4 ++++ PuTTY/0.66_src.zip | Bin 0 -> 1479755 bytes current-timestamp-scripts.sh | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) diff --git a/PuTTY/0.66_bin/pageant.exe b/PuTTY/0.66_bin/pageant.exe new file mode 100755 index 0000000..849f560 Binary files /dev/null and b/PuTTY/0.66_bin/pageant.exe differ diff --git a/PuTTY/0.66_bin/plink.exe b/PuTTY/0.66_bin/plink.exe new file mode 100755 index 0000000..e147618 Binary files /dev/null and b/PuTTY/0.66_bin/plink.exe differ diff --git a/PuTTY/0.66_bin/pscp.exe b/PuTTY/0.66_bin/pscp.exe new file mode 100755 index 0000000..81f638e Binary files /dev/null and b/PuTTY/0.66_bin/pscp.exe differ diff --git a/PuTTY/0.66_bin/puttygen.exe b/PuTTY/0.66_bin/puttygen.exe new file mode 100755 index 0000000..17fc5aa Binary files /dev/null and b/PuTTY/0.66_bin/puttygen.exe differ diff --git a/PuTTY/0.66_bin_set-timestamps.sh b/PuTTY/0.66_bin_set-timestamps.sh new file mode 100755 index 0000000..cd786ea --- /dev/null +++ b/PuTTY/0.66_bin_set-timestamps.sh @@ -0,0 +1,4 @@ +touch --no-create -d "2015-11-07 10:17:00.000000000 -0500" "0.66_bin/pageant.exe" +touch --no-create -d "2015-11-07 10:17:24.000000000 -0500" "0.66_bin/plink.exe" +touch --no-create -d "2015-11-07 10:17:26.000000000 -0500" "0.66_bin/pscp.exe" +touch --no-create -d "2015-11-07 10:17:42.000000000 -0500" "0.66_bin/puttygen.exe" diff --git a/PuTTY/0.66_src.zip b/PuTTY/0.66_src.zip new file mode 100644 index 0000000..dad4a74 Binary files /dev/null and b/PuTTY/0.66_src.zip differ diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index 2d73542..8f85185 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -31,7 +31,7 @@ cd pulse cd .. cd PuTTY -./0.64_bin_set-timestamps.sh +./0.66_bin_set-timestamps.sh cd .. cd VcXsrv -- 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 1885dab2cb08d5860acaf7e91c4e0998bb89d468 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 23 09:50:55 2016 -0500 timestamps scripts now created w/ executable bit --- generate-timestamps-on-folder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generate-timestamps-on-folder.sh b/generate-timestamps-on-folder.sh index da8263c..e434ea1 100755 --- a/generate-timestamps-on-folder.sh +++ b/generate-timestamps-on-folder.sh @@ -14,3 +14,4 @@ fi # http://superuser.com/questions/513753/how-to-save-and-restore-files-created-... find ${1} -type f -exec stat -c 'touch --no-create -d "%y" "%n"' {} \; > ${1}_set-timestamps.sh +chmod +x ${1}_set-timestamps.sh -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git