[Mintegration-commits] r28 - queue-manager/trunk
feri at garage.maemo.org
feri at garage.maemo.org
Wed Feb 14 05:29:04 EET 2007
Author: feri
Date: 2007-02-14 05:29:04 +0200 (Wed, 14 Feb 2007)
New Revision: 28
Modified:
queue-manager/trunk/queue-manager-lib
Log:
adding install file generation for gregale extras
Modified: queue-manager/trunk/queue-manager-lib
===================================================================
--- queue-manager/trunk/queue-manager-lib 2007-02-09 14:47:14 UTC (rev 27)
+++ queue-manager/trunk/queue-manager-lib 2007-02-14 03:29:04 UTC (rev 28)
@@ -11,7 +11,10 @@
2.1)
echo scirocco
;;
- 3.1)
+ 2.2)
+ echo gregale
+ ;;
+ 3.0)
echo bora
;;
*)
@@ -1253,7 +1256,7 @@
PACKAGE=`dpkg-deb -f "$FILE" Package`
if [ ! -f "$INSTALL_DIR/$PACKAGE.install" ]; then
case "$RELEASE" in
- "mistral" | "scirocco")
+ "mistral" | "scirocco" | "gregale")
cat > $INSTALL_DIR/$PACKAGE.install << EOF
[install]
repo_name = $REPONAME
@@ -1268,6 +1271,15 @@
repo_deb_3 = $DEBLINE
package = $PACKAGE
EOF
+ ;;
+ "all")
+ cat > $INSTALL_DIR/$PACKAGE.install << EOF
+[install]
+repo_name = $REPONAME
+repo_deb = $DEBLINE
+repo_deb_3 = $DEBLINE
+package = $PACKAGE
+EOF
;;
esac
else
More information about the Mintegration-commits
mailing list