[rtems-buildsys commit] Add Ubuntu lucid, precise, quantal.
Ralf Corsepius
ralf at rtems.org
Thu Dec 13 18:02:19 UTC 2012
Module: rtems-buildsys
Branch: master
Commit: 133a99733e02d6b57fa0cf4e995432858963c1c5
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=133a99733e02d6b57fa0cf4e995432858963c1c5
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Mon Dec 3 05:05:49 2012 +0100
Add Ubuntu lucid, precise, quantal.
---
rtems-reprepro/bin/rtems-deb-insert.in | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/rtems-reprepro/bin/rtems-deb-insert.in b/rtems-reprepro/bin/rtems-deb-insert.in
index 206565d..931df3f 100755
--- a/rtems-reprepro/bin/rtems-deb-insert.in
+++ b/rtems-reprepro/bin/rtems-deb-insert.in
@@ -14,10 +14,14 @@ for deb in $@; do
esac
case $(basename $deb) in
+ *squeeze* ) codename=squeeze; dist=debian;;
+
+ *lucid* ) codename=lucid; dist=ubuntu;;
*maverick* ) codename=maverick; dist=ubuntu;;
*natty* ) codename=natty; dist=ubuntu;;
*oneiric* ) codename=oneiric; dist=ubuntu;;
- *squeeze* ) codename=squeeze; dist=debian;;
+ *precise*) codename=precise; dist=ubuntu;;
+ *quantal*) codename=quantal; dist=ubuntu;;
* ) echo "1: ignoring file $deb"
continue
esac
More information about the vc
mailing list