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