Roland Levillain <roland(a)lrde.epita.fr> writes:
> Hello,
>
> Voici deux propositions de patches pour Vcs et RubyEx qui permettent
> d'indiquer le jeu de caractères et l'encodage choisi pour poster des
> mail avec Vcs. Les deux sont par faits rapport à Vcs 0.5 beta 10
En fait, ça ne semble pas avoir résolu le problème de Tsuna avec
slrn. Je regarderai à nouveau un peu plus tard.
C'est vraiment très chiant que vcs fasse des up sans arrêt, il nous
fait perdre un temps pas possible :
~/lectures/lrde-admin-perms % vcs-svn ci nostromo 11:02
vcs: info: Updating your working copy...
Fetching external item into 'memos/2006-09-option-csi/share'
External at revision 1532.
Fetching external item into 'prestations/2006-05-cliris-pre-study/share'
External at revision 1308.
Fetching external item into 'presentations/2006-03-andrew-appel/share'
External at revision 1540.
Fetching external item into 'presentations/2006-09-emc-captiva/share'
External at revision 1538.
Fetching external item into 'presentations/2005-11-conseil-scientifique/share'
External at revision 1041.
Fetching external item into 'presentations/2006-11-conseil-scientifique/share'
External at revision 1690.
Fetching external item into 'presentations/2005-03-siemens/share'
External at revision 1047.
Fetching external item into 'presentations/2006-05-conseil-scientifique/share'
External at revision 1532.
Fetching external item into 'presentations/template/share'
External at revision 1674.
Fetching external item into 'presentations/2006-01-urbi-ensta/share'
External at revision 1244.
Fetching external item into 'memos/2006-06-statut-enseignant-chercheur/share'
External at revision 1452.
Fetching external item into 'bilan/2005/share'
External at revision 1271.
Fetching external item into 'presentations/2006-02-emc-captiva/share'
External at revision 1251.
Fetching external item into 'bilan/2006/share'
External at revision 1679.
Fetching external item into 'presentations/2006-09-siemens/share'
External at revision 1553.
At revision 261.
vcs: info: Creating a new `,form' file...
vcs: info: Creating a new `,log' file...
vcs: info: Creating a new `,message' file...
vcs: info: ,log already exists
gnuclient: Connection refused
gnuclient: unable to connect to local
vcs: error: command: gnuclient ,form
vcs: error: exit: 1
vcs: info: ,form: Contains your complete form (title, subject, ChangeLog entry, diff)
vcs: info: ,log: Contains your Log entry
vcs: error: command failed
Ce serait cool s'il ne faisait un up que du ChangeLog par exemple.
On 2007-02-23, Nicolas Pouillard <nicolas.pouillard(a)gmail.com> wrote:
> On 2/23/07, Akim Demaille <akim(a)lrde.epita.fr> wrote:
>>
>> Je ne sais pas comment fonctionne svn-wrapper, mais vcs, quand je lui
>> donne une liste d'ignore, vue sa vitesse on dirait qu'il édite les
>> svn:ignore pour chaque fichier, au lieu de grouper en un changement
>> par répertoire.
>>
>> C'est *très* lent.
>
> C'est maintenant groupé dans la 0.5_beta13
> (http://gallium.inria.fr/~pouillar/archives/vcs-0.5_beta13.tar.bz2).
>
> Dans cette version il aussi un support pour les "pinned" externals:
>
> svn pin --help
> svn pinall ---help
>
Ca fait quoi au juste?
--
SIGOURE Benoit aka Tsuna (SUSv3 compliant)
_____ "On a long enough timeline, the survival rate
/EPITA\ Promo 2008.CSI/ACU/YAKA for everyone drops to zero" -- Jack.
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* buildfarm_worker/istanbul.fns: Tell autoreconf 1.10 where other
M4 macros live.
istanbul.fns | 6 ++++++
1 file changed, 6 insertions(+)
Index: buildfarm_worker/istanbul.fns
--- buildfarm_worker/istanbul.fns (revision 426)
+++ buildfarm_worker/istanbul.fns (working copy)
@@ -5,6 +5,12 @@
# Add some programs from /lrde/dev to the PATH.
path_prepend autoconf-2.61 automake-1.10 bison-2.3
+# Tell autoreconf 1.10 where other M4 macros live.
+export ACLOCAL='aclocal -I /usr/share/aclocal/'
+
+# The ccache dir is located in the /work file system. As ~/.zshenv is
+# not sourced by the build script, this environment variable is
+# defined here.
export CCACHE_DIR="/work/build/var/ccache"
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Adjust paths to tools.
* buildfarm_worker/brasilia.fns: Fix ICC settings.
Don't use Automake 1.10 from /lrde/dev/ (provided by Debian Sid).
* buildfarm_worker/caracas.fns (host_type): Set to linux-x86/etch.
Fix ICC settings.
Use Autoconf 2.61 from /lrde/dev/.
Don't use Bison 2.3 from /lrde/dev/ (provided by Debian Etch).
* buildfarm_worker/houston.fns (host_type): Set to linux-x86/etch.
Use Autoconf 2.61 from /lrde/dev/.
* buildfarm_worker/marvejols.fns (host_type): Set to
linux-x86/etch.
Use Autoconf 2.61 from /lrde/dev/.
Don't use Bison 2.3 from /lrde/dev/ (provided by Debian Etch).
* buildfarm_worker/istanbul.fns (host_type): Set to
linux-sparc64/sarge.
Use Autoconf 2.61 and Automake 1.10 from /lrde/dev/.
brasilia.fns | 9 ++-------
caracas.fns | 6 +++---
houston.fns | 5 +++--
istanbul.fns | 4 ++--
marvejols.fns | 4 ++--
5 files changed, 12 insertions(+), 16 deletions(-)
Index: buildfarm_worker/caracas.fns
--- buildfarm_worker/caracas.fns (revision 424)
+++ buildfarm_worker/caracas.fns (working copy)
@@ -3,13 +3,13 @@
# Used to build Tiger (and Vaucanson).
-host_type=linux-x86/sarge
+host_type=linux-x86/etch
# Add ICC (from /lrde/dev) to the PATH.
-/lrde/dev/linux-x86/intel/icc9.1/bin/iccvars.sh
+source /lrde/dev/linux-x86/intel/icc9.1/bin/iccvars.sh
# Add some programs from /lrde/dev to the PATH.
-path_prepend autoconf-2.60 automake-1.10 bison-2.3
+path_prepend autoconf-2.61 automake-1.10
# Tell autoreconf 1.10 where other M4 macros live.
export ACLOCAL='aclocal -I /usr/share/aclocal/'
Index: buildfarm_worker/houston.fns
--- buildfarm_worker/houston.fns (revision 424)
+++ buildfarm_worker/houston.fns (working copy)
@@ -3,15 +3,16 @@
# Used to compile Vaucanson.
-host_type=linux-x86/sarge
+host_type=linux-x86/etch
# Get init_icc_vars's definition.
source tools.fns
# Add ICC (from /lrde/dev) to the PATH.
source /lrde/dev/linux-x86/intel/icc9.1/bin/iccvars.sh
+
# Add some programs from /lrde/dev to the PATH.
-path_prepend autoconf-2.60 automake-1.10
+path_prepend autoconf-2.61 automake-1.10
# Tell autoreconf 1.10 where other M4 macros live.
export ACLOCAL='aclocal -I /usr/share/aclocal/'
Index: buildfarm_worker/marvejols.fns
--- buildfarm_worker/marvejols.fns (revision 424)
+++ buildfarm_worker/marvejols.fns (working copy)
@@ -1,11 +1,11 @@
# marvejols. -*- shell-script -*-
-host_type=linux-x86/sarge
+host_type=linux-x86/etch
# Nix settings.
. /nix/etc/profile.d/nix.sh
# Add some programs from /lrde/dev to the PATH.
-path_prepend autoconf-2.60 bison-2.3
+path_prepend autoconf-2.61 automake-1.10
# The ccache dir is located in the /work file system on. As
# ~/.zshenv is not sourced by the build script, this environment
Index: buildfarm_worker/istanbul.fns
--- buildfarm_worker/istanbul.fns (revision 424)
+++ buildfarm_worker/istanbul.fns (working copy)
@@ -1,9 +1,9 @@
# istanbul. -*- shell-script -*-
-host_type=linux-sparc64
+host_type=linux-sparc64/sarge
# Add some programs from /lrde/dev to the PATH.
-path_prepend autoconf-2.60 bison-2.3
+path_prepend autoconf-2.61 automake-1.10 bison-2.3
export CCACHE_DIR="/work/build/var/ccache"
Index: buildfarm_worker/brasilia.fns
--- buildfarm_worker/brasilia.fns (revision 424)
+++ buildfarm_worker/brasilia.fns (working copy)
@@ -8,13 +8,8 @@
# Get init_icc_vars's definition.
source tools.fns
-# Add ICC (from /lrde/dev) to the PATH...
-/lrde/dev/linux-x86/intel/icc9.1/bin/iccvars.sh
-
-# ... as Automake 1.10 (not yet in Sid).
-path_prepend automake-1.10
-# Tell autoreconf 1.10 where other M4 macros live.
-export ACLOCAL='aclocal -I /usr/share/aclocal/'
+# Add ICC (from /lrde/dev) to the PATH.
+source /lrde/dev/linux-x86/intel/icc9.1/bin/iccvars.sh
# The ccache dir is located in the /work file system. As ~/.zshenv is
# not sourced by the build script, this environment variable is