specs/dependencies.rbspec
author Jan Vrany <jan.vrany@labware.com>
Wed, 03 Nov 2021 22:09:33 +0000
changeset 321 c868ba75e2da
parent 290 29f361e1e31c
permissions -rw-r--r--
Rakefiles: improve (fix) Mercurial config reading on Windows This commit improves reading of mercurial config on Windows by reading all files and directories as documented in `hg help config` and also read TortoiseHg's specific `<install-dir>/defaultrc`. This fixes CI when using recent(ish) TortoiseHg.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
286
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# This file contains !!!manual!!! package depedencies.
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# Normally, this is extracted automatically from package definition but
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
# eXept sometimes get dependencies wrong so this files remedies such
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
# mistakes.
c08455e14746 Rakefiles: add support for manual dependency definitions
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
290
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     7
# 2020-01-19 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     8
# No longer, fixed by moving WebSockeTest to stx:goodies/regression. 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
     9
# Thanks! 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    10
# 
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    11
# task :'stx:goodies/communication:dependencies' => :'stx:goodies/sunit'
29f361e1e31c Specs: remove manual dependency specs for `stx:goodies/communication`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 286
diff changeset
    12
# task :'stx:goodies/communication:dependencies' => :'stx:goodies/webServer'