[git] gnupg-doc - branch, master, updated. 904ba293ec7ee27f4636b04cc7ca8bc94bbc0f14

by Justus Winter cvs at cvs.gnupg.org
Thu Aug 10 11:41:16 CEST 2017


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 "The GnuPG website and other docs".

The branch, master has been updated
       via  904ba293ec7ee27f4636b04cc7ca8bc94bbc0f14 (commit)
       via  dae1c1897fa2b47b055748192c1bba59aa288af2 (commit)
      from  077bca1a74fabaf835e61d5d6d42111c8a88e337 (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 904ba293ec7ee27f4636b04cc7ca8bc94bbc0f14
Author: Justus Winter <justus at g10code.com>
Date:   Thu Aug 10 11:41:05 2017 +0200

    jenkins: increase timeout for w32 tests

diff --git a/misc/jenkins/bin/run-tests-w32.bash b/misc/jenkins/bin/run-tests-w32.bash
index 799f7fa..43a8b38 100755
--- a/misc/jenkins/bin/run-tests-w32.bash
+++ b/misc/jenkins/bin/run-tests-w32.bash
@@ -15,6 +15,7 @@ URI="qemu:///system"
 GUEST="win8.1"
 GUEST_CDROM="sda"
 SSH="gpg at 192.168.122.117"
+SSH_COMMAND_TIMEOUT="60m"
 
 function vdo() {
     virsh -c "$URI" "$@"
@@ -22,7 +23,7 @@ function vdo() {
 
 function vssh() {
     # OpenSSH on Windows does not cope well with a closed stdin.
-    timeout </dev/zero 10m ssh "$SSH" "$@"
+    timeout </dev/zero "$SSH_COMMAND_TIMEOUT" ssh "$SSH" "$@"
 }
 
 function vping() {

commit dae1c1897fa2b47b055748192c1bba59aa288af2
Author: Justus Winter <justus at g10code.com>
Date:   Thu Aug 10 11:40:42 2017 +0200

    jenkins: add powershell hints

diff --git a/misc/jenkins/README.org b/misc/jenkins/README.org
index 4555109..e484893 100644
--- a/misc/jenkins/README.org
+++ b/misc/jenkins/README.org
@@ -161,8 +161,16 @@ Connect to the machine from your desktop machine:
 
  you at home $ virt-viewer -c qemu+ssh://jenkins@soro.g10code.com/system win8.1
 
-Do whatever maintenance work is necessary.  Shutdown the machine.
-Create a new snapshot 'test-new':
+Do whatever maintenance work is necessary.
+
+Hints:
+ - Start a powershell:
+   Open the file explorer, enter 'powershell' into the location bar (ctrl-l).
+ - Right mouse button pastes in powershell.
+ - Elevate privileges in powershell:
+    > Start-Process powershell -verb runAs
+
+Shutdown the machine.  Create a new snapshot 'test-new':
 
  jenkins at soro:~$ virsh -c qemu:///system snapshot-create-as win8.1 --name "tests-new" --description "Updated OpenSSH to xxx"
 

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

Summary of changes:
 misc/jenkins/README.org             | 12 ++++++++++--
 misc/jenkins/bin/run-tests-w32.bash |  3 ++-
 2 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GnuPG website and other docs
http://git.gnupg.org




More information about the Gnupg-commits mailing list