25 February 2009
Local repository maintenance (openSUSE/Ubuntu)
In Ubuntu:
cd /location/of/repo
sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
then configure
/etc/apt/sources.list.d/local.list:
deb file:/location/of/repo/ /
or
/etc/apt/sources.list.d/local.list:
deb http://myserver/location/of/repo/ /
• • •