Roundup Tracker - Issues

Message5823

Author rouilj
Recipients ber, richard, rouilj, tonimueller
Date 2016-07-10.23:22:26
Message-id <1468192946.83.0.488684887654.issue2550651@psf.upfronthosting.co.za>
In-reply-to
Probably too late to make any difference, but
another possibility occurred to me.

Rather than using:


  curl -fsIo/dev/null http://bugs.example.net/status$N

how about creating a template that is empty. Touch
tracker/html/issue.empty.html then use:

 curl -fsIo/dev/null 
'http://localhost:9017/demo/issue10400?@template=empty'; echo $?
22

curl -fsIo/dev/null 
'http://localhost:9017/demo/issue1?@template=empty'; echo $?
0

where issue1 exists and the other one doesn't.

This is probably as close as you can get at the moment. It does go into
the template code, but does very little work.

Alternatively you could use the xmlrpc interface.
History
Date User Action Args
2016-07-10 23:22:26rouiljsetmessageid: <1468192946.83.0.488684887654.issue2550651@psf.upfronthosting.co.za>
2016-07-10 23:22:26rouiljsetrecipients: + rouilj, richard, ber, tonimueller
2016-07-10 23:22:26rouiljlinkissue2550651 messages
2016-07-10 23:22:26rouiljcreate