#!/bin/sh # # Thanks to Roberto Sanchez http://people.connexer.com/~roberto/howtos/debrepository # cd `dirname $0` rm packages*.db apt-ftparchive generate apt-ftparchive.conf apt-ftparchive -c apt-mistral-release.conf release dists/mistral/ >dists/mistral/Release apt-ftparchive -c apt-gregale-release.conf release dists/gregale/ >dists/gregale/Release apt-ftparchive -c apt-bora-release.conf release dists/bora/ >dists/bora/Release apt-ftparchive -c apt-chinook-release.conf release dists/chinook/ >dists/chinook/Release