diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-06-07 08:25:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-06-07 08:25:31 -0700 |
commit | 9eb10af68fbfaf43e0098c2ef9cd5e1d98645515 (patch) | |
tree | e000668725730b614df491a0370a0c5f0cd459bc | |
parent | bf363c016b77c4ac40c137213f1bf189165a69e3 (diff) | |
download | subsurface-9eb10af68fbfaf43e0098c2ef9cd5e1d98645515.tar.gz |
build-system: updates to processes
This is mostly for my own use, but I think it makes sense to have it in
the repo.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | scripts/ReleaseTasks.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/ReleaseTasks.txt b/scripts/ReleaseTasks.txt index 1c9434d26..e6a665d90 100644 --- a/scripts/ReleaseTasks.txt +++ b/scripts/ReleaseTasks.txt @@ -4,9 +4,10 @@ Run scripts/makeRelease.sh Upload sources to webserver Push sources and tags to github -Check that automated Linux distro builds have succeeded and are pushed to RELEASE -Notarize automated Mac build and upload to new and old webserver (for version check) -Copy Windows installers and AppImages from GitHub to new and old webserver (for version check) +Check Launchpad and OBS to ensure release builds have been triggered +Check Mac notorization success +Ensure Windows machine is unlocked and authorize Windows signing +Check that Windows, Mac, AppImage have been moved to downloads/ folder on webserver Add date to release announcement draft and move to the corresponding _posts directories Update links on website |