Bug #12125
gem spec should only include comitted files
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Fixed in Releases:
Found in Releases:
Description
From GitHub: https://github.com/theforeman/foreman_remote_execution/issues/24
Note that one of your releases, v0.0.3 is very large (7MB): https://rubygems.org/gems/foreman_remote_execution/versions
7.3M doc/tmp/images/plantuml/
Perhaps use git ls-files in your gemspec so that only version tracked files are included in the release instead of whatever's in the working directory, as this dir is gitignored.
Associated revisions
History
#1
Updated by Stephen Benjamin almost 7 years ago
- Legacy Backlogs Release (now unused) set to 102
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/25 added
- Pull request deleted (
)
#2
Updated by Anonymous almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_plugin|3279a74fa899fd55b308dcf453c018d01838612d.
fixes #12125 - use git ls-files in gemspec