Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79355 by Juuso Alasuutari for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79355 by Juuso Alasuutari for review
  • Date: Mon, 15 May 2006 14:10:02 +0100 (BST)

Change 79355 by juuso_alasuutari@juuso_alasuutari-kamayuq on 2006/05/15
14:05:57

Removed obsolete fix from PRE_BUILD, fixed kernel version check
in test

Affected files ...

... //sgl/grimoires/test/disk/udev/DEPENDS#10 integrate
... //sgl/grimoires/test/disk/udev/HISTORY#71 integrate
... //sgl/grimoires/test/disk/udev/PRE_BUILD#7 integrate

Differences ...

==== //sgl/grimoires/test/disk/udev/DEPENDS#10 (xtext) ====

@@ -1,7 +1,8 @@
depends gnupg &&
depends smgl-fhs &&

-local KVER=`installed_version linux |cut -c-6` &&
+. $GRIMOIRE/FUNCTIONS
+local KVER=$(get_kernel_version |cut -c-6) &&

if [[ "$KVER" < "2.6.13" ]]; then
depends hotplug

==== //sgl/grimoires/test/disk/udev/HISTORY#71 (text) ====

@@ -1,5 +1,11 @@
+2006-05-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * PRE_BUILD: Removed fix for typo in alsa rules file, was fixed
+ upstream
+ * DEPENDS: Replaced "installed_version linux" with
+ "get_kernel_version", fixes conditional for custom kernels
+
2006-05-15 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS; Updated to 092
+ * DETAILS: Updated to 092

2006-05-12 Juuso Alasuutari <iuso AT sourcemage.org>
* rules/50-default.rules: Fixed invalid KERNEL fields

==== //sgl/grimoires/test/disk/udev/PRE_BUILD#7 (xtext) ====

@@ -2,9 +2,6 @@
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch &&

-# Correct typo in alsa rules file
-sedit "s/^0$//" etc/udev/suse/40-alsa.rules
-
if [[ "$UDEV_STATIC" == 'y' ]]; then
message "${MESSAGE_COLOR}Setting up static build
directory...${DEFAULT_COLOR}" &&
mkdir __static__ &&



  • [SM-Commit] PERFORCE change 79355 by Juuso Alasuutari for review, Perforce Review Daemon, 05/15/2006

Archive powered by MHonArc 2.6.24.

Top of Page