Fri, 24 Jan 2020 10:33:30 +0000 Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 24 Jan 2020 10:33:30 +0000] rev 290
Specs: remove manual dependency specs for `stx:goodies/communication` ...since the problem has been fixed by eXept. Thanks guys!
Fri, 17 Jan 2020 21:37:47 +0000 Rakefiles: download binary stc and librun from SWING's plain http 'artifact repository'
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 17 Jan 2020 21:37:47 +0000] rev 289
Rakefiles: download binary stc and librun from SWING's plain http 'artifact repository' ...rather than from Jenkins as there's no longer publicly available Jenkins instance. This commit is based on an earlier version Patrik Svestka so credit goes to him! Thanks!
Fri, 17 Jan 2020 10:36:16 +0000 Rakefiles: refactor Jenkins API for downloading (binary) artifacts
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 17 Jan 2020 10:36:16 +0000] rev 288
Rakefiles: refactor Jenkins API for downloading (binary) artifacts ...to allow multiple "backends" in (near) future. Introduce a concept of an arfifact repository. A repository contains multiple builds (currently the API provides only access to `latestBuild()`), build contains multipe artifacts. An artifact is essentially a downloadabe file. This commit is a preparation for introduction of "simple HTTP listing"-based repository as there's no public Jenkins instance anymore.
Mon, 20 Jan 2020 13:33:54 +0000 Rakefiles: add stc's `genOffsets` and `dbginfo.h` to pre-built stc archive
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 20 Jan 2020 13:33:54 +0000] rev 287
Rakefiles: add stc's `genOffsets` and `dbginfo.h` to pre-built stc archive ...since they're needed by makefile.
Mon, 20 Jan 2020 11:34:02 +0000 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 20 Jan 2020 11:34:02 +0000] rev 286
Rakefiles: add support for manual dependency definitions Normally, pacjage dependencies are extracted automatically from package definition but eXept sometimes get dependencies wrong. As we (still, sigh) use some packages form eXept's CVS tree, this commit introduces `dependencies.rbspec` that has these manually fixed. This commit also includes fix for an issue with `stx:goodies/communication`
Fri, 10 Jan 2020 09:37:03 +0000 Makefiles: do not force using GCC <= 6
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 10 Jan 2020 09:37:03 +0000] rev 285
Makefiles: do not force using GCC <= 6 The code has been updated to work with GCC up to 9.2.1 so there's no longer a need to use GCC 6.x or lower. Yay!
Sun, 29 Dec 2019 08:00:02 +0000 Makefiles: add definition of `LIBS` and `LIBRUN_LIBS`
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 29 Dec 2019 08:00:02 +0000] rev 284
Makefiles: add definition of `LIBS` and `LIBRUN_LIBS` This commit fixes compilation of librun as of librun commit 5f109d4e079c.
Thu, 19 Dec 2019 00:20:28 +0000 Rakefiles / CI: various fixes towards new integration / artifact publishing workflow
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 19 Dec 2019 00:20:28 +0000] rev 283
Rakefiles / CI: various fixes towards new integration / artifact publishing workflow * Set upstream repository only for "master integration build" * Publish artifacts from "master integration build"
Thu, 14 Nov 2019 21:20:37 +0000 Rakefiles: oops, use `\` in `INSTALLBASE` path on Windows
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 14 Nov 2019 21:20:37 +0000] rev 282
Rakefiles: oops, use `\` in `INSTALLBASE` path on Windows ...otherwise Windows command such as `md` get confused.
Thu, 14 Nov 2019 12:05:31 +0000 Rakefiles: temporarily disable tests for `jv:libgdbs` and `jv:vdb`
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 14 Nov 2019 12:05:31 +0000] rev 281
Rakefiles: temporarily disable tests for `jv:libgdbs` and `jv:vdb` As this project evolved, it requires some setup (custom GDB, pyparsing module). This setup is not yet automated, until done, disable tests as this should not hold back whole Smalltalk/X process.
(0) -100 -10 +10 tip