Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed APM from default chocolatey packages #119

Merged
merged 2 commits into from
Jul 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[

== <next release>

Bug fixes::
* Removed APM from default chocolatey packages ({uri-issue}119[#119])

Infrastructure Improvements::
* Further improvements to Jenkins CI system fixed Windows 7 build issues ({uri-issue}108[#108], {uri-issue}110[#110])

Expand Down
2 changes: 1 addition & 1 deletion malboxes/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// Chocolatey packages to install on the VM
// TODO re-add dependencywalker and regshot once upstream choco package provides a checksum
// TODO: Re-add processhacker when its fixed for win7_64
"choco_packages": "sysinternals windbg 7zip putty apm wireshark winpcap",
"choco_packages": "sysinternals windbg 7zip putty wireshark winpcap",

// Setting the IDA Path will copy the IDA remote debugging tools into the guest
//"ida_path": "/path/to/your/ida",
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

// Chocolatey packages to install on the VM
// FIXME made install go faster to prevent jenkins / packer bug when building Windows 7 machines (see #108)
//"choco_packages": "sysinternals windbg wireshark 7zip putty apm",
//"choco_packages": "sysinternals windbg wireshark 7zip putty",

// Setting the IDA Path will copy the IDA remote debugging tools into the guest
//"ida_path": "/path/to/your/ida",
Expand Down