X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;h=b549dc616c014892180f3bd1d25b679707a1c1db;hp=e704dcc79dbc3eb10987865ad2144d5751f0e674;hb=0ae74b438d50f79317965e366cbd6919d4910f9a;hpb=9c46568249885085b710f76f00a56a12f5ee61c9 diff --git a/Makefile b/Makefile index e704dcc..b549dc6 100644 --- a/Makefile +++ b/Makefile @@ -368,7 +368,7 @@ dist: compile echo -e "\n\n\n*** DONE ******************************************" propose-patch: - @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://darcs.ibex.org/ibex/ + @darcs push --and-apply --edit-description -o .darcspatch -T patches@xwt.org http://core.ibex.org/ @(echo "To: patches@xwt.org";\ SUB=`grep -A10000 New.patches .darcspatch | grep '^\\[' | cut -b 2- | tr \\\n , | sed s_,_,\ _g | sed "s_, *\\$$__"`;\ echo "Subject: $$SUB";\ @@ -376,3 +376,5 @@ propose-patch: cat .darcspatch) | /usr/sbin/sendmail -bm -f $(USER)@xwt.org patches@xwt.org; @rm .darcspatch +commit: propose-patch + darcs push --and-apply xwt@xwt.org:/var/www/org/ibex/core/