Author: aschnell Date: Thu Sep 13 11:26:51 2007 New Revision: 7229 URL: http://svn.opensuse.org/viewcvs/zypp?rev=7229&view=rev Log: - filter packages Modified: trunk/repotools/zypptools/output/yast.rb Modified: trunk/repotools/zypptools/output/yast.rb URL: http://svn.opensuse.org/viewcvs/zypp/trunk/repotools/zypptools/output/yast.rb?rev=7229&r1=7228&r2=7229&view=diff ============================================================================== --- trunk/repotools/zypptools/output/yast.rb (original) +++ trunk/repotools/zypptools/output/yast.rb Thu Sep 13 11:26:51 2007 @@ -106,7 +106,8 @@ def write_packages_en(resolvables) - pkgs = resolvables # FIXME: filter packages + pkgs = resolvables + pkgs.delete_if {|res| res.kind != :package} out = File.new(@path + "/suse/setup/descr/packages.en", 'w') -- To unsubscribe, e-mail: zypp-commit+unsubscribe@opensuse.org For additional commands, e-mail: zypp-commit+help@opensuse.org