[ANN] Autoproj v1.10 has been released

Backward-incompatible changes
-----------------
Homebrew is now the default package manager on OSX. Set
AUTOPROJ_MACOSX_PACKAGE_MANAGER to 'macos-port to revert using
MacPorts.

New supported Ruby versions and OSes:
----------------
New ruby versions: added support for Ruby 2.0 and 2.1
New OSes: OpenSUSE (tested on 13.1), Fedora (tested on 20), Arch (tested on
a
arch installation from 2014.01). MacOSX HomeBrew (thanks Alex !).
Gems will be rebuilt (not reinstalled) on rebuild

New Functionality
--------------------------
autoproj test can now run the package's tests. By default, it runs 'make
test' for cmake
packages and 'rake test' for ruby packages.
autoproj update --local allows to update after an autoproj status without
re-accessing the
network
autoproj cache can create / update a cache repository to reduce network
load on
repeated bootstraps. Archives and gits are currently cached. To use,
create and update
a cache with
autoproj cache /path/to/cache
and use it by setting AUTOPROJ_CACHE_DIR to /path/to/cache

autoproj snapshot has seen quite a bit of bugfixes.

Bugfixes
-------------
autoproj now behaves on Debian-based systems in which some package names
are
not UTF-8 (should not exist, but has been known to happen)

[ANN] Autoproj v1.10 has been released

On Tue, Jun 24, 2014 at 9:54 PM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...> wrote:
> Backward-incompatible changes
> -----------------
> Homebrew is now the default package manager on OSX. Set
> AUTOPROJ_MACOSX_PACKAGE_MANAGER to 'macos-port to revert using
> MacPorts.
>
> New supported Ruby versions and OSes:
> ----------------
> New ruby versions: added support for Ruby 2.0 and 2.1
> New OSes: OpenSUSE (tested on 13.1), Fedora (tested on 20), Arch (tested
> on a
> arch installation from 2014.01). MacOSX HomeBrew (thanks Alex !).
> Gems will be rebuilt (not reinstalled) on rebuild
>
> New Functionality
> --------------------------
> autoproj test can now run the package's tests. By default, it runs 'make
> test' for cmake
> packages and 'rake test' for ruby packages.
> autoproj update --local allows to update after an autoproj status without
> re-accessing the
> network
> autoproj cache can create / update a cache repository to reduce network
> load on
> repeated bootstraps. Archives and gits are currently cached. To use,
> create and update
> a cache with
> autoproj cache /path/to/cache
> and use it by setting AUTOPROJ_CACHE_DIR to /path/to/cache
>
> autoproj snapshot has seen quite a bit of bugfixes.
>
> Bugfixes
> -------------
> autoproj now behaves on Debian-based systems in which some package names
> are
> not UTF-8 (should not exist, but has been known to happen)

Will this fix also be ported to the autoproj_bootstrap script hosted
on rock-robotics.org ?

Peter

[ANN] Autoproj v1.10 has been released

Hey. Sorry, I thought I replied to you on github.

The autoproj_bootstrap script update depends on the build server, to which
I have no access. I'll ping someone at DFKI. In the meantime, you can
download the script there:
https://gist.github.com/doudou/65726d99a0198776f3c4

Sylvain

2014-06-25 9:41 GMT+02:00 Peter Soetens <peter [..] ...>:

> On Tue, Jun 24, 2014 at 9:54 PM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
> wrote:
> > Backward-incompatible changes
> > -----------------
> > Homebrew is now the default package manager on OSX. Set
> > AUTOPROJ_MACOSX_PACKAGE_MANAGER to 'macos-port to revert using
> > MacPorts.
> >
> > New supported Ruby versions and OSes:
> > ----------------
> > New ruby versions: added support for Ruby 2.0 and 2.1
> > New OSes: OpenSUSE (tested on 13.1), Fedora (tested on 20), Arch
> (tested
> > on a
> > arch installation from 2014.01). MacOSX HomeBrew (thanks Alex !).
> > Gems will be rebuilt (not reinstalled) on rebuild
> >
> > New Functionality
> > --------------------------
> > autoproj test can now run the package's tests. By default, it runs
> 'make
> > test' for cmake
> > packages and 'rake test' for ruby packages.
> > autoproj update --local allows to update after an autoproj status
> without
> > re-accessing the
> > network
> > autoproj cache can create / update a cache repository to reduce network
> > load on
> > repeated bootstraps. Archives and gits are currently cached. To use,
> > create and update
> > a cache with
> > autoproj cache /path/to/cache
> > and use it by setting AUTOPROJ_CACHE_DIR to /path/to/cache
> >
> > autoproj snapshot has seen quite a bit of bugfixes.
> >
> > Bugfixes
> > -------------
> > autoproj now behaves on Debian-based systems in which some package
> names
> > are
> > not UTF-8 (should not exist, but has been known to happen)
>
> Will this fix also be ported to the autoproj_bootstrap script hosted
> on rock-robotics.org ?
>
> Peter
>

[ANN] Autoproj v1.10 has been released

On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...> wrote:
> Hey. Sorry, I thought I replied to you on github.
>
> The autoproj_bootstrap script update depends on the build server, to which I
> have no access. I'll ping someone at DFKI. In the meantime, you can download
> the script there: https://gist.github.com/doudou/65726d99a0198776f3c4

This version does not contain the fix I need. Still get the same error...

Peter

[ANN] Autoproj v1.10 has been released

Damn. I thought it did but it indeed does not. I'll update when I am home.

