canmove, Confirmed users
1,394
edits
No edit summary |
|||
| Line 268: | Line 268: | ||
To build a custom repository, you'll need an Ubuntu system with apt-utils installed. A package builder host will do the trick, but the host's details aren't important. Set up a directory containing the proper packages in the normal apt pool/* format, run | To build a custom repository, you'll need an Ubuntu system with apt-utils installed. A package builder host will do the trick, but the host's details aren't important. Set up a directory containing the proper packages in the normal apt pool/* format, run | ||
<pre> | <pre> | ||
for arch in i386 amd64; do | for arch in i386 amd64; do | ||
for dist in precise trusty; do | for dist in precise trusty; do | ||