https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix the previous patch.
* buildfarm_worker/brasilia.fns (action_fetch_oln_from_prcs):
Pass the --force option to prcs.
brasilia.fns | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: buildfarm_worker/brasilia.fns
--- buildfarm_worker/brasilia.fns (revision 373)
+++ buildfarm_worker/brasilia.fns (working copy)
@@ -120,7 +120,8 @@
{
(
export PRCS_REPOSITORY=~prcs/repository
- prcs checkout oln
+ # The --force option is required to run prcs with no terminal.
+ prcs checkout --force oln
)
}
@@ -128,7 +129,8 @@
# 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
+test_tree olena-0.10a \
+ fetch_oln_from_prcs bootstrap configure build check install distcheck
# Olena proto-1.0.
test_olena_tree olena-proto-1.0 g++-3.4