[rtems-buildsys commit] Cleanup distros.
Ralf Corsepius
ralf at rtems.org
Thu Dec 13 18:02:19 UTC 2012
Module: rtems-buildsys
Branch: master
Commit: d88a7e70efe330acbedaa468c2eec797aa28f80c
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=d88a7e70efe330acbedaa468c2eec797aa28f80c
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Tue Dec 4 07:17:04 2012 +0100
Cleanup distros.
---
rtems-sbuild/Makefile.am | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/rtems-sbuild/Makefile.am b/rtems-sbuild/Makefile.am
index 3486143..209e772 100644
--- a/rtems-sbuild/Makefile.am
+++ b/rtems-sbuild/Makefile.am
@@ -4,14 +4,38 @@ CLEANFILES =
schrootconfdir = ${sysconfdir}/schroot
schrootchroot_ddir = ${schrootconfdir}/chroot.d
-dist_schrootchroot_d_DATA = etc/schroot/chroot.d/maverick-amd64-sbuild
+dist_schrootchroot_d_DATA =
+
+# Debian stable
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-i386-sbuild
+
+
+# Ubuntu
+
+# 10.04 LTS - EOL 2013-04
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/lucid-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/lucid-i386-sbuild
+
+# 10.10 - EOL 2012-04-10
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/maverick-amd64-sbuild
dist_schrootchroot_d_DATA += etc/schroot/chroot.d/maverick-i386-sbuild
+
+# 11.04 - EOL 2012-10-28
dist_schrootchroot_d_DATA += etc/schroot/chroot.d/natty-amd64-sbuild
dist_schrootchroot_d_DATA += etc/schroot/chroot.d/natty-i386-sbuild
+
+# 11.10 - EOL 2013-04
dist_schrootchroot_d_DATA += etc/schroot/chroot.d/oneiric-amd64-sbuild
dist_schrootchroot_d_DATA += etc/schroot/chroot.d/oneiric-i386-sbuild
-dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-amd64-sbuild
-dist_schrootchroot_d_DATA += etc/schroot/chroot.d/squeeze-i386-sbuild
+
+# 12.04 LTS - EOL 2017-04
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/precise-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/precise-i386-sbuild
+
+# 12.10 - EOL 2014-04
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/quantal-amd64-sbuild
+dist_schrootchroot_d_DATA += etc/schroot/chroot.d/quantal-i386-sbuild
schrootsetup_ddir = ${schrootconfdir}/setup.d
dist_schrootsetup_d_SCRIPTS = etc/schroot/setup.d/80distro
More information about the vc
mailing list