ubuntu: Ignore packages in packagelist.in which are missing.
authorRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 10:04:30 +0000 (11:04 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 20 May 2010 16:37:16 +0000 (17:37 +0100)
commit4312988e0e3acc1f641b70072141916d03623570
tree82b1a7cef0d93a24ecd0c7365d2b186e268ad997
parent2954491e73d8da7a57eeded2037ae98d1055b3c6
ubuntu: Ignore packages in packagelist.in which are missing.

For distros using 'yum', packages which cannot be found are just
ignored.  This allows us to include for example 'e4fsprogs' on the
list even though that only exists on RHEL 5.

However for Debian-derived distros, missing packages would cause
apt to fail.  This was particularly a problem when building Ubuntu
since it doesn't have as complete a list of packages, and the list
changed a lot between releases.

This commit adds a check first for missing packages, ignoring those
and thus acting more like 'yum'.
appliance/debian/modules/y0_install-guestfsd