[Qa-jenkins-scm] [jenkins.debian.net] branch master updated (1e096b9 -> a438c3b)

Holger Levsen holger at layer-acht.org
Thu Apr 28 19:52:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a change to branch master
in repository jenkins.debian.net.

      from  1e096b9   reproducible openwrt/coreboot/archlinux/fedora/netbsd/freebsd: add new pb-build4-amd64 node
       new  cbfb6a0   enable pbuilder on jenkins-test-vm
       new  c382ec1   stop mail going out from jenkins-test-vm
       new  9adf1de   +python3-yaml
       new  26a9e8e   we need schroots on jenkins-test-vm
       new  da080c4   rough attempt to grab the good cucumber bits from recent tails
       new  268339a   lvc based off of recent Tails
       new  00f711c   stop the vlog noise
       new  2619e2c   shift new cucumber packages where they belong
       new  695fcfc   Hmm, still getting a load of vlog noise -- try this
       new  a438c3b   drop Tails' git-based results dir

The 10 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:
 README-sikuli-cucumber                             |   13 +
 bin/lvc/run_test_suite                             |  189 ++--
 features/DebianLive/apt.feature                    |   25 +-
 features/apt.feature                               |   15 +-
 features/build.feature                             |  209 +++-
 features/checks.feature                            |   92 +-
 features/config/defaults.yml                       |   36 +
 features/dhcp.feature                              |   24 +-
 features/domains/default.xml                       |   31 +-
 features/domains/volume.xml                        |    2 +-
 features/electrum.feature                          |   34 +
 features/encryption.feature                        |   10 +-
 features/evince.feature                            |   67 +-
 features/firewall_leaks.feature                    |   37 -
 features/icedove.feature                           |   39 +
 .../images/DebianInstallerCountrySelection.png     |  Bin 0 -> 5303 bytes
 features/images/DebianInstallerDomainPrompt.png    |  Bin 0 -> 2225 bytes
 features/images/DebianInstallerHostnamePrompt.png  |  Bin 0 -> 5643 bytes
 features/images/DebianInstallerHttpProxy.png       |  Bin 0 -> 485 bytes
 .../images/DebianInstallerInstallingBaseSystem.png |  Bin 0 -> 3554 bytes
 features/images/DebianInstallerMirrorCountry.png   |  Bin 0 -> 3769 bytes
 features/images/DebianInstallerNameOfUser.png      |  Bin 0 -> 3792 bytes
 features/images/DebianInstallerNoDiskFound.png     |  Bin 0 -> 4005 bytes
 .../images/DebianInstallerPartitioningMethod.png   |  Bin 0 -> 13953 bytes
 .../images/DebianInstallerPartitioningScheme.png   |  Bin 0 -> 2879 bytes
 features/images/DebianInstallerRootPassword.png    |  Bin 0 -> 3226 bytes
 .../DebianInstallerSelectDiskToPartition.png       |  Bin 0 -> 5403 bytes
 .../images/DebianInstallerSelectLangEnglish.png    |  Bin 0 -> 7229 bytes
 .../images/DebianInstallerSelectLangEnglishUK.png  |  Bin 0 -> 4853 bytes
 features/images/DebianInstallerUserPassword.png    |  Bin 0 -> 4892 bytes
 features/images/DebianLoginPromptVT.png            |  Bin 0 -> 7466 bytes
 features/images/d-i8_bootsplash.png                |  Bin 0 -> 9930 bytes
 features/images/d-i_ArchiveMirror.png              |  Bin 0 -> 2908 bytes
 features/images/d-i_ChooseSoftware.png             |  Bin 0 -> 4204 bytes
 features/images/d-i_DesktopTask_No.png             |  Bin 0 -> 7161 bytes
 features/images/d-i_DesktopTask_Yes.png            |  Bin 0 -> 4152 bytes
 features/images/d-i_F12BootMenu.png                |  Bin 0 -> 482 bytes
 features/images/d-i_FinishPartitioning.png         |  Bin 0 -> 8734 bytes
 features/images/d-i_GRUBEnterDev.png               |  Bin 0 -> 2490 bytes
 features/images/d-i_GRUB_Debian.png                |  Bin 0 -> 387 bytes
 features/images/d-i_GRUBdev.png                    |  Bin 0 -> 1765 bytes
 features/images/d-i_HttpProxy.png                  |  Bin 0 -> 5324 bytes
 features/images/d-i_InstallComplete.png            |  Bin 0 -> 2740 bytes
 features/images/d-i_InstallGRUB.png                |  Bin 0 -> 6367 bytes
 features/images/d-i_No.png                         |  Bin 0 -> 995 bytes
 features/images/d-i_ScanCD.png                     |  Bin 0 -> 3216 bytes
 features/images/d-i_SelectBootDev.png              |  Bin 0 -> 559 bytes
 features/images/d-i_UseNetMirror.png               |  Bin 0 -> 2975 bytes
 features/images/d-i_Yes.png                        |  Bin 0 -> 1163 bytes
 features/images/d-i_popcon.png                     |  Bin 0 -> 3894 bytes
 features/localization.feature                      |   19 +
 features/mac_spoofing.feature                      |   71 ++
 features/mat.feature                               |   13 +
 features/persistence.feature                       |   55 +
 features/pidgin.feature                            |   98 +-
 features/po.feature                                |    9 +
 features/root_access_control.feature               |   13 +-
 features/scripts/otr-bot.py                        |  206 ++++
 features/scripts/vm-execute                        |   52 +
 features/ssh.feature                               |   31 +
 features/step_definitions/apt.rb                   |   68 +-
 features/step_definitions/browser.rb               |  195 ++++
 features/step_definitions/build.rb                 |   62 +-
 features/step_definitions/checks.rb                |  253 +++--
 features/step_definitions/common_steps.rb          | 1116 +++++++++++++-------
 features/step_definitions/dhcp.rb                  |    5 +-
 features/step_definitions/electrum.rb              |   52 +
 features/step_definitions/encryption.rb            |  120 +--
 features/step_definitions/evince.rb                |   19 +-
 features/step_definitions/firewall_leaks.rb        |   28 +-
 features/step_definitions/git.rb                   |    6 +
 features/step_definitions/icedove.rb               |   94 ++
 features/step_definitions/mac_spoofing.rb          |  108 ++
 features/step_definitions/pidgin.rb                |  369 ++++++-
 features/step_definitions/po.rb                    |    8 +
 features/step_definitions/root_access_control.rb   |   21 +-
 features/step_definitions/snapshots.rb             |  257 +++++
 features/step_definitions/ssh.rb                   |  122 +++
 features/step_definitions/time_syncing.rb          |   80 +-
 features/step_definitions/tor.rb                   |  402 +++++++
 features/step_definitions/torified_browsing.rb     |   15 +-
 features/step_definitions/torified_gnupg.rb        |  228 +++-
 features/step_definitions/torified_misc.rb         |   41 +
 features/step_definitions/totem.rb                 |   49 +-
 features/step_definitions/unsafe_browser.rb        |  251 +++--
 features/step_definitions/untrusted_partitions.rb  |   72 +-
 features/step_definitions/usb.rb                   |  552 ++++++----
 features/support/config.rb                         |   88 +-
 features/support/env.rb                            |   39 +-
 features/support/extra_hooks.rb                    |  144 ++-
 features/support/helpers/chatbot_helper.rb         |   59 ++
 features/support/helpers/ctcp_helper.rb            |  126 +++
 features/support/helpers/display_helper.rb         |   51 +-
 features/support/helpers/exec_helper.rb            |   58 +-
 features/support/helpers/firewall_helper.rb        |   87 +-
 features/support/helpers/misc_helpers.rb           |  228 +++-
 features/support/helpers/sikuli_helper.rb          |   91 +-
 .../helpers/{net_helper.rb => sniffing_helper.rb}  |   13 +-
 features/support/helpers/sshd_helper.rb            |   67 ++
 features/support/helpers/storage_helper.rb         |  135 ++-
 features/support/helpers/vm_helper.rb              |  532 +++++++---
 features/support/hooks.rb                          |  308 ++++--
 features/time_syncing.feature                      |  106 +-
 features/tor_bridges.feature                       |   36 +
 features/tor_enforcement.feature                   |   76 ++
 features/tor_stream_isolation.feature              |   62 ++
 features/torified_browsing.feature                 |  165 ++-
 features/torified_git.feature                      |   31 +
 features/torified_gnupg.feature                    |   52 +-
 features/torified_misc.feature                     |   24 +
 features/totem.feature                             |   63 +-
 features/unsafe_browser.feature                    |   62 +-
 features/untrusted_partitions.feature              |   61 +-
 features/usb_install.feature                       |  323 ++----
 features/usb_upgrade.feature                       |  164 +++
 hosts/jenkins-test-vm/etc/pbuilderrc               |    2 +-
 .../jenkins-test-vm/etc/postfix/canonical-redirect |    1 +
 hosts/jenkins-test-vm/etc/postfix/main.cf          |    1 +
 job-cfg/lvc.yaml                                   |   19 +-
 update_jdn.sh                                      |   43 +-
 120 files changed, 7177 insertions(+), 2123 deletions(-)
 create mode 100644 README-sikuli-cucumber
 create mode 100644 features/config/defaults.yml
 create mode 100644 features/electrum.feature
 delete mode 100644 features/firewall_leaks.feature
 create mode 100644 features/icedove.feature
 create mode 100644 features/images/DebianInstallerCountrySelection.png
 create mode 100644 features/images/DebianInstallerDomainPrompt.png
 create mode 100644 features/images/DebianInstallerHostnamePrompt.png
 create mode 100644 features/images/DebianInstallerHttpProxy.png
 create mode 100644 features/images/DebianInstallerInstallingBaseSystem.png
 create mode 100644 features/images/DebianInstallerMirrorCountry.png
 create mode 100644 features/images/DebianInstallerNameOfUser.png
 create mode 100644 features/images/DebianInstallerNoDiskFound.png
 create mode 100644 features/images/DebianInstallerPartitioningMethod.png
 create mode 100644 features/images/DebianInstallerPartitioningScheme.png
 create mode 100644 features/images/DebianInstallerRootPassword.png
 create mode 100644 features/images/DebianInstallerSelectDiskToPartition.png
 create mode 100644 features/images/DebianInstallerSelectLangEnglish.png
 create mode 100644 features/images/DebianInstallerSelectLangEnglishUK.png
 create mode 100644 features/images/DebianInstallerUserPassword.png
 create mode 100644 features/images/DebianLoginPromptVT.png
 create mode 100644 features/images/d-i8_bootsplash.png
 create mode 100644 features/images/d-i_ArchiveMirror.png
 create mode 100644 features/images/d-i_ChooseSoftware.png
 create mode 100644 features/images/d-i_DesktopTask_No.png
 create mode 100644 features/images/d-i_DesktopTask_Yes.png
 create mode 100644 features/images/d-i_F12BootMenu.png
 create mode 100644 features/images/d-i_FinishPartitioning.png
 create mode 100644 features/images/d-i_GRUBEnterDev.png
 create mode 100644 features/images/d-i_GRUB_Debian.png
 create mode 100644 features/images/d-i_GRUBdev.png
 create mode 100644 features/images/d-i_HttpProxy.png
 create mode 100644 features/images/d-i_InstallComplete.png
 create mode 100644 features/images/d-i_InstallGRUB.png
 create mode 100644 features/images/d-i_No.png
 create mode 100644 features/images/d-i_ScanCD.png
 create mode 100644 features/images/d-i_SelectBootDev.png
 create mode 100644 features/images/d-i_UseNetMirror.png
 create mode 100644 features/images/d-i_Yes.png
 create mode 100644 features/images/d-i_popcon.png
 create mode 100644 features/localization.feature
 create mode 100644 features/mac_spoofing.feature
 create mode 100644 features/mat.feature
 create mode 100644 features/persistence.feature
 create mode 100644 features/po.feature
 create mode 100755 features/scripts/otr-bot.py
 create mode 100755 features/scripts/vm-execute
 create mode 100644 features/ssh.feature
 create mode 100644 features/step_definitions/browser.rb
 create mode 100644 features/step_definitions/electrum.rb
 create mode 100644 features/step_definitions/git.rb
 create mode 100644 features/step_definitions/icedove.rb
 create mode 100644 features/step_definitions/mac_spoofing.rb
 create mode 100644 features/step_definitions/po.rb
 create mode 100644 features/step_definitions/snapshots.rb
 create mode 100644 features/step_definitions/ssh.rb
 create mode 100644 features/step_definitions/tor.rb
 create mode 100644 features/step_definitions/torified_misc.rb
 create mode 100644 features/support/helpers/chatbot_helper.rb
 create mode 100644 features/support/helpers/ctcp_helper.rb
 rename features/support/helpers/{net_helper.rb => sniffing_helper.rb} (65%)
 create mode 100644 features/support/helpers/sshd_helper.rb
 create mode 100644 features/tor_bridges.feature
 create mode 100644 features/tor_enforcement.feature
 create mode 100644 features/tor_stream_isolation.feature
 create mode 100644 features/torified_git.feature
 create mode 100644 features/torified_misc.feature
 create mode 100644 features/usb_upgrade.feature
 create mode 100644 hosts/jenkins-test-vm/etc/postfix/canonical-redirect

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list