From: Don Armstrong Date: Thu, 23 Feb 2012 04:25:35 +0000 (+0000) Subject: * update buildd script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2d217844edfe1d855b7dfe380ef94038050c0ff;p=bin.git * update buildd script --- diff --git a/buildd_script b/buildd_script index c56bb2a..6ca42eb 100755 --- a/buildd_script +++ b/buildd_script @@ -1,9 +1,6 @@ #!/bin/sh # Stolen and modified from http://wiki.debian.org/Buildd/BuildLogs - - -TMPDIR=$(mktemp -d) -egrep -v '^Fcc:' "$1" | sed -e '8,/\.changes\:$/d' -e '/^\*/,$d' > "${TMPDIR}"/changes -cat "${TMPDIR}"/changes > "$1" -rm -f "${TMPDIR}"/changes -rmdir "${TMPDIR}" \ No newline at end of file +#echo "$1" > ~/orig.txt +#cat "$1" >> ~/orig.txt +egrep -v '^Fcc:' "$1" | sed -e '1,/\.changes\:$/d' -e '/^\┌/,$d' |sponge "$1" +#cat "$1" > ~/orig_mod.txt \ No newline at end of file