]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- dropped debug stuff
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 28 Mar 2005 23:39:20 +0000 (23:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.311

builder.sh

index 152eebfbc586039f1b08c2c79b11989c4e730bd9..7a5ed54eb4567a0f50d922649da4f14a8c4ead42 100644 (file)
@@ -515,13 +515,11 @@ src_md5 ()
        if [ X"$md5" = X"" ] ; then
                source_md5=`grep -i "#[         ]*Source$no-md5[        ]*:" $SPECFILE | sed -e 's/.*://'`
                if [ ! -z "$source_md5" ] ; then
-                        echo "nie mam source$no-md5" >> /tmp/blog2
                         echo $source_md5;
                else
                         # we have empty SourceX-md5, but it is still possible
                         # that we have NoSourceX-md5 AND NoSource: X
                         nosource_md5=`grep -i "#[       ]*NoSource$no-md5[      ]*:" $SPECFILE | sed -e 's/.*://'`
-                        echo "nosource-d5  $nosource_md5" >> /tmp/blog2
                         if [ ! -z "$nosource_md5" -a ! X"`grep -i "^NoSource:[  ]*$no$" $SPECFILE`" = X"" ] ; then
                                  echo $nosource_md5;
                         fi;
This page took 0.041893 seconds and 4 git commands to generate.