• .gitlab-ci-unix.yml

    From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 05:51:59
    https://gitlab.synchro.net/main/sbbs/-/commit/b57b136e7778923edf0f03c4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Fix the rules reference on newly disabled rules

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:06:54
    https://gitlab.synchro.net/main/sbbs/-/commit/55b5a3b27c1d67271761f00f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Try to fix intermitted test failures

    The theory here is that "something" is modifying the files while
    ld.so is linking them resulting in the crash (this seems to match
    with the FreeBSD cores I've looked at).

    To try to prevent this, have tar never overwrite files that are
    being extracted.

    While I'm here, remove the sync calls that didn't fix the issue.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:15:18
    https://gitlab.synchro.net/main/sbbs/-/commit/0f392458793fcab7ce93aba1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Don't archive files from git in 3rdp

    This was archiving 3rdp/*.release which includes binaries included
    in git. Change the wildcard to *.*.*.release which should only
    include stuff we've built/installed since the binaries use *.release
    or *.*.release (so far).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:21:30
    https://gitlab.synchro.net/main/sbbs/-/commit/a0c5550ff06d1f92e9138cd1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    sbbs-build already has scfg, uedit, and umonitor

    We don't need to re-extract them.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:26:13
    https://gitlab.synchro.net/main/sbbs/-/commit/47de2e8d0d644cca0cc8f6db
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Same with utils.

    Also, we don't actually depend on them anymore either.
    The artifacts should be checked after this is done...

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:32:12
    https://gitlab.synchro.net/main/sbbs/-/commit/99fe99b8b0daf9c8b6b57a5b
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    It looks like ctrl and exec are sometimes left over

    Blow them away before extracting.
    It's also possible that we can just use them, but this keeps the
    current behaviour (using them from the archive).

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:37:00
    https://gitlab.synchro.net/main/sbbs/-/commit/13e1bc90595d92174f898d9f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Ok, yeah, there's some git magic happening here... avoid it

    Create a ci-test dir and extract there then delete after.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:39:42
    https://gitlab.synchro.net/main/sbbs/-/commit/597e134ee1ae23b101a557d7
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    And now that we're in a subdir, fix relative path to suppressions

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 05, 2025 19:44:45
    https://gitlab.synchro.net/main/sbbs/-/commit/08cc6f4ba70eae0b91adc2a4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Well, looks like at the end of it all, that wasn't the issue.

    Also, OpenBSD tar doesn't support -k, so remove that.

    Leave the -v in there because more logs is better logs.

    Also, no need to revert the other changes since avoiding doing
    the same thing more than once is a generally good idea.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 09, 2025 08:36:34
    https://gitlab.synchro.net/main/sbbs/-/commit/6865a42f7962cf88154c1361
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add SyncView build… it's useful now.

    While we're here, add a couple sections, and sort alphabetically.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 09, 2025 08:42:32
    https://gitlab.synchro.net/main/sbbs/-/commit/cefaf1d24581c94b29433599
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    SyncView needs encode and hash too

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 09, 2025 08:46:50
    https://gitlab.synchro.net/main/sbbs/-/commit/9974dbe2dda64561a1accc68
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    XPDev needs cryptlib now...

    Need to deal with transitives too, so we'll see how this goes.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 09, 2025 09:09:21
    https://gitlab.synchro.net/main/sbbs/-/commit/857a810bb1e6aa55bfedc3c1
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Fix up all the extra cryptlib builds

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 08:09:10
    https://gitlab.synchro.net/main/sbbs/-/commit/c7c22afc1d5884e4cdd75e00
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add an OpenDoors target

    Whee?

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 10:31:35
    https://gitlab.synchro.net/main/sbbs/-/commit/6f1cc5840d1122a714b0fc6a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Whoops, right, I moved the sources.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Friday, October 10, 2025 12:58:51
    https://gitlab.synchro.net/main/sbbs/-/commit/2ba425c245ec1c760c302340
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Don't build OpenDoors when build_doors="no"

    We don't need to slow down the Raspberry Pi and old MacOS any for
    these.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 06:01:57
    https://gitlab.synchro.net/main/sbbs/-/commit/811b83fbc41b705f955389d3
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    And remove ciolib stuff here too.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 12, 2025 06:04:06
    https://gitlab.synchro.net/main/sbbs/-/commit/7c25fe9b062bc164c9529780
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    The gac_bj pipe does need cryptlib though

    It uses the full XPDev library, not just specific files.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 07:55:22
    https://gitlab.synchro.net/main/sbbs/-/commit/56567c212a55861953920827
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Since we build gamesdk now as part of gac_bj, we may as well add a pipe

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 07:59:21
    https://gitlab.synchro.net/main/sbbs/-/commit/6c65cd5ef08b254cb305457f
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Right, we're not using artifacts here.

    Maybe we should be using artifacts here?
    No, artifacts have to round-trip through the server, these stay local.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 08:07:13
    https://gitlab.synchro.net/main/sbbs/-/commit/0e3a4373035aedd3d1d95261
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Derp, change to the correct root for archive

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 08:11:12
    https://gitlab.synchro.net/main/sbbs/-/commit/a2c6648dc26b67470d260e10
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    We need to object files too to avoid rebuilds

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 11:09:28
    https://gitlab.synchro.net/main/sbbs/-/commit/d4971198f84714db8b95f2a4
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Include the binaries in the GAC door artifacts.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Monday, October 13, 2025 14:34:48
    https://gitlab.synchro.net/main/sbbs/-/commit/dfc0e95c1b82601544e04555
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add GAC WaHoo to build...

    Guess I missed a file in the last commit. :(

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, October 15, 2025 08:37:13
    https://gitlab.synchro.net/main/sbbs/-/commit/4c7b78fdf41ef410b4bdbd72
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add The Clans to the pipes.

    The artifact isn't useful yet, but we're getting there.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, October 15, 2025 20:57:17
    https://gitlab.synchro.net/main/sbbs/-/commit/c44fcce2cbc57c5ac8ea1e7a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add the rest of the targets to the pipe

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, October 15, 2025 20:57:17
    https://gitlab.synchro.net/main/sbbs/-/commit/e1ec50513de34354c85cffa2
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add the .pak file to the artifacts

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Wednesday, October 15, 2025 21:06:01
    https://gitlab.synchro.net/main/sbbs/-/commit/ce38ef348379aa200ca9d854
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Put the extration bits in a collapsed section

    Should make pipe logs easier to read.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 16, 2025 12:01:24
    https://gitlab.synchro.net/main/sbbs/-/commit/d6dd19d9b7cf7db6798ffe2d
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Only run one make commandline for both targets

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sunday, October 19, 2025 11:39:39
    https://gitlab.synchro.net/main/sbbs/-/commit/fda672bc90a7e58403622df5
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Add the amazingly terrible ny2008 to CI

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thursday, October 30, 2025 13:33:03
    https://gitlab.synchro.net/main/sbbs/-/commit/a7e1385fcfbf070900fd4e0a
    Modified Files:
    .gitlab-ci-unix.yml
    Log Message:
    Have the pipeline create the installers

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