Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2012-02-16 22:00:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and      /work/SRC/openSUSE:Factory/.build-compare.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "build-compare", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes      
2012-02-16 16:11:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2012-02-16 22:00:44.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 16 21:00:31 UTC 2012 - [email protected]
+
+- fix missing test in shell script
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ same-build-result.sh ++++++
--- /var/tmp/diff_new_pack.J2udJC/_old  2012-02-16 22:00:46.000000000 +0100
+++ /var/tmp/diff_new_pack.J2udJC/_new  2012-02-16 22:00:46.000000000 +0100
@@ -106,7 +106,7 @@
     SUCCESS=0
   fi
   rm $file1 $file2
-elif -e $OTHERDIR/rpmlint.log; then
+elif test -e $OTHERDIR/rpmlint.log; then
   echo "rpmlint.log is new"
   SUCCESS=0
 fi
@@ -120,7 +120,7 @@
     diff -u0 $file1 $file2 |head -n 20
     SUCCESS=0
   fi
-elif -e $OTHERDIR/appdata.xml; then
+elif test -e $OTHERDIR/appdata.xml; then
   echo "appdata.xml is new"
   SUCCESS=0
 fi

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to