Updating link to change in openSUSE:Factory/build-compare revision 66.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=27c1f4fdfdca4a93acea6de1567972c3
This commit is contained in:
parent
79431e7c5c
commit
117818462b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 16 21:00:31 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- fix missing test in shell script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 13:39:21 UTC 2012 - coolo@suse.com
|
Thu Feb 16 13:39:21 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ if test -e $OLDDIR/rpmlint.log -a -e $OTHERDIR/rpmlint.log; then
|
|||||||
SUCCESS=0
|
SUCCESS=0
|
||||||
fi
|
fi
|
||||||
rm $file1 $file2
|
rm $file1 $file2
|
||||||
elif -e $OTHERDIR/rpmlint.log; then
|
elif test -e $OTHERDIR/rpmlint.log; then
|
||||||
echo "rpmlint.log is new"
|
echo "rpmlint.log is new"
|
||||||
SUCCESS=0
|
SUCCESS=0
|
||||||
fi
|
fi
|
||||||
@ -120,7 +120,7 @@ if test -e $OLDDIR/appdata.xml -a -e $OTHERDIR/appdata.xml; then
|
|||||||
diff -u0 $file1 $file2 |head -n 20
|
diff -u0 $file1 $file2 |head -n 20
|
||||||
SUCCESS=0
|
SUCCESS=0
|
||||||
fi
|
fi
|
||||||
elif -e $OTHERDIR/appdata.xml; then
|
elif test -e $OTHERDIR/appdata.xml; then
|
||||||
echo "appdata.xml is new"
|
echo "appdata.xml is new"
|
||||||
SUCCESS=0
|
SUCCESS=0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user