diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-12-26 12:07:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-12-26 12:07:35 -0400 |
| commit | 1d868470e4ec6ec6211206003279ac4bc8465c4f (patch) | |
| tree | dd441e674bfa5fdc49bedbcb54709867d86d57ba /doc/todo | |
| parent | 577ff36472956689ef5bebbefe6770357e2785f4 (diff) | |
comment and close
Diffstat (limited to 'doc/todo')
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__.mdwn b/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__.mdwn index fdba0576..52b3b998 100644 --- a/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__.mdwn +++ b/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__.mdwn @@ -1 +1,3 @@ I've managed to do a few useful things with propellor, but it feels a bit rough around the edges to me. It looked at first like the --check and --build options would be useful for checking that my configs would at least compile, but it turns out that --build doesn't even exist and --check just returns without doing anything. Should they just be removed, or do they need more work to finish them? + +[[done]] diff --git a/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__/comment_1_7c2b2447254ad44ee1316b47eac130df._comment b/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__/comment_1_7c2b2447254ad44ee1316b47eac130df._comment new file mode 100644 index 00000000..392f0f1c --- /dev/null +++ b/doc/todo/Are_--check_and_--build_on_the_way_in_or_on_the_way_out__63__/comment_1_7c2b2447254ad44ee1316b47eac130df._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-12-26T15:55:36Z" + content=""" +--check does just what it's supposed to do. This is used during bootstrap +to notice if the propellor binary has gotten broken by changes to eg system +libraries. + +--build seems to have been added without being implemented. But it does +seem useful to have a way to simply build propellor so implemented it now. +"""]] |
