build-farm 384: Add missing configuration hooks.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Add missing configuration hooks. * buildfarm_worker/package.fns (conf_ranch, conf_ddd): New (empty hooks). package.fns | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) Index: buildfarm_worker/package.fns --- buildfarm_worker/package.fns (revision 383) +++ buildfarm_worker/package.fns (working copy) @@ -8,9 +8,8 @@ # Copyleft 2005 by Olivier Gournet <victor@lrde.epita.fr> # +# Per-package configuration. -############################# -# per package configuration # -------------- # # Transformers. # @@ -106,8 +105,25 @@ conf_olena_1_0_icpc() { :; } -############################# -# permit us to do special thing after package dependencies checking +# ------------ # +# Lrde-tools. # +# ------------ # + +conf_ranch() { :; } + + +# ----- # +# DDD. # +# ----- # + +conf_ddd() { :; } + + +# -------------- # +# Finalization. # +# -------------- # + +# Permit us to do special thing after package dependencies checking # (conf_$tree section are called before dependencies ones) # WARNING: hope you know what you are doing ! after_check_packages_hook() {
participants (1)
-
Roland Levillain