mirror of https://github.com/BOINC/boinc.git
Updated AdminReleaseManagement (markdown)
parent
878b199b2c
commit
1706ab059d
|
@ -37,6 +37,7 @@ So the overall release management cycle is:
|
||||||
* Run [locale/update_translations.sh](TranslationSystem) to get the latest translations; commit the results.
|
* Run [locale/update_translations.sh](TranslationSystem) to get the latest translations; commit the results.
|
||||||
* Check for a new CA bundle from https://curl.haxx.se/docs/caextract.html; copy to curl/ca-bundle.crt
|
* Check for a new CA bundle from https://curl.haxx.se/docs/caextract.html; copy to curl/ca-bundle.crt
|
||||||
* create a release branch:
|
* create a release branch:
|
||||||
|
* See [Win instructions](BuildClientProcedure)
|
||||||
* Tortoise Git or Linux: create branch, e.g. client_release/7/7.12
|
* Tortoise Git or Linux: create branch, e.g. client_release/7/7.12
|
||||||
* push to github (Win: check push all branchs)
|
* push to github (Win: check push all branchs)
|
||||||
* Clone branch: clone https://github.com/boinc/boinc.git into new dir w/ version num
|
* Clone branch: clone https://github.com/boinc/boinc.git into new dir w/ version num
|
||||||
|
@ -55,10 +56,11 @@ wget https://boinc.berkeley.edu/project_list.php
|
||||||
* create tag client_release/7.8/7.8.0
|
* create tag client_release/7.8/7.8.0
|
||||||
* git push (using context menu), check "include tags"
|
* git push (using context menu), check "include tags"
|
||||||
* make and upload to isaac installers for the new version.
|
* make and upload to isaac installers for the new version.
|
||||||
* [Windows](AdminInstallerWin)
|
* [Windows](AdminInstallerWin)
|
||||||
* [Mac](AdminInstallerMac)
|
* [Mac](AdminInstallerMac)
|
||||||
* [Unix](AdminInstallerUnix)
|
* [Unix](AdminInstallerUnix)
|
||||||
* [Android](AndroidBuildClient)
|
* [Android build](AndroidBuildClient)
|
||||||
|
* [Android stores](AdminReleaseAndroid)
|
||||||
* update doc/versions.inc
|
* update doc/versions.inc
|
||||||
* update the Alpha test files (boinc_alpha/test.inc)
|
* update the Alpha test files (boinc_alpha/test.inc)
|
||||||
* email Alpha testers
|
* email Alpha testers
|
||||||
|
|
Loading…
Reference in New Issue