X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildd_script;h=6ca42eb6787537f5e9893531205a884e07ad6c9c;hb=dcce90e77c92202b5fadca48de6fd1cefc41ff79;hp=c56bb2a3af2c8f1bb28b591e4fe9bbab93e24e97;hpb=3bcc39e42c677e755d8609f49aecb966708b5846;p=bin.git 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