#!/bin/sh
apt-ftparchive generate apt-ftparchive.conf

#apt-ftparchive -c apt-release.conf release dists/three > dists/three/Release
#rm -f dists/three/Release.gpg
#gpg -abs -o dists/three/Release.gpg dists/three/Release

#apt-ftparchive -c apt-threesix-release.conf release dists/threesix > dists/threesix/Release
#rm -f dists/threesix/Release.gpg
#gpg -abs -o dists/threesix/Release.gpg dists/threesix/Release

#apt-ftparchive -c apt-threeseven-release.conf release dists/threeseven > dists/threeseven/Release
#rm -f dists/threeseven/Release.gpg
#gpg -abs -o dists/threeseven/Release.gpg dists/threeseven/Release

#apt-ftparchive -c apt-fourzero-release.conf release dists/fourzero > dists/fourzero/Release
#rm -f dists/fourzero/Release.gpg
#gpg -abs -o dists/fourzero/Release.gpg dists/fourzero/Release

#apt-ftparchive -c apt-fourone-release.conf release dists/fourone > dists/fourone/Release
#rm -f dists/fourone/Release.gpg
#gpg -abs -o dists/fourone/Release.gpg dists/fourone/Release

#apt-ftparchive -c apt-fourtwo-release.conf release dists/fourtwo > dists/fourtwo/Release
#rm -f dists/fourtwo/Release.gpg
#gpg -abs -o dists/fourtwo/Release.gpg dists/fourtwo/Release

apt-ftparchive -c apt-fivezero-release.conf release dists/fivezero > dists/fivezero/Release
rm -f dists/fivezero/Release.gpg
gpg -abs -o dists/fivezero/Release.gpg dists/fivezero/Release


#apt-ftparchive -c apt-fiveone-release.conf release dists/fiveone > dists/fiveone/Release
#rm -f dists/fiveone/Release.gpg
#gpg -abs -o dists/fiveone/Release.gpg dists/fiveone/Release


apt-ftparchive -c apt-sixzero-release.conf release dists/sixzero > dists/sixzero/Release
rm -f dists/sixzero/Release.gpg
gpg -abs -o dists/sixzero/Release.gpg dists/sixzero/Release


apt-ftparchive -c apt-sixone-release.conf release dists/sixone > dists/sixone/Release
rm -f dists/sixone/Release.gpg
gpg -abs -o dists/sixone/Release.gpg dists/sixone/Release

apt-ftparchive -c apt-sixtwo-release.conf release dists/sixtwo > dists/sixtwo/Release
rm -f dists/sixtwo/Release.gpg
gpg -abs -o dists/sixtwo/Release.gpg dists/sixtwo/Release

apt-ftparchive -c apt-sixtwo-php-7.1-release.conf release dists/sixtwo-php-7.1 > dists/sixtwo-php-7.1/Release
rm -f dists/sixtwo-php-7.1/Release.gpg
gpg -abs -o dists/sixtwo-php-7.1/Release.gpg dists/sixtwo-php-7.1/Release
