Difference between revisions of "WS188 update checklist"

From WormBaseWiki
Jump to navigationJump to search
(New page: {{update_checklist_template}})
 
Line 1: Line 1:
{{update_checklist_template}}
+
== Update checklist for www.wormbase.org==
 +
 
 +
{| border=1, width=100%
 +
! 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
 +
|
 +
|-
 +
| Restart services
 +
| brie3> restart_services.sh
 +
|
 +
|-
 +
| Send announcement
 +
| brie6> send_release_notificiation.pl
 +
|
 +
|-
 +
| Update Release notes on wiki
 +
|
 +
|
 +
|-
 +
| Update list of new papers
 +
| brie3> development/build_new_paper_list.pl
 +
|
 +
|-
 +
| Add announcement to the home page
 +
|
 +
|
 +
|-

Revision as of 12:18, 22 March 2008

Update checklist for www.wormbase.org

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
Restart services brie3> restart_services.sh
Send announcement brie6> send_release_notificiation.pl
Update Release notes on wiki
Update list of new papers brie3> development/build_new_paper_list.pl
Add announcement to the home page