README added in https://github.com/rock-core/autoproj/pull/131.
Sylvain On Wed, May 31, 2017 at 3:36 PM, Sylvain Joyeux <[email protected]> wrote: > Dropped functionality: >> - 'amake -n <package>' > > What was the `-n` for ? > > Sylvain > > On Wed, May 31, 2017 at 1:16 PM, Thomas Roehr <[email protected]> wrote: >> Hey Sylvain, >> >> I briefly dealt now with autoproj v2 and therefore just a brief wrapup >> what I found and parts of it should be mentioned in History.txt or >> Changelog: >> >> Changes: >> - configuration is now in <workspace>/.autoproj, e.g. >> .autoproj/config.yml formerly in autoproj/config.yml >> - .gems/ is obsolete since bundler is in use now (and default is >> ~/.autoproj/gems/) (regarding Gemfile see question below) >> >> Dropped functionality: >> - 'amake -n <package>' >> "autoproj: wrong package selection on command line, cannot find a >> match for -n" >> >> >> Open questions for me: >> >> 1. in order to install (manually) a gem into a workspace -- add the gem >> to .autoproj/Gemfile or .autoproj/Gemfile.lock and then bundle install? >> >> 2. is there a good way of manually installing autoproj -- without using >> the bootstrap script, e.g., something comparably to (with autoproj v1) >> >> export GEM_HOME=$PWD/.gems >> gem install autoproj >> .gems/bin/autoproj envsh >> >> 3. what is the redirection good for? >> BUNDLE_GEMFILE=<dev>/install/gems/Gemfile >> install/gems/Gemfile.lock --> .autoproj/Gemfile.lock >> install/gems/Gemfile.lock --> .autoproj/Gemfile.lock >> >> Best >> Thomas >> >> -- >> Thomas Röhr (M.Sc.) >> Space Robotics >> >> Besuchsadresse der Nebengeschäftstelle: >> DFKI GmbH >> Robotics Innovation Center >> Robert-Hooke-Straße 5 >> 28359 Bremen, Germany >> >> Postadresse der Hauptgeschäftsstelle Standort Bremen: >> DFKI GmbH >> Robotics Innovation Center >> Robert-Hooke-Straße 1 >> 28359 Bremen, Germany >> >> Tel.: +49 421 178 45-4151 >> Zentrale: +49 421 178 45-0 >> Fax: +49 421 178 45-4150 (Faxe bitte namentlich kennzeichnen) >> E-Mail: [email protected] >> >> 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 >> ----------------------------------------------------------------------- _______________________________________________ Rock-dev mailing list [email protected] http://www.dfki.de/mailman/cgi-bin/listinfo/rock-dev
