[25589] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25107 - trunk/debathena/third/openafs

daemon@ATHENA.MIT.EDU (Liz Denys)
Wed Apr 27 02:42:25 2011

Date: Wed, 27 Apr 2011 02:42:19 -0400
From: Liz Denys <lizdenys@MIT.EDU>
Message-Id: <201104270642.p3R6gJ3N000459@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: lizdenys
Date: 2011-04-27 02:42:19 -0400 (Wed, 27 Apr 2011)
New Revision: 25107

Modified:
   trunk/debathena/third/openafs/debathenify-openafs
Log:
updated openafs debathenificator to no longer create the metapackage if dkms exists

Modified: trunk/debathena/third/openafs/debathenify-openafs
===================================================================
--- trunk/debathena/third/openafs/debathenify-openafs	2011-04-27 05:43:45 UTC (rev 25106)
+++ trunk/debathena/third/openafs/debathenify-openafs	2011-04-27 06:42:19 UTC (rev 25107)
@@ -196,6 +196,13 @@
   exit
 fi
 
+if schq aptitude show openafs-modules-dkms > /dev/null; then
+  # We don't need to build the metapackage if we already have
+  # openafs-modules-dkms
+  echo "*** Skipping metapackage creation as openafs-modules-dkms exists"
+  exit
+fi
+
 # For each upstream metapackage found, if we have an appropriate
 # OpenAFS module, create and/or upload a metapackage tying the OpenAFS
 # module to the current version of the upstream metapackage, if one


home help back first fref pref prev next nref lref last post