Fw: Re: Implementing a personalized repository

2013-01-04 Thread Lázaro
Hi, my to cents. I run this script: lazaro@utopian:~$ cat /usr/local/bin/cache2repo.sh #!/bin/sh # clean the floor before aptitude autoclean # full copy all to the custom repo mkdir -p /usr/local/var/repo/ cp -uv /var/cache/apt/archives/*.deb /usr/local/var/repo/ # remake the Packages.gz cd

Re: Fw: Re: Implementing a personalized repository

2013-01-04 Thread Lázaro
Thread name: Fw: Re: Implementing a personalized repository Mail number: 1 Date: Thu, Jan 03, 2013 In reply to: Lázaro Hi, my to cents. I run this script: lazaro@utopian:~$ cat /usr/local/bin/cache2repo.sh #!/bin/sh # clean the floor before aptitude autoclean # full copy all