Thursday 21 August 2014

creating local repo

I need to create a local repo of some packages, this is for a custom
project I am working on.

I do the following:

* download the deb packages & dependencies to /usr/local/apt/archives/
* create a directory /usr/local/apt/archives/partial
* cd to /usr/local/apt/archives/
* dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
* /usr/local/apt/archives/Packages.gz now exists.
* add /etc/apt/sources.list.d/localrepo.list
* file:/usr/local/apt/archives/ ./
* apt-get update --fix-missing

but when I apt get install any of the packages from the local repo, it
still looks in archive.ubuntu.com and downloads from there rather than
using my local repo. I also tried adding 'file:/usr/local/apt/archives/
./' to sources.list instead and I have the same behavior.

Am I missing something?

Thanks
--
=======================
Manoj Iyer
Ubuntu/Canonical
Hyperscale Server Team
=======================

--
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel