From: Don Armstrong Date: Wed, 24 Jun 2015 16:38:30 +0000 (-0700) Subject: the char is resolved as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=717008264859aaef7b07a2b4f8a8ac4f09fd53ea;p=debian-ctte.git the char is resolved as well --- diff --git a/mar_2015_new_chair/run_vote.sh b/mar_2015_new_chair/run_vote.sh deleted file mode 100755 index 9d216dd..0000000 --- a/mar_2015_new_chair/run_vote.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -../scripts/pocket-devotee \ - --option 'A:don' \ - --option 'B:aba' \ - --option 'C:vorlon' \ - --option 'D:keithp' \ - --option 'E:odyx' \ - --option 'F:tfheen' \ - --option 'G:hartmans' \ - --option 'H:bdale' \ - --no-default-option \ - << EOF -bdale: A > B=D=E=F=G > C -aba: A > D > E=F=G > C > B > H -tfheen: A > B=D=E=F=G > C -odyx: A > B=D > E=F=G > C=H -don: A > B=C=D=E=F=G=H -EOF - diff --git a/resolved_issues/mar_2015_new_chair/run_vote.sh b/resolved_issues/mar_2015_new_chair/run_vote.sh new file mode 100755 index 0000000..9d216dd --- /dev/null +++ b/resolved_issues/mar_2015_new_chair/run_vote.sh @@ -0,0 +1,19 @@ +#!/bin/sh +../scripts/pocket-devotee \ + --option 'A:don' \ + --option 'B:aba' \ + --option 'C:vorlon' \ + --option 'D:keithp' \ + --option 'E:odyx' \ + --option 'F:tfheen' \ + --option 'G:hartmans' \ + --option 'H:bdale' \ + --no-default-option \ + << EOF +bdale: A > B=D=E=F=G > C +aba: A > D > E=F=G > C > B > H +tfheen: A > B=D=E=F=G > C +odyx: A > B=D > E=F=G > C=H +don: A > B=C=D=E=F=G=H +EOF +