File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ for os in $os_all; do
7070 cp ../completion.sh ${ella_path}
7171 cp ../man/ella.1.gz ${ella_path} /man/ella.1.gz
7272 cp ../fsm/service.png ${ella_path} /fsm
73- cp ../fsm/service-deactivating.png ${ella_path} /fsm
7473
7574 # packages
7675 cd ./packages
Original file line number Diff line number Diff line change 1+ /ella.rb
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ class Ella < Formula
2323 def install
2424 bin . install "ella"
2525 doc . install "fsm/service.png"
26- doc . install "fsm/service-deactivating.png"
2726 man1 . install "man/ella.1.gz"
2827 bash_completion . install "completion.sh"
2928 end
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ digraph service_states {
2828
2929 // Stop transition
3030 active -> deactivating [label =" stop" ];
31- deactivating -> failed [label =" fail" ];
31+ deactivating -> failed [label =" fail (timed out) " ];
3232 deactivating -> inactive [label =" stop done" ];
3333 activating -> failed [label =" fail (watchdog)" ];
3434
Original file line number Diff line number Diff line change @@ -23,6 +23,5 @@ show_log="$2"
2323
2424run " installing binary" install -Dm755 ella " $pkgdir /usr/bin/ella"
2525run " installing fsm docs" install -Dm644 fsm/service.png " $pkgdir /usr/share/doc/ella/service.png"
26- run " installing fsm docs" install -Dm644 fsm/service-deactivating.png " $pkgdir /usr/share/doc/ella/service-deactivating.png"
2726run " installing man page" install -Dm644 man/ella.1.gz " $pkgdir /usr/share/man/man1/ella.1.gz"
2827run " installing bash completion" install -Dm644 completion.sh " $pkgdir /etc/bash_completion.d/ella"
You can’t perform that action at this time.
0 commit comments