You have to do these things when upgrading Ausadmin
Upgrade from 20020521 initial release
- Move data/booster.template to config/booster.template
- Check bin/pgp-sign, I added default signer email address
- Might have to "rm -f vote/*/state" because states were not being
recalculated correctly.
- I decided to stop using state files altogether. Basically keeping
the state in a file doesn't work when the state is time-dependent, such
as when a vote was started and it might have finished already. So please
delete all state files.
- I wrote bin/fix-unsigned-control.pl to add a signed control file
for all vote directories which have control.msg but not control.signed.
You probably won't have any, but just in case, run this script to
fix up.
- In the next release I am going to take a lot of config information
out of the one-line text files and put it into XML using XML::Simple.
So you need to install XML::Simple (debian package libxml-simple-perl).
I will write a config file converter.