summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2020-08-14 15:58:43 -0400
committerJoey Hess2020-08-14 15:58:43 -0400
commit0cd302c3d617e8934ae01ea479268dc44831396c (patch)
treed8c5c16021bc44d3617a32c754d8f26b66dccde4
parent9c08fa24f2e2bf07413b151656c373d873de7298 (diff)
update
-rw-r--r--doc/forum/propellor:_waitForProcess:_does_not_exist___40__No_child_processes__41__/comment_5_43c2450a8858fde866e5f9570d371d80._comment10
-rw-r--r--doc/todo/depend_on_concurrent-output.mdwn11
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/propellor:_waitForProcess:_does_not_exist___40__No_child_processes__41__/comment_5_43c2450a8858fde866e5f9570d371d80._comment b/doc/forum/propellor:_waitForProcess:_does_not_exist___40__No_child_processes__41__/comment_5_43c2450a8858fde866e5f9570d371d80._comment
new file mode 100644
index 00000000..b3086ec1
--- /dev/null
+++ b/doc/forum/propellor:_waitForProcess:_does_not_exist___40__No_child_processes__41__/comment_5_43c2450a8858fde866e5f9570d371d80._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2020-08-14T19:57:07Z"
+ content="""
+On second thought, there may be other changes in concurrent-output
+after 1c330fa3814baadf23c1934a8014c91a3251234a that depend on that change.
+I'm not sure, and don't want to find out by breaking it in propellor.
+So, I've reverted this change and will wait the necessary several years.
+"""]]
diff --git a/doc/todo/depend_on_concurrent-output.mdwn b/doc/todo/depend_on_concurrent-output.mdwn
index 48dd829e..c442c977 100644
--- a/doc/todo/depend_on_concurrent-output.mdwn
+++ b/doc/todo/depend_on_concurrent-output.mdwn
@@ -50,3 +50,14 @@ Waiting on concurrent-output reaching Debian stable.
> > > I've updated the embedded concurrent-output copy, and it should
> > > be kept up-to-date as concurrent-output changes, to avoid more
> > > such reversions. --[[Joey]]
+
+> > > > Unforunately, the embedded concurrent-output copy had to be
+> > > > downgraded again, because it turns out the new version
+> > > > of concurrent-output depends on process-1.6, while propellor
+> > > > neeeds to also work with older versions.
+> > > >
+> > > > So, propellor will embed the old concurrent-output until
+> > > > process-1.6 is in debian oldstable, and then revert
+> > > > [[!commit ]] and version propellor's dep on process,
+> > > > and then, finally, once concurrent-output 1.10.12 is in oldstable
+> > > > propellor can stop embedding it. --[[Joey]]