[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wordpress packages for Etch and apt-ftparchive



deb http://www.coker.com.au etch wordpress

I have some wordpress packages for etch with the above APT configuration.  
Please test them out and let me know how they go.

Below is the script I use to generate the Packages and Sources files, it 
basically works for i386 but it's a gross hack.  Where's the best doco on how 
to do this properly?

BASE=dists/etch
for n in selinux wordpress ; do
  cd $WEBROOT
  apt-ftparchive packages $BASE/$n/binary-i386 > $BASE/$n/binary-i386/Packages
  apt-ftparchive sources $BASE/$n/binary-i386 > $BASE/$n/binary-i386/Sources
  gzip -9 < $BASE/$n/binary-i386/Packages > $BASE/$n/binary-i386/Packages.gz
  gzip -9 < $BASE/$n/binary-i386/Sources > $BASE/$n/binary-i386/Sources.gz
done
cd $BASE
apt-ftparchive release . > Release
gpg -a -b Release
mv Release.asc Release.gpg

-- 
russell@coker.com.au
http://etbe.coker.com.au/          My Blog

http://www.coker.com.au/sponsorship.html Sponsoring Free Software development



Reply to: