]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Disable Ubuntu 11.04 Natty Narwhal builds.
authorDarik Horn <dajhorn@vanadac.com>
Mon, 29 Oct 2012 02:49:28 +0000 (21:49 -0500)
committerDarik Horn <dajhorn@vanadac.com>
Mon, 29 Oct 2012 02:49:28 +0000 (21:49 -0500)
Distro support for Natty ended October 28th 2012:

  https://lists.ubuntu.com/archives/ubuntu-announce/2012-October/000165.html

debian/debuild-ppa.sh

index 632f1814f299dafd03c9cf765b93ae6a99ebe159..7b335a3f18809f8e9acd2cbee8f2ed113bcb5740 100755 (executable)
@@ -5,7 +5,7 @@
 
 PPA_USER=${PPA_USER:-$(whoami)}
 PPA_NAME='spl'
-PPA_DISTRIBUTION_LIST='lucid natty oneiric precise quantal'
+PPA_DISTRIBUTION_LIST='lucid oneiric precise quantal'
 PPA_GENCHANGES='-sa'
 
 if [ ! -d debian/ ]