• Add OBV/2 shell port from Baja to JS

    From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Wednesday, June 03, 2026 11:11:26
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9171

    I checked with VS code and it's fine on my end. Is that why it keeps failing pipeline or is it something else?
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 20:36:06
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9198

    This needs to be rebased.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 21:09:23
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9215

    ok, just rebased.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 21:27:05
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9219

    Looks like you added 5 files from src/sbbs3 as part of your commit. Those need to be removed from the commit/MR.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 21:41:38
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9224

    Pipeline failed because, similar to the other shell, you remove the .src file without updating the exec/Makefile (and GNUmakefile):
    ```
    make[1]: *** No rule to make target 'obv-2.bin', needed by 'all'. Stop.
    ```
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 22:31:56
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9232

    You still have 5 changed src/*.c* files included in this commit, accidentally, I assume.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 23:00:39
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9244

    The pipeline failure this time was just bad luck:
    ```
    error MSB6006: "CL.exe" exited with code -1073741819.
    ```
    Try again.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Thomas McCaffery@1:103/705 to GitLab note in main/sbbs on Thursday, June 04, 2026 23:20:43
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/684#note_9253

    Yes, it was a mistake. Thanks for your patience.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)