diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-02 10:29:19 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-02 10:29:19 -0400 |
| commit | 9bf68fd04d70988808c86933ce4f10d198d0a834 (patch) | |
| tree | cdd601e5ba5d853538ee106f0fa614d4bfa2d2a4 /doc/todo/issue_after_upgrading_shared_library | |
| parent | 006b1c35854c134cbdf33303836c2461322ed463 (diff) | |
fixed
Diffstat (limited to 'doc/todo/issue_after_upgrading_shared_library')
| -rw-r--r-- | doc/todo/issue_after_upgrading_shared_library/comment_2_6025ec35330fbac220f2888e60be1e78._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/issue_after_upgrading_shared_library/comment_2_6025ec35330fbac220f2888e60be1e78._comment b/doc/todo/issue_after_upgrading_shared_library/comment_2_6025ec35330fbac220f2888e60be1e78._comment new file mode 100644 index 00000000..bc89ad7f --- /dev/null +++ b/doc/todo/issue_after_upgrading_shared_library/comment_2_6025ec35330fbac220f2888e60be1e78._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2015-04-02T14:27:26Z" + content=""" +So I thought of two approaches. + +1. Propellor could copy in all the shared libraries. It already contains + code to do this. But, this would add overhead to every build. And it + might not guard against all snafus. + +2. Make propellor --check that should exit 0. Make --spin check that + propellor works and rebuild if not. Also make the runPropellor cron job + do that. + +I've gone with option #2. +"""]] |
