Saturday 22 October 2011

My own debian repository

I've created my own debian repository.
I'll put only auteur and openmolar related packages into this, and currently I just have the latest stable in there.

I'm using repropro to add packages and handle signing, and think it is wonderful in it's simplicity.

to add this to a debian based distro do the following.

~$ sudo su
~# echo "deb http://openmolar.com/repos/apt/debian squeeze main" >> /etc/apt/sources.list
~# wget -O - http://www.openmolar.com/rowinggolfer.gpg.key| apt-key add -
~# apt-get update

1 comment:

Steve B - Guitarman4 said...

This is so cool, I wish I made my own software so I could run a debian repo too! :) Nice job.