Sat, 10 Dec 2016 20:44:26 +0000 Oops, make sure `REPOSITORYSET` value is written to `config.rb`
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 10 Dec 2016 20:44:26 +0000] rev 98
Oops, make sure `REPOSITORYSET` value is written to `config.rb`
Wed, 07 Dec 2016 11:26:26 +0000 Added hack for compiling 32bit stx:libdb/libodbc on 64bit Linux
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 07 Dec 2016 11:26:26 +0000] rev 97
Added hack for compiling 32bit stx:libdb/libodbc on 64bit Linux Some Linux distros (Debian Stretch and likely others) do no provide 32bit `libodbc.a` and `libodbcinst.a` so 32bit build would fail. To workaround that, link directly to `.so`, i.e, specify `-l:libodbc.so -l:libodbcinst.so`. Similar hack is used to link 32bit XFT.
Tue, 06 Dec 2016 21:31:11 +0000 Merged changes from branch feature-block-in-context
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Dec 2016 21:31:11 +0000] rev 96
Merged changes from branch feature-block-in-context
Tue, 06 Dec 2016 21:21:20 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Dec 2016 21:21:20 +0000] rev 95
Merge
Tue, 06 Dec 2016 21:18:48 +0000 Merge
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Dec 2016 21:18:48 +0000] rev 94
Merge
Tue, 29 Nov 2016 10:19:15 +0000 Automatically extract package dependencies from project definition file
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 29 Nov 2016 10:19:15 +0000] rev 93
Automatically extract package dependencies from project definition file ...rather than depend on manually pre-extracted and commited dependencies. This makes the code more robust as well easier to use. It will also allow for parallelized builds (though some changes need to be done to `stc`) Big thanks to Patrik Svestka for providing me a Ruby code to extract dependencies. Yay, I wanted for this for so long...
Thu, 01 Dec 2016 22:52:41 +0000 Use standard stx:libbasic (bookmark master) feature-block-in-context
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 01 Dec 2016 22:52:41 +0000] rev 92
Use standard stx:libbasic (bookmark master) ...as fixes for block-in-context have been merged in.
Tue, 06 Dec 2016 21:00:14 +0000 Added option (env var) to tell rakefiles to retain stc and librun sources.
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Dec 2016 21:00:14 +0000] rev 91
Added option (env var) to tell rakefiles to retain stc and librun sources. This is an opt-in, i.e., variable must be set to retain them, otherwise they're removed (unless a core developer having access to them runs the build). Indeed this is a feeble protection as it's easy to trick this method. But the goal is not to protect sources but rather have a secondaty measure to avoid sources to leak (for exaple, due to a bug in packaging scripts). Unathorized subjects should not be able to checkout sources in first instance.
Tue, 06 Dec 2016 20:34:07 +0000 When building under CI throw an error if repositoryset is explicitly defined
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 06 Dec 2016 20:34:07 +0000] rev 90
When building under CI throw an error if repositoryset is explicitly defined ..either by setting `REPOSITORYSET` environment variable or by passing `--repository-set` option to `Jenkinsfile.rb`
Mon, 05 Dec 2016 22:20:56 +0000 `hglib.rb`: Fixed `bookmarks()` to support multiple bookmarks on a single changeset
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 05 Dec 2016 22:20:56 +0000] rev 89
`hglib.rb`: Fixed `bookmarks()` to support multiple bookmarks on a single changeset
(0) -10 +10 +100 tip