| Task
| Description
| Status
|
| Check diskspace on available nodes
| ssh [node] df -h
| DONE
|
| Checkout new code
| Checkout changes into brie3:/usr/local/wormbase-production
| DONE
|
| Tag software
| brie3> cvs_tag_release.sh WSXXX // the new version being pushed out
| DONE
|
| Create software release
| brie3> create_software_release.sh WSXXX
| DONE
|
| Package databases
| brie3> package_databases.pl // Make sure mysql databases are 2775 first!
| DONE
|
| Update standard urls
| Edit wormbase/html/standard_urls/standard_urls.xmlk as appropriate
| DONE
|
| Push software
| brie3> push_software.sh
| DONE
|
| Push database
| brie3> push_database.sh WSVERSION
| DONE
|
| Restart services
| brie3> restart_services.sh
| DONE
|
| Send announcement
| brie6> send_release_notificiation.pl
| DONE
|
| Update Release notes on wiki
|
| DONE
|
| Update list of new papers
| brie3> development/build_new_paper_list.pl
| DONE
|
| Add announcement to the home page
|
| DONE
|