• .gitlab-ci.yml

    From Rob Swindell@VERT to Git commit to sbbs/master on Wed Aug 26 19:16:03 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/3ab1f58b2cce4ea90d0172c3
    Added Files:
    .gitlab-ci.yml
    Log Message:
    Enable CI build for src/sbbs3/*

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Aug 26 19:16:03 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/33ec1f04595610f28d91bcc9
    Added Files:
    .gitlab-ci.yml
    Log Message:
    Merge branch 'master' into 'master'

    Enable CI build for src/sbbs3/*

    See merge request sbbs/sbbs!4

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thu Aug 27 14:37:34 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c16a87350b6a40913f2af424
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Cache .o files and build syncterm and sexpots too

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thu Sep 17 17:10:24 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/139a3d580429fd8b3508241e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't cache .o files. This appears to not work 100% (e.g. it's always rebuilding cryptlib anyway and it failed to re-compile some of libsbbs.so resulting in a link failure).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Thu Oct 22 20:25:41 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/2fc4242bb47a68a867c4fe89
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't include .obj.release dir in artifacts (you don't need no stinking .o/.d files).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 18:42:08 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/adce1b899236e9a03cf1a555
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Move gcc/Linux into its own job, tagged "linux".
    Add Windows build job.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 18:43:26 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/7d2bc80bfe550e98d67f112e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    See if this fixes error about invalid tag.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 18:49:34 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/f7671b20d9a3721464dfbd92
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Make each build job a target/project combo

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 18:50:47 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/e9f14910e63dbcf1c2843411
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    tags must be an array of strings

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 19:03:57 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/879c1dee7332d17257842df3
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    We have to "call" batch files (maybe)?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 19:06:30 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/1912a716092cd7c90d212557
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Let's try .\build.bat <shrug>

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 19:15:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/b1ae877a398e4f800a12424d
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Force SBBSCTRL and SBBSEXEC to point to the local repo ctrl and exec dirs (For Windows builds)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 20:20:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/4c90c2bf69d3715d1b601d05
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Make release builds for Windows-CI

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 20:40:39 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/60a291bc24b5a286c4559a53
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Filter out non executables/DLLs from Windows build artifacts.
    Remove archive names (uses build names by default?).
    Remove "build-" from build names.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 20:56:37 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/39d6cdaeaa2cf94c96660ffb
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add artifact names back with platform designator/suffix (linux-x64 and win32).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 21:11:13 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9e6e39d52acda6a5479fa37d
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Merge remote-tracking branch 'origin/master'

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 10 21:12:08 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9d68ca3b1b6a96e358741132
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add sexpots-windows build.
    Fix sexpots-linux build issue introduced in previous commit.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Nov 11 16:02:15 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/38f64bfeda4f9e7d1d2f012a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Attempt Borland build of xpdev as part of sbbs-windows build.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Wed Nov 11 16:08:19 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/cd15abe138a87227559453cb
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add sbbsctrl.exe, chat.exe, and useredit.exe builds to sbbs-windows build.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Nov 13 18:39:55 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/35e509f7b3d89722c38bad2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add some FreeBSD build jobs.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Nov 13 18:55:16 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/3061523b1107dda3de3f456f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Added SyncTERM-FreeBSD build job (for reals).
    Try capitalizing Linux tag.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Fri Nov 13 18:59:16 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/d18d04a7f6da0cc03615d444
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Capitalize Windows too, because... Deuce.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Nov 14 12:25:20 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/4a0dff20857e5ed3e7c8e5d9
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Let's try some caching for the sbbs-windows build (first).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Nov 14 12:28:49 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/629f3fc8931ea938c4df6491
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    So my yaml skills are not so great.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Nov 14 13:33:03 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/bb91ee794cd8cd9cd492e42c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Let's try caching sbbs-linux build artifacts now.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Nov 14 13:45:13 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/1dbadeb7432ae5ecccd738a8
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Linux build failure, undefined reference in libsbbs.so.
    Let's try just caching the 3rd party stuff.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sat Nov 14 14:09:52 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/d054b2c5dc60af53e81577b3
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Experiment with CI caching again another day...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stephen Hurd@VERT to Git commit to sbbs/master on Mon Nov 16 22:03:11 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/bfcb51f8e88b35030f3be71b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add SyncDraw builds for FreeBSD and Linux, fix FreeBSD artifacts.

    The AMD64 platform on FreeBSD is called amd64, not x64.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stephen Hurd@VERT to Git commit to sbbs/master on Mon Nov 16 22:14:05 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9cfb3bd0f92265cff0071474
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add builds for jsdoor on Linux and FreeBSD, sexpots on FreeBSD.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 17 12:05:47 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/de3ac144d83f22fa5064d3e9
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't perform CI builds unless src/* 3rdp/* or ctrl/text.dat has been touched by a commit.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 17 18:25:12 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/c10392e070109853fdb03611
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Added SyncTERM-MSVC (Windows) build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Tue Nov 17 19:05:15 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/eed866b482eca38d1208e6cf
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable SyncTERM-MSVC build

    <@Deuce> SyncTERM on MSVC really shouldn't be part of CI since it's not expected to work.
    <DigitalMan> why not?
    <@Deuce> Because it's not supported.
    <@Deuce> So it's not part of the integration path.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to sbbs/master on Wed Nov 18 17:55:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/9687975ad205ecde53054b01
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add Win32 jsdoor build (on FreeBSD)

    This can likely be built on Windows, but since I expect I'll be the
    only one supporting this for the forseeable future, get the build I
    release in here.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to sbbs/master on Thu Nov 19 04:25:27 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/35e43060ad6072bc9a41c1dc
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Actually build jsdoor in jsdoor Windows target.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Jan 10 16:06:42 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/da42ea23d89f8a5c5e5f4340
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add SBJ and TBD Windows builds to CI, at request of mlong.

    dpoker needs a little work first (can't find SDL.h).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jun 8 18:01:51 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/f184b682dce880837d0074f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add CI build for SVDM (Synchronet Virtual DOS Modem) for Windows

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 00:49:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/1e737459978d50fa99f3a6f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Prefix .bat file script invocation lines with "call"

    Apparently when the Gitlab Runner is using "cmd", you must do this or only
    the first invoked bat file is executed. This explains why sbbsctrl.exe
    (and other) files have been missing from the CI-generated artifact archives. Back when I was using "powershell" to invoke the CI build for sbbs-windows
    (my Gitlab-runner/config.toml file had shell = "powershell"), this wasn't an issue, but this configuration stopped working on Vert at some point (https://forum.gitlab.com/t/windows-10-gitlab-runner-fails-with-error-no-process-is-on-the-other-end-of-the-pipe/66691)
    so I switched to "cmd", even though it's deprecated.

    Remove the dependencies: [] line since that wasn't a solution to anything.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 03:50:10 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c0344adddfd3ce5cdf445356
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Revert "Prefix .bat file script invocation lines with "call""

    This reverts commit 1e737459978d50fa99f3a6f73112915208fdbd2a.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Jan 26 12:06:32 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3bde14c628031203e56464c7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Trigger CI builds on any C/C++ source or makefile changes in xtrn/*

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Fri May 5 13:13:01 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/d6f707eb3ea6634963bf4fca
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix job for Win32 builds on FreeBSD

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Jun 1 15:04:15 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3963e42a091a3e3800989d2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-enable syncterm-msvc pipeline

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Jun 3 00:18:29 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1164b6a1f709377741ff7a7a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Use a single pipeline for Linux SyncTERM and dpkg

    No need to build twice just to create the bundle.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Jun 3 02:51:02 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/1286ee4b4ae6a548cd200aa6
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix some pipes.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Jun 5 17:06:52 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0177b913fb62559c3463f42f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add a noskeeters build for FreeBSD.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Jun 5 21:27:46 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0224e9764fc1f3ac66ad5c5b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add raspbian built for SyncTERM

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Jun 6 08:58:38 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/3b606d52095bd0d151c3e4c7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add the rest of the targets for RaspberryPi

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuce@VERT to Git commit to main/sbbs/master on Wed Jun 7 00:00:04 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b0f1f84561203c0ebb5e5b41
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    No aarch64 sbbs build

    Now that I've upgraded my RPi 400 to aarch64, it turns out aarch64
    isn't supported by Spidermoney or the libffi it ships with, so
    there's no easy way to make it build.

    Untill Spidermonkey is updated, there's just no reasonable way to
    build on aarch64.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tracker1@VERT/TRN to Deuce on Fri Jun 16 13:27:22 2023
    Re: .gitlab-ci.yml
    By: Deuce to Git commit to main/sbbs/master on Wed Jun 07 2023 00:00:04

    No aarch64 sbbs build

    Now that I've upgraded my RPi 400 to aarch64, it turns out aarch64
    isn't supported by Spidermoney or the libffi it ships with, so
    there's no easy way to make it build.

    Untill Spidermonkey is updated, there's just no reasonable way to
    build on aarch64.

    So much for my prior question... :-/


    --
    Michael J. Ryan
    +o roughneckbbs.com
    tracker1@roughneckbbs.com

    ---
    þ Synchronet þ Roughneck BBS - roughneckbbs.com
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 3 22:33:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/563154d0d22100268639e23e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add NetBSD builds to the ole pipeline

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 3 22:40:56 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e4ee2277402ebd0960fa0f2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Use system curses for all targets.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Feb 4 13:05:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3bdd7740fae0dea958050faa
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add OpenBSD runner to the pipes

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:06:57 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c85702d459e9edc880c1e832
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add simple jsexec smoke test (for linux SBBS build)

    First attempt at adding tests to the CI pipeline

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:09:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/43eb9ddda77b43eba12161f7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Hm... the single-quotes need to be quoted?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:19:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/eec2bc2ab8fb4e548956a225
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add a needs clause to the jsexec smoketest job

    jobs in the 'test' stage are supposed to run only after all jobs in the 'build' stage so I don't understand why this would be needed, but I'm getting pipeline failures with it trying to run this test before building anything. Or maybe its something else (no artifacts?).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:22:35 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f0e747ae29baf192a102b1a0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try 'dependencies' keyword instead of 'needs' <shrug>

    'smoketest-jsexec-linux' job needs 'sbbs-linux' job, but 'sbbs-linux' is not in any previous stage

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:24:01 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/86558c42a8ea410d75a09357
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix dependencies should be an array of strings

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:36:23 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/087236651bb9ccd75be7d659
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    According to the gitab docs, specifying dependencies shouldn't be necessary

    "When dependencies is not defined in a job, all jobs in earlier stages are considered dependent and the job fetches all artifacts from those jobs."

    So... I'm a little stumped why the artifacts aren't be downloaded for this test.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 20:51:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8f7ddc70980aeb319b8e2a35
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Try bringing .rules into the test

    to see if that brings in the build jobs into the pipeline

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:07:49 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b834cc05c272142eb51141de
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Okay, we don't want *all* the artifacts

    That makes the wildcard path/execution fail

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:22:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5998f5d7f1d9307c166d5624
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add js test suite

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:23:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/be2da41176a8e633b922bbaf
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add quotes

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:24:05 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/52fbdbb22b62990763e36d2c
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Specify the path to the ctrl directory in jsexec smoketest

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:24:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f890934b999ec6512a2486af
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix depends

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:25:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7a69b9f881d4c5f1e68dac6a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't depend on build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:40:25 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f5fe94218ccd532be502ac8f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add tags for js-testsuite too

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:45:44 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8b6235981c9c1ef965af8545
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Don't change cwd to ctrl dir when running jsexec smoketest

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:52:46 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7ccf32f2234826a83d6ed022
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Okay, let's try a simple 0 exit code

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:55:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/9dcc87ff6ca6a23cec09e247
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Split out 3rdp libs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:56:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/1d086179e885c5c25bc035b1
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Colons

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:56:53 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/cefd25fa5c069d96f663a810
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix paths

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:57:40 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/efee0392d8bdefed30e992d6
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    No named support

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 21:58:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e7ab9eeb6c1ce9294e7e8d33
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix names

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:00:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/bd65b06726a81e7a1082ff94
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    My layout isn't the same as the git one. :D

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:03:46 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f9cc0f52b7307a638a94a313
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Build cryptlib in cryptlib target.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:26:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/304334a984f590f60522cf95
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Hm... I didn't think setting LD_LIBRARY_PATH would be needed

    ... but worth a try here

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:27:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/e3319dc987471e81f83240a2
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Fix 3rdp targets

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Mon Feb 5 22:39:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/03540dac12b58d957fadcf62
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Package the right files for cryptlib

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:00:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6756ddda105ec85f9bb64209
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add spec

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:03:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/fcf91e904843309b7b4c8090
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Set defaults properly

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:04:59 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/2813a6fc77cfe5dd61df960d
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add defaults even for ones that need to be overwritten

    For the rules still in the main file

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:07:09 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c361024b643c1bce1269f2e7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Pluralize

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:09:28 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/8a873c979dea83bfc149832a
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Quote stuff

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:28:39 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/55fdb5b5dbc7430f0c134840
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And fix noskeeters

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 07:47:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7e8b259ad853ff749e25a055
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    NetBSD uses system curses

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 20:04:08 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5cef0a6485890b68ff055066
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Slip in the -d to figure out why re-linking is happening.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 6 23:20:10 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b3e7af982fba40208fd0e977
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Put the -d back in to find the last nit...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 09:50:29 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/63f8f17988b8bc6197cdcdc4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove unneeded build flags.

    Just because I use them for SyncTERM releases doesn't mean we want
    them for CI.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 15:15:31 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a43b5bb1d124d61d8e050d53
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And fix extends

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 15:53:15 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/09cc1527edeae29cabd7ae16
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Update smoketest depend

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 16:07:58 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22eee9c0cbbe7beb2a0f57a9
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Move noskeeters into the freebsd-amd64 group

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Feb 7 18:12:34 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f0f43b7638d3209a0598d5e0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Group Windows jobs, delete commented out old Linux jobs.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon Feb 12 22:16:32 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/82b98045bdf76bd5134de55e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Re-enable the SyncTERM-MSVC build job

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Tue Feb 20 16:24:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/27cea49d41a3d7ad4148f1a4
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add mingw32-w64 build

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Feb 24 08:34:07 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6ca9a141c7f52e0d2b46a605
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Remove the mingw32 builds

    mingw32 has been dead for years, and is missing huge swaths of the
    Windows APIs. strerror_s() was the straw that broke the camels
    back here, but there's a lot of hackery for it.

    I'm not going to go through and actually remove the build support
    yet since I may want to do the 1.2 SyncTERM release with it (though
    likely not), but it's not long for this world.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sat Mar 16 17:43:17 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7f4bd6b59cc75c51d1abd085
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Add macOS runner

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Sun Mar 17 02:47:42 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a347b93f2ecbdd9251ee734e
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Darwin is not a cross-platform build (though the M1 build would be)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 01:11:04 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/74ef6275531103cda93a91aa
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    We need to add RELEASE=1 if we specify build flags manually.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 01:54:22 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/42380a9a73ee3ac2f87e57d7
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable ccache for NetBSD and OpenBSD as well.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 02:19:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/91094761cd0ca2f27a1ef6b0
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And ccache the rest of alumitron.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 02:36:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ee440f13de2b18b159d3ccad
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    And finally, ccache raspian.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Wed Mar 20 12:00:33 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/790c81aca984c61d5529155b
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Noskeeters need to extend sbbs-build, not sbbs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Thu Mar 21 16:57:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/ffcd15ba9f01b25b27005826
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Disable Darwin build just to see how fast it could be...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Mar 23 01:09:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3d6ffb465ba1f70e87e93a6f
    Modified Files:
    .gitlab-ci.yml
    Log Message:
    Enable ccache in Linux builds

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net