Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/News/NewIn41

< Linux Tools Project‎ | News
Revision as of 12:35, 1 September 2015 by Jjohnstn.redhat.com (Talk | contribs) (OProfile)

Linux Tools
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Docker Tooling

Support for searching Docker registry for images

Support has been added to the Run Image Wizard and Pull Image Wizard to search for image tags.

OProfile

OCount Support

OCount support has been added to the OProfile launch configuration. OCount simply gives a total count for a particular event (CPU_CLK_UNHALTED).

LinuxToolsOCountExample.jpg

RPM

Support RPM weak dependencies

RPM tooling has gained support for RPM weak dependencies including autocomplete templates and package name autocomplete when editing. Weakrpm.png

Support buitin %license macro

Editor is enhanced to recognize the new %license macro.

Update feature.xml RPM stubbing

Old style mvn-rpmbuild executable is gone now and the new stub contains %mvn_build and %mvn_install much like plain Maven projects.

Back to the top