Bug#356689: updated script

2008-12-03 Thread James Vega
Not sure if there's still interest in this, but I noticed the following bits could be cleaned up by using the BTS' SOAP interface (exposed through devscripts' bts command). On Sat, Apr 01, 2006 at 06:23:02PM -0500, Justin Pryzby wrote: > if [ -z "$DEBEMAIL" ]; then > echo "DEBEMAIL is unset;

Bug#356689: updated script

2006-03-31 Thread Julian Gilbey
On Thu, Mar 23, 2006 at 03:15:10PM -0500, Justin Pryzby wrote: > Here's an updated copy of the tool, which should be runnable now > without copying it; the dehs stuff might be in flux, though.. > > Justin Anyone got an idea for a better name than dev-best-practice, since it seems like something w

Bug#356689: updated script

2006-04-01 Thread Justin Pryzby
On Fri, Mar 31, 2006 at 06:58:24PM +0100, Julian Gilbey wrote: > On Thu, Mar 23, 2006 at 03:15:10PM -0500, Justin Pryzby wrote: > > Here's an updated copy of the tool, which should be runnable now > > without copying it; the dehs stuff might be in flux, though.. > > Anyone got an idea for a better

Bug#356689: updated script

2006-04-02 Thread Julian Gilbey
On Sat, Apr 01, 2006 at 06:23:02PM -0500, Justin Pryzby wrote: > On Fri, Mar 31, 2006 at 06:58:24PM +0100, Julian Gilbey wrote: > > On Thu, Mar 23, 2006 at 03:15:10PM -0500, Justin Pryzby wrote: > > > Here's an updated copy of the tool, which should be runnable now > > > without copying it; the deh

Bug#356689: updated script

2006-04-04 Thread Justin Pryzby
On Sun, Apr 02, 2006 at 11:08:27AM +0100, Julian Gilbey wrote: > > > BTW, I have an additional way of avoiding the "killing the BTS at > > > 02:00 local time": just change the heading to say: > > > > > > # Best-practice information for Debian developers > > > # intended to be run periodically as a

Bug#356689: updated script

2006-04-05 Thread Julian Gilbey
On Tue, Apr 04, 2006 at 10:20:34PM -0400, Justin Pryzby wrote: > On Sun, Apr 02, 2006 at 11:08:27AM +0100, Julian Gilbey wrote: > > > > BTW, I have an additional way of avoiding the "killing the BTS at > > > > 02:00 local time": just change the heading to say: > > > > > > > > # Best-practice infor

Bug#356689: updated script

2006-03-23 Thread Justin Pryzby
Here's an updated copy of the tool, which should be runnable now without copying it; the dehs stuff might be in flux, though.. Justin #! /bin/bash # dev-best-practice # Best-practice information for Debian developers; # intended to be run periodically as a cronjob; # weekly: # 0 2 * * 0 /usr/sha

Bug#356689: updated script

2006-03-23 Thread Christoph Berg
Re: Justin Pryzby 2006-03-23 <[EMAIL PROTECTED]> > #! /bin/bash > random_delay () > { > test -n "$DEBUG" && return; > delay=`dd if=/dev/urandom bs=1 count=1 2>/dev/null |hexdump -e '"%d"'`; > sleep "${delay}m"; > } sleep $((RANDOM % 3600)) Christoph -- [EMAIL PROTECTED] | http

Bug#356689: updated script

2006-03-23 Thread martin f krafft
also sprach Christoph Berg <[EMAIL PROTECTED]> [2006.03.23.2155 +0100]: > sleep $((RANDOM % 3600)) sleep $((1 + (3600 * RANDOM / 32768))) ) see rand(3) But yeah, that's nitpicking. :) -- Please do not send copies of list mail to me; I read the list! .''`. martin f. krafft <[EMAIL PROTECT

Bug#356689: updated script

2006-04-11 Thread Justin Pryzby
Here's a diff to (I think) the previous version I sent. The BTS change gets rid of closed bugs. --- /tmp/dev-checker2006-04-12 01:10:26.0 -0400 +++ /usr/bin/dev-checker2006-04-07 10:54:52.0 -0400 @@ -3,7 +3,7 @@ # Best-practice information for Debian developers; # in

Bug#356689: updated script

2006-04-12 Thread Justin Pryzby
On Wed, Apr 12, 2006 at 01:13:09AM -0400, pryzbyj wrote: > Here's a diff to (I think) the previous version I sent. The BTS > change gets rid of closed bugs. And the DEHS part is working afaict as of last night! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troub