Loading Makefile.deriv +5 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,11 @@ ifeq ($(notdir $(CURDIR)), Ordissimo) sed -i '/WARNING: unable to download sha1 file, ignoring: Forbidden .*non-free/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: unable to download sha1 file, ignoring: 403: .*non-free/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: finished processing source package .*: sha1 missing for dsc file/s/WARNING/INFO/' $@.tmp endif ifeq ($(notdir $(CURDIR)), ProgressLinux) sed -i '/WARNING: unable to download sha1 file, ignoring: Forbidden .*restricted/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: unable to download sha1 file, ignoring: 403: .*restricted/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: finished processing source package .*: sha1 missing for dsc file/s/WARNING/INFO/' $@.tmp endif -grep -EC5 '^(WARNING|ERROR): ' $@.tmp > $@.tmp.tmp mv --force $@.tmp.tmp $@.tmp Loading Loading
Makefile.deriv +5 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,11 @@ ifeq ($(notdir $(CURDIR)), Ordissimo) sed -i '/WARNING: unable to download sha1 file, ignoring: Forbidden .*non-free/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: unable to download sha1 file, ignoring: 403: .*non-free/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: finished processing source package .*: sha1 missing for dsc file/s/WARNING/INFO/' $@.tmp endif ifeq ($(notdir $(CURDIR)), ProgressLinux) sed -i '/WARNING: unable to download sha1 file, ignoring: Forbidden .*restricted/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: unable to download sha1 file, ignoring: 403: .*restricted/s/WARNING/INFO/' $@.tmp sed -i '/WARNING: finished processing source package .*: sha1 missing for dsc file/s/WARNING/INFO/' $@.tmp endif -grep -EC5 '^(WARNING|ERROR): ' $@.tmp > $@.tmp.tmp mv --force $@.tmp.tmp $@.tmp Loading