From: adam Date: Sun, 8 Feb 2004 20:50:53 +0000 (+0000) Subject: more propose-patch fixups X-Git-Tag: RC3~72 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=bda828d7a70ea0f2051a609b8194c2315a5b7105;hp=66473aa8bda96ca9109f2e8657a61e922c8d837f more propose-patch fixups darcs-hash:20040208205053-5007d-756c5e7a656b4481031d1d51654c33a0941fb509.gz --- diff --git a/Makefile b/Makefile index 2273a80..5f0b4db 100644 --- a/Makefile +++ b/Makefile @@ -258,5 +258,9 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - darcs push -s -A $(USER)@xwt.org -T patches@xwt.org + @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ + @(echo "To: patches@xwt.org";\ + echo "Subject: "`grep -A2 \"New patches\" .darcspatch | tail -n 1 | cut -b 2-`;\ + cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org + @rm .darcspatch