[maemo-developers] where might this old version be coming from

From: Marius Vollmer marius.vollmer at nokia.com
Date: Thu Oct 2 16:32:46 EEST 2008
Eero Tamminen <eero.tamminen at nokia.com> writes:

> [...]
> This would allow testing package installation from a "repository"
> with AM (to verify that AM handles dependencies OK, package is in
> correct category, icon shows etc) without involving the extras(-devel).
>
> I think this could be a part of the SDK.  Marius, any comments
> on the feasibility of this (AM support etc)?

Entirely feasible.  I use this script:

#! /bin/sh

apt-ftparchive packages . >Packages
gzip -c Packages >Packages.gz
rsync --delete -v -essh -r . marius at foo.com:/var/www/adhoc/

More information about the maemo-developers mailing list