public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* PATCH: v4 send-pr --request-id is broken
@ 2001-05-15  7:31 Yngve Svendsen
  2001-05-27  8:43 ` Milan Zamazal
  0 siblings, 1 reply; 2+ messages in thread
From: Yngve Svendsen @ 2001-05-15  7:31 UTC (permalink / raw)
  To: gnats-devel

send-pr --request-id is not working in the current v4 CVS. Instead of the 
intended PR, the default template would be sent. The following patch fixes 
this.

Yngve Svendsen


Index: send-pr.sh
===================================================================
RCS file: /cvs/gnats/gnats/send-pr/send-pr.sh,v
retrieving revision 1.16
diff -u -p -r1.16 send-pr.sh
--- send-pr.sh	2001/04/08 18:28:25	1.16
+++ send-pr.sh	2001/05/15 14:29:29
@@ -432,16 +432,16 @@ fi
  # TEMP is the PR that we are editing.  When we're done, REF will contain
  # the final PR to be sent.

-while [ -z "$REQUEST_ID" ]; do
-  CNT=0
+#
+# Remove comments.
+#
+echo '/^SEND-PR:/d' >> $FIXFIL
+sed -f $FIXFIL $TEMP > $REF

-  #
-  #	Remove comments.
-  #
-  echo '/^SEND-PR:/d' >> $FIXFIL
-  sed -f $FIXFIL $TEMP > $REF
+# REF now has the actual PR that we want to send.

-  # REF now has the actual PR that we want to send.
+while [ -z "$REQUEST_ID" ]; do
+  CNT=0

    #
    # Check that synopsis is not empty.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: v4 send-pr --request-id is broken
  2001-05-15  7:31 PATCH: v4 send-pr --request-id is broken Yngve Svendsen
@ 2001-05-27  8:43 ` Milan Zamazal
  0 siblings, 0 replies; 2+ messages in thread
From: Milan Zamazal @ 2001-05-27  8:43 UTC (permalink / raw)
  To: Yngve Svendsen; +Cc: gnats-devel

>>>>> "YS" == Yngve Svendsen <yngve.svendsen@clustra.com> writes:

    YS> send-pr --request-id is not working in the current v4
    YS> CVS. Instead of the intended PR, the default template would be
    YS> sent. The following patch fixes this.

I don't understand the patch, could you elaborate, please?

    YS> Index: send-pr.sh
    YS> ===================================================================
    YS> RCS file: /cvs/gnats/gnats/send-pr/send-pr.sh,v
    YS> retrieving revision 1.16
    YS> diff -u -p -r1.16 send-pr.sh
    YS> --- send-pr.sh	2001/04/08 18:28:25	1.16
    YS> +++ send-pr.sh	2001/05/15 14:29:29
    YS> @@ -432,16 +432,16 @@ fi
    YS>   # TEMP is the PR that we are editing.  When we're done, REF will contain
    YS>   # the final PR to be sent.

    YS> -while [ -z "$REQUEST_ID" ]; do
    YS> -  CNT=0
    YS> +#
    YS> +# Remove comments.
    YS> +#
    YS> +echo '/^SEND-PR:/d' >> $FIXFIL
    YS> +sed -f $FIXFIL $TEMP > $REF

    YS> -  #
    YS> -  #	Remove comments.
    YS> -  #
    YS> -  echo '/^SEND-PR:/d' >> $FIXFIL
    YS> -  sed -f $FIXFIL $TEMP > $REF
    YS> +# REF now has the actual PR that we want to send.

    YS> -  # REF now has the actual PR that we want to send.
    YS> +while [ -z "$REQUEST_ID" ]; do
    YS> +  CNT=0

    YS>     #
    YS>     # Check that synopsis is not empty.

Regards,

Milan Zamazal

-- 
  _/_\_/_  o     _\_/_\_  o     _/_\_/_  o     _\_/_\_  o    BEWARE!
-<_|_|_|_><--  -<_|_|_|_><--  -<_|_|_|_><--  -<_|_|_|_><--   *Bugs* are
   / \ /   o      \ / \   o      / \ /   o      \ / \   o     approaching!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-27  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-15  7:31 PATCH: v4 send-pr --request-id is broken Yngve Svendsen
2001-05-27  8:43 ` Milan Zamazal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).