lib/omnibus/health_check.rb (5 lines): - line 80: # TODO: objdump -p will provided a very limited check of - line 355: # FIXME if any of the `when` clauses in the `health_check_*` methods run before the `current_library` - line 440: when /^\s+libjvm.so/ # FIXME: should remove if it doesn't blow up server - line 442: when /^\s+libjava.so/ # FIXME: should remove if it doesn't blow up server - line 444: when /^\s+libmawt.so/ # FIXME: should remove if it doesn't blow up server lib/omnibus/software.rb (1 line): - line 690: # TODO: Fix this in omnibus 6. lib/omnibus/packagers/deb.rb (1 line): - line 447: gpg_command << " --homedir #{ENV["HOME"]}/.gnupg" # TODO: Make this configurable lib/omnibus/fetchers/git_fetcher.rb (1 line): - line 83: # TODO: Does this work with submodules? lib/omnibus/builder.rb (1 line): - line 440: # FIXME: appbundler lacks support for this argument when not also specifying the gem (2-arg appbundling lacks support) lib/omnibus/packagers/rpm.rb (1 line): - line 441: gpg_path: "#{ENV["HOME"]}/.gnupg", # TODO: Make this configurable lib/omnibus/packagers/pkgsrc.rb (1 line): - line 107: # FIXME: this undoubtedly will need filling out once we make this go for platforms that aren't SmartOS