# HG changeset patch # User Antoine Bodin # Date 1298411311 -3600 # Node ID 166631b3f069614b433e2ea76e7c8ed9ee353713 # Parent c871e97fbb6517a1ae6371e09a8a385a2a71b44a Remove an uneeded 'report step' into linux receipt (tazwok get-src output one itself) diff -r c871e97fbb65 -r 166631b3f069 linux/receipt --- a/linux/receipt Tue Feb 22 22:47:26 2011 +0100 +++ b/linux/receipt Tue Feb 22 22:48:31 2011 +0100 @@ -23,7 +23,6 @@ #done report open-bloc - report step "Installing aufs source" _AUFSVER=`grep ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'` AUFSDIR=$WOK/$PACKAGE/aufs-${_AUFSVER} tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; }