[Rock-dev] Error in System management tutorial: moving to bundles

Martin Zenzes martin.zenzes at dfki.de
Wed Nov 20 15:20:36 CET 2013


On 11/20/2013 02:57 PM, Sylvain Joyeux wrote:
> The problem is that these bootstrap.sh script get updated from project 
> to project, instead of starting "fresh" from the bootstrap.sh script 
> from rock (linked from the installation page)

so based on the current bootstrap-script, the following will work for 
transterra (i will commit it to the SVN, as soon as compiling finished)

{{{
diff a05ea84e6cccf505554268f954bc259d30c15b99\:bootstrap.sh bootstrap2.sh
3c3,4
< CONF_REPO=rock/buildconf.git
---
 > #CONF_REPO=gitorious.org/rock/buildconf.git
 > CONF_REPO=spacegit.dfki.uni-bremen.de/transterra/buildconf.git
55c56
<     $RUBY autoproj_bootstrap $@ git 
http://git.gitorious.org/$CONF_REPO push_to=git at gitorious.org:$CONF_REPO 
branch=master
---
 >     $RUBY autoproj_bootstrap $@ git http://$CONF_REPO 
push_to=git@$CONF_REPO branch=master
57c58
<     $RUBY autoproj_bootstrap $@ git git://gitorious.org/$CONF_REPO 
push_to=git at gitorious.org:$CONF_REPO branch=master
---
 >     $RUBY autoproj_bootstrap $@ git git://$CONF_REPO 
push_to=git@$CONF_REPO branch=master
}}}

> The problem is that these bootstrap.sh script get updated from project 
> to project, instead of starting "fresh" from the bootstrap.sh script 
> from rock (linked from the installation page)
shouldn't the bootstrap-script be as lightweight and simple as possible, 
to allow exactly this? the current bootstrap-script has hardcoded checks 
for ruby1.9.1 for example...

-- 
   M.Sc. Martin Zenzes
   Space Robotics

  Hauptgeschäftsstelle Standort Bremen:
  DFKI GmbH
  Robotics Innovation Center
  Robert-Hooke-Straße 5
  28359 Bremen, Germany

   Phone: +49 (0) 421 178 45 - 6658
   Fax:   +49 (0) 421 178 45 - 4150
   E-Mail: martin.zenzes at dfki.de

  Weitere Informationen: http://www.dfki.de/robotik
  -----------------------------------------------------------------------
  Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
  Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
  Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
  (Vorsitzender) Dr. Walter Olthoff
  Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
  Amtsgericht Kaiserslautern, HRB 2313
  Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
  USt-Id.Nr.:    DE 148646973
  Steuernummer:  19/673/0060/3
  -----------------------------------------------------------------------



More information about the Rock-dev mailing list