Author Topic: Nightly: 06 March 2022 - Revision afce512f5  (Read 323 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly: 06 March 2022 - Revision afce512f5
Here is the nightly for 06 March 2022 - Revision afce512f5



Group: Win32-SSE2
nightly_20220306_afce512f5-builds-Win32-SSE2.zip (Mirror)


Group: Linux
nightly_20220306_afce512f5-builds-Linux.tar.gz (Mirror)


Group: Win64-SSE2
nightly_20220306_afce512f5-builds-x64-SSE2.zip (Mirror)

Code: [Select]
------------------------------------------------------------------------
commit afce512f5
Author: Allen A. Babb
Commit: GitHub

    Repair Automated Forum and Nebula Scripts (#4052)
 .github/workflows/build-release.yaml               |  17 +-
 ...e-image-workflow.yaml => build-standalone.yaml} |   0
 .../{master-build.yaml => cache-master.yaml}       |   0
 .github/workflows/post-build-release.yaml          |  62 ++++++
 .../{pr-workflow.yaml => test-pull_request.yaml}   |   0
 ci/post/file_list.py                               | 228 +++++++++++++++++++
 ci/post/forum.py                                   |  65 ++++++
 ci/post/installer.py                               |  88 ++++++++
 ci/post/main.py                                    | 238 ++++++++++++++++++++
 ci/post/nebula.py                                  | 241 +++++++++++++++++++++
 ci/post/nightly.mako                               |  27 +++
 ci/post/release.mako                               |  68 ++++++
 ci/post/requirements.txt                           |   3 +
 ci/post/util.py                                    |  46 ++++
 14 files changed, 1082 insertions(+), 1 deletion(-)