View Single Post
Stskeeps's Avatar
Posts: 1,671 | Thanked: 11,478 times | Joined on Jun 2008 @ Warsaw, Poland
#69
Originally Posted by qole View Post
Is there any way you can have a standard style repository that contains the packages from the SVN? Being able to "apt-get install" a package is my preferred way to get something, rather than checking it out and using dpkg...
In a situation where you have a chroot with 'svn export http://trac.tspre.org/svn/deblet/tru...-base-packages' in it in /nit-base-packages,

Something like this python script might work.. (run from maemo!):

Code:
import deblet_installer

deblet_installer.setup_chroot("/chroot")
deblet_installer.build_apt_repos_install("/chroot")
/etc/apt/sources.list.d/deblet.list should then contain a reference to /nit-repository that you can use to apt-get the Deblet debs.