Sylvain
On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
wrote:
> Hey. Sorry, I thought I replied to you on github.
>
> The autoproj_bootstrap script update depends on the build server, to
which I
> have no access. I'll ping someone at DFKI. In the meantime, you can
download
> the script there: https://gist.github.com/doudou/65726d99a0198776f3c4

This version does not contain the fix I need. Still get the same error...

Peter

[ANN] Autoproj v1.10 has been released

Updated script:
https://gist.github.com/doudou/65726d99a0198776f3c4

It contains the fix, which I tested against a made-up status file that
contained non-utf8 characters. If you still have problems with it, can you
send me your /var/lib/dpkg/status file ?

Sylvain

2014-06-27 19:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:

> Damn. I thought it did but it indeed does not. I'll update when I am home.
>
> Sylvain
> On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
> wrote:
> > Hey. Sorry, I thought I replied to you on github.
> >
> > The autoproj_bootstrap script update depends on the build server, to
> which I
> > have no access. I'll ping someone at DFKI. In the meantime, you can
> download
> > the script there: https://gist.github.com/doudou/65726d99a0198776f3c4
>
> This version does not contain the fix I need. Still get the same error...
>
> Peter
>

[ANN] Autoproj v1.10 has been released

Actually, it got updated to rock-robotics.org ... :P

Sylvain

2014-06-29 22:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:

> Updated script:
> https://gist.github.com/doudou/65726d99a0198776f3c4
>
> It contains the fix, which I tested against a made-up status file that
> contained non-utf8 characters. If you still have problems with it, can you
> send me your /var/lib/dpkg/status file ?
>
> Sylvain
>
>
> 2014-06-27 19:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
>
> Damn. I thought it did but it indeed does not. I'll update when I am home.
>>
>> Sylvain
>> On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
>> wrote:
>> > Hey. Sorry, I thought I replied to you on github.
>> >
>> > The autoproj_bootstrap script update depends on the build server, to
>> which I
>> > have no access. I'll ping someone at DFKI. In the meantime, you can
>> download
>> > the script there: https://gist.github.com/doudou/65726d99a0198776f3c4
>>
>> This version does not contain the fix I need. Still get the same error...
>>
>> Peter
>>
>
>

[ANN] Autoproj v1.10 has been released

On Sun, Jun 29, 2014 at 10:01 PM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...> wrote:
> Actually, it got updated to rock-robotics.org ... :P

Hmm. I can confirm that the gist version contains the update, but the
version I get from rock-robotics.org doesn't.

Peter

>
> Sylvain
>
>
> 2014-06-29 22:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
>
>> Updated script:
>> https://gist.github.com/doudou/65726d99a0198776f3c4
>>
>> It contains the fix, which I tested against a made-up status file that
>> contained non-utf8 characters. If you still have problems with it, can you
>> send me your /var/lib/dpkg/status file ?
>>
>> Sylvain
>>
>>
>> 2014-06-27 19:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
>>
>>> Damn. I thought it did but it indeed does not. I'll update when I am
>>> home.
>>>
>>> Sylvain
>>>
>>> On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
>>> wrote:
>>> > Hey. Sorry, I thought I replied to you on github.
>>> >
>>> > The autoproj_bootstrap script update depends on the build server, to
>>> > which I
>>> > have no access. I'll ping someone at DFKI. In the meantime, you can
>>> > download
>>> > the script there: https://gist.github.com/doudou/65726d99a0198776f3c4
>>>
>>> This version does not contain the fix I need. Still get the same error...
>>>
>>> Peter
>>
>>
>

[ANN] Autoproj v1.10 has been released

Given the situation, I have decided to change the way we publish the new
autoproj_bootstrap scripts. The latest stable autoproj_bootstrap script
will always be available in the 'stable' branch of autoproj's github
repository. URL:

https://raw.githubusercontent.com/rock-core/autoproj/stable/bin/autoproj...

Not as easy to remember, but at least it is easy to update. So, great for
bootstrap scripts.

Sylvain

2014-06-30 18:43 GMT+02:00 Peter Soetens <peter [..] ...>:

> On Sun, Jun 29, 2014 at 10:01 PM, Sylvain Joyeux <sylvain [dot] joyeux [..] ...>
> wrote:
> > Actually, it got updated to rock-robotics.org ... :P
>
> Hmm. I can confirm that the gist version contains the update, but the
> version I get from rock-robotics.org doesn't.
>
> Peter
>
> >
> > Sylvain
> >
> >
> > 2014-06-29 22:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> >
> >> Updated script:
> >> https://gist.github.com/doudou/65726d99a0198776f3c4
> >>
> >> It contains the fix, which I tested against a made-up status file that
> >> contained non-utf8 characters. If you still have problems with it, can
> you
> >> send me your /var/lib/dpkg/status file ?
> >>
> >> Sylvain
> >>
> >>
> >> 2014-06-27 19:00 GMT+02:00 Sylvain Joyeux <sylvain [dot] joyeux [..] ...>:
> >>
> >>> Damn. I thought it did but it indeed does not. I'll update when I am
> >>> home.
> >>>
> >>> Sylvain
> >>>
> >>> On Wed, Jun 25, 2014 at 10:00 AM, Sylvain Joyeux <
> sylvain [dot] joyeux [..] ...>
> >>> wrote:
> >>> > Hey. Sorry, I thought I replied to you on github.
> >>> >
> >>> > The autoproj_bootstrap script update depends on the build server, to
> >>> > which I
> >>> > have no access. I'll ping someone at DFKI. In the meantime, you can
> >>> > download
> >>> > the script there:
> https://gist.github.com/doudou/65726d99a0198776f3c4
> >>>
> >>> This version does not contain the fix I need. Still get the same
> error...
> >>>
> >>> Peter
> >>
> >>
> >
>