#!/bin/bash
mv lucid/gtm-*.amd64.deb .
reprepro includedeb lucid lucid/*
mv lucid/astronaut-common*.deb .
reprepro includedeb karmic lucid/*
reprepro includedeb karmic karmic/*
reprepro includedeb maverick lucid/*
reprepro includedeb maverick karmic/*
reprepro includedeb natty lucid/*
reprepro includedeb natty karmic/*

#reprepro includedeb maverick lucid/*
#reprepro includedeb maverick karmic/*
mv astronaut-common*.deb lucid

mv gtm-*.amd64.deb lucid
reprepro -A amd64 includedeb lucid lucid/gtm-*.amd64.deb
reprepro -A amd64 includedeb karmic lucid/gtm-*.amd64.deb
reprepro -A amd64 includedeb maverick lucid/gtm-*.amd64.deb
reprepro -A amd64 includedeb natty lucid/gtm-*.amd64.deb

chown -R apache:apache *


