https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Revert to the previous build scheme for Olena 0.10a.
* buildfarm_worker/brasilia.fns (action_fetch_oln_from_prcs):
Disable.
Disable the current build mechanism for Olena 0.10a, and
revert to the previous one.
brasilia.fns | 62 +++++++++++++++++++++++++++++++++--------------------------
1 file changed, 35 insertions(+), 27 deletions(-)
Index: buildfarm_worker/brasilia.fns
--- buildfarm_worker/brasilia.fns (revision 376)
+++ buildfarm_worker/brasilia.fns (working copy)
@@ -109,33 +109,41 @@
# Olena 0.10a.
-# ACTION_FETCH_OLN_FROM_PRCS
-# --------------------------
-# An additional action to fetch Olena O.10a from beyrouth's PRCS
-# repository.
-#
-# Any tested source tree is normally populated on goa, and fetched from
-# this machine; but the PRCS repository, where Olena 0.10a lies, is not
-# accessible from goa -- but brasilia can! Hence this function,
-# triggered as an action by test_tree() before the boostraping of the
-# source tree.
-action_fetch_oln_from_prcs()
-{
- (
- export PRCS_REPOSITORY=~prcs/repository
- # The --force option is required to run prcs with no terminal.
- prcs checkout --force oln
- )
-}
-
-# FIXME: As the working copy of Olena 0.10a is always empty on
-# goa, we need to always force the build by removing its checksum.
-rm -f build.olena-0.10a.sum
-# FIXME: Augment maintainer/update_unpacked with the ability to fetch
-# copies from the PRCS repository instead of using the dedicated
-# action `fetch_oln_from_prcs'.
-test_tree olena-0.10a \
- fetch_oln_from_prcs bootstrap configure build check install distcheck
+# FIXME: 2006-09-18: Disabled, since it ate too much CPU ressources on
+# brasilia (in fact, Olena 0.10a builds cycles were endless!).
+# So we're back to the manual updates for Olena 0.10a.
+
+
+# # ACTION_FETCH_OLN_FROM_PRCS
+# # --------------------------
+# # An additional action to fetch Olena O.10a from beyrouth's PRCS
+# # repository.
+# #
+# # Any tested source tree is normally populated on goa, and fetched from
+# # this machine; but the PRCS repository, where Olena 0.10a lies, is not
+# # accessible from goa -- but brasilia can! Hence this function,
+# # triggered as an action by test_tree() before the boostraping of the
+# # source tree.
+# action_fetch_oln_from_prcs()
+# {
+# (
+# export PRCS_REPOSITORY=~prcs/repository
+# # The --force option is required to run prcs with no terminal.
+# prcs checkout --force oln
+# )
+# }
+
+# # FIXME: 2006-09-16: As the working copy of Olena 0.10a is always
+# # empty on goa, we need to always force the build by removing its
+# # checksum.
+# rm -f build.olena-0.10a.sum
+# # FIXME: 2006-09-16: Augment maintainer/update_unpacked with the
+# # ability to fetch copies from the PRCS repository instead of using
+# # the dedicated action `fetch_oln_from_prcs'.
+# test_tree olena-0.10a \
+# fetch_oln_from_prcs bootstrap configure build check install distcheck
+
+test_tree olena-0.10a bootstrap configure build check install distcheck
# Olena proto-1.0.