Skip to content
Snippets Groups Projects
  1. Apr 12, 2021
  2. Dec 17, 2020
    • Kayz's avatar
      Improvements to linux dosemu support · 52487ec4
      Kayz authored and Rob Swindell's avatar Rob Swindell committed
      The hardcoded external.bat file has been moved to a templated
      /exec/external.bat which can be modified by the sysop. ENV
      vars are in there to be able to customize as needed. emusetup.bat
      is no longer needed, but still supported. The actual dosemu command line
      is now stored in /exec/dosemulaunch.ini and can be customized for
      fossil or i/o command lines. the keystroke is now only sent for i/o, and
      only sent as \n instead of \r which would trigger undesired behavior in
      certain programs. The above 2 files can also be placed in door dirs
      to override. ansi.com has been removed as it was not needed. default
      external.bat includes cmd lines for share, x00, etc. (user will still
      need to provide these in xtrn/dosutils).
      52487ec4
  3. Nov 29, 2020
  4. Nov 23, 2020
  5. Nov 01, 2020
  6. Oct 01, 2020
    • Rob Swindell's avatar
      Install webv4 too and use symlinks for most directories. · 0a30202c
      Rob Swindell authored
      The webv4 directory is now part of the repo, so install it to the
      install target directory too.
      
      When SYMLINK=1 is used, symlink the following directories (rather
      than copying): docs, exec, text, web, webv4, and xtrn. This will
      hopefully make subsequenit updating (via git) easier for most sysops that use
      this installation method. Let the merge conflicts insue.
      0a30202c
  7. Sep 25, 2020
    • Rob Swindell's avatar
      Shouldn't need to call setcap here (it's a build target now) · 479200a1
      Rob Swindell authored
      Left it there, but commented out, just in case anyone needs it later.
      But it was reported that the setcap line failed anyway:
      Sep 24 09:20:15 bbs setcap[21466]: Failed to set capabilities on file
      `/sbbs/repo/src/sbbs3/gcc.linux.*.exe.*/sbbs' (No such file or directory)
      Sep 24 09:20:15 bbs setcap[21466]: The value of the capability argument is not
      permitted for a file. Or the file is not a regular (non-symlink) file
      479200a1
  8. Sep 08, 2020
  9. Sep 07, 2020
  10. Sep 04, 2020
  11. Aug 30, 2020
  12. Aug 29, 2020
  13. Aug 23, 2020
    • Rob Swindell's avatar
      Copy the docs dir too. · e1f29dfc
      Rob Swindell authored
      e1f29dfc
    • Rob Swindell's avatar
      792a86af
    • Rob Swindell's avatar
      Migrated from CVS to Git · fe525c00
      Rob Swindell authored
      Clones the git repo into $(SBBSIDR)/git building everything there and then
      copying the run-time dirs (e.g. ctrl, exec, text, xtrn, web) to the
      $(SBBSDIR). This means a sysop cannot simply "git-update" (there is no
      such thing) the exec or xtrn dirs as someone might have done previously with
      CVS. Update instructions on the wiki will be forthcoming.
      
      Removed the NOCVS option (if the workdir already exists, no clone occurs).
      Changed CVSTAG to just TAG. It does not create a local branch for the
      checked-out tag (perhasp it should).
      Removed the INSTALL type (only CLASSIC was installed anyway), that should
      be easy to restore if/when UNIX-style install is ever implemented.
      fe525c00
  14. Aug 16, 2020
  15. May 07, 2020
  16. Mar 28, 2020
  17. Mar 27, 2020
    • rswindell's avatar
      Save the make definitions specified on the make command-line (or inferred · eba53d13
      rswindell authored
      from the absence of command-line arguments) to the src/build/localdefs.mk
      file.
      
      This insures that incremental builds (e.g. in src/sbbs3) use the same
      build type (e.g. debug vs. release) as the intitial install. Unfortuantely
      it also means that switching the build type later requires editing or
      deleting the localdefs.mk file, which means new instructions for the wiki.
      eba53d13
  18. Mar 23, 2020
  19. Jan 31, 2020
  20. Jul 03, 2019
  21. Jan 01, 2019
  22. Mar 17, 2018
  23. Feb 28, 2018
  24. Feb 12, 2018
  25. Dec 16, 2016
  26. Aug 18, 2015
  27. Aug 15, 2015
  28. May 12, 2015
  29. Feb 09, 2015
  30. Feb 16, 2014
  31. Feb 05, 2014
    • echicken's avatar
      :D · e5135e85
      echicken authored
      e5135e85
Loading