From 878b199b2cc4a551e39a5cfdd6b94a886d1c1e02 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 18 Apr 2023 12:54:13 -0700 Subject: [PATCH] Updated AdminTasks (markdown) --- AdminTasks.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/AdminTasks.md b/AdminTasks.md index 3fba0db..7599fe3 100644 --- a/AdminTasks.md +++ b/AdminTasks.md @@ -2,8 +2,6 @@ A list of tasks in maintaining BOINC, not including software development. -A division of these tasks in "roles" is proposed [here](AdminRoles). - ## Client release management Manage testing and release of the client software. [Details](AdminReleaseManagement). @@ -17,6 +15,10 @@ Build client installers as needed for [Windows](AdminInstallerWin), [Mac](AdminI ## Dependent library maintenance +Instructions for building the libs are [here](AdminDepLibs). + +Note: this has been replaced by using vcpkg. + [VirtualBox](VirtualBox): Track [VirtualBox](VirtualBox) releases, and decide which one we should recommend and include in the client installers. It needs to work with our Vbox wrapper. @@ -24,15 +26,6 @@ Occasionally Vbox changes the API and we need to change the wrapper accordingly. Make sure you get good cross-platform test coverage; use the Alpha testers for this. If a Vbox release fixes significant bugs, consider doing a new release of the client software. -OpenSSL, Zlib, curl, sqllite: -track their new versions. -Update as needed; for security (openssl, zlib) generally update immediately. -This triggers a client software release. - -WxWidgets: the GUI toolkit used by the BOINC Manager. - -Instructions for building the libs are [here](AdminDepLibs). - ## Wrapper maintenance Update the binary versions of [wrapper and vboxwrapper](AdminWrappers) as needed @@ -58,7 +51,7 @@ This is for building applications to run on old Linux systems. Administer the [BOINC translation system](AdminLocalize). ## Server software management - [Manage the BOINC server software](AdminServerSoftware) +Release-manage the BOINC server software ## Security management @@ -96,3 +89,4 @@ This is for building applications to run on old Linux systems. * win_build/installerv2/Progress.ism * win_build/installerv2/WCG.ism * Maintain contact with message-board moderators (Jord, Kathryn Marks, and Bernie) +* [UCB tasks](BerkeleyTasks)