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

Difference between revisions of "Linux Tools Project/News/NewIn41"

(RPM)
(Support for searching Docker registry for Images)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Linux_Tools}}
 
{{Linux_Tools}}
 +
 +
==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.
 +
 +
===Improved Windows Support===
 +
 +
The Windows support has been improved to read the connection settings properly.
  
 
==OProfile==
 
==OProfile==
Line 6: Line 16:
  
 
OCount support has been added to the OProfile launch configuration.  OCount simply gives a total count for
 
OCount support has been added to the OProfile launch configuration.  OCount simply gives a total count for
a particular event (CPU_CLOCK_UNHALTED).
+
a particular event (CPU_CLK_UNHALTED).
  
 
[[File:LinuxToolsOCountExample.jpg]]
 
[[File:LinuxToolsOCountExample.jpg]]
Line 12: Line 22:
 
==RPM==
 
==RPM==
  
==Support RPM weak dependencies==
+
===Support RPM weak dependencies===
 
RPM tooling has gained support for [http://www.rpm.org/wiki/PackagerDocs/Dependencies#Weakdependencies RPM weak dependencies] including autocomplete templates and package name autocomplete when editing.
 
RPM tooling has gained support for [http://www.rpm.org/wiki/PackagerDocs/Dependencies#Weakdependencies RPM weak dependencies] including autocomplete templates and package name autocomplete when editing.
 
[[File:Weakrpm.png]]
 
[[File:Weakrpm.png]]
  
==Support buitin %license macro==
+
===Support buitin %license macro===
 
Editor is enhanced to recognize the new %license macro.
 
Editor is enhanced to recognize the new %license macro.
  
==Update feature.xml RPM stubbing==
+
===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.
 
Old style mvn-rpmbuild executable is gone now and the new stub contains %mvn_build and %mvn_install much like plain Maven projects.

Latest revision as of 12:36, 1 September 2015

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.

Improved Windows Support

The Windows support has been improved to read the connection settings properly.

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