diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-21 08:56:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:03 +0100 |
commit | 09ab0f3da64c77cab44f7e46ae17e7afa924ace7 (patch) | |
tree | fc62d6f4032395c8d9caf308f8350e4f2fd32d6e | |
parent | a1fa48df5fd9084e3f9eb325d2ed0a9a29ff7935 (diff) | |
download | jenkins.debian.net-09ab0f3da64c77cab44f7e46ae17e7afa924ace7.tar.xz |
update
-rw-r--r-- | TODO | 48 |
1 files changed, 43 insertions, 5 deletions
@@ -38,18 +38,56 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian === jenkins-job-builder related -* fork livescreenshot plugin and send pull request for my bugfix -* use the package from jessie +* use jessie version plus my patches from kali +* change of syntax: +---- +properties: + - priority-sorter: + priority: 150 +---- * this seems to be helpful: http://en.wikipedia.org/wiki/YAML#References (pyyaml which jenkins-job-builder uses supports them) -* needs clean merge of my patches to jenkins-job-builder... * cleanup my patches (eg add documentation) and send pull requests on github: ** publisher:logparse ** publisher:htmlpublisher -** publisher:imagegallery ** svn:scm -** properties:sidebar ** wrappers:live-screenshot +=== livescreenshot plugin + +* publish forked livescreenshot plugin and send pull request for my bugfix + +== lvc, work in progress, just started == + +* get iso +* preserve screenshots: Took screenshot "/tmp/DebianToaster/apt-2014-12-19T02:33:50+00:00.png" + +* to debug cucumber: --verbose --backtrace --expand + +* can probably go: dhcp.rb firewall_leaks.rb dhcp.feature firewall_leaks.feature +* more occurances of "the computer boots Tails" + +* disabled stuff in common_steps.rb +** twice: #@vm.wait_until_remote_shell_is_up +** #if @vm.execute("service tor status").success? + +* "I set sudo password" not really needed for DebianLive7, for now just +** #@screen.wait("TailsGreeterAdminPassword.png", 20) + +* $misc_files_dir needed? +* def sort_isos_by_creation_date + Dir.glob("#{Dir.pwd}/*.iso").sort_by {|f| tails_iso_creation_date(f)} +* search for tails+tor+Tor + +* put in update_jdn.sh: +---- + addgroup tcpdump + dpkg-statoverride --update --add root tcpdump 754 /usr/sbin/tcpdump + setcap CAP_NET_RAW+eip /usr/sbin/tcpdump + adduser $USER tcpdump + adduser $USER libvirt + adduser $USER libvirt-qemu +---- + == Improve existing tests === d-i_manual* |