[17:56] paultag: congrats!!!! [17:57] gilbert: :D [17:57] gilbert: just made my first upload (which fixes a RC bug or I'd wait for my maintainer) [17:57] that went pretty quickly :) [17:57] paultag: You got it?? [17:57] Awesome! [17:57] gilbert: yeah man, it was a snap, I was shocked [17:57] Unit193: :D [17:57] paultag: nice [17:58] gilbert: our git repo's update script won't let me delete a branch [17:58] which sucks because that's how I work on unstable stuff [17:58] and now that it's merged in master, I don't need it :) [17:59] paultag: couldn't you just delete it manually? git branch -d i think [17:59] gilbert: yeah that works great for the local [17:59] gilbert: but since you can't push a delete you do `git push origin :branch' [17:59] and the update hook on the remote is stopping me [17:59] so I'm ssh'd in editing the hook [17:59] oh, i see [17:59] bam, nice [18:00] all set [18:00] a little config magic and we're set [18:00] nice :) [18:00] that's pretty awesome that the dm process was so painless for you [18:00] gilbert: yeah, I was *shocked* [18:01] mine wasn't bad either, i just had a wait of like 3 weeks or so [18:01] gilbert: yeah, I think I timed it right [18:01] my "litter" of DMs was fairly large [18:01] and it pushed up 4 days after my bug, which was nice [18:01] gilbert: and I wrote this while I was waiting - http://pault.ag:8080/index.html <- :) [18:03] cool! [18:03] it auto-updates live :) [18:04] Nice [18:05] hyperlinks would be cool if someone wanted more detail on an individual message, but thats probably already in your plan ;) [18:05] gilbert: sure is :) [18:06] gilbert: right now it does some ugly email scraping, so I'm going to snag the message ID and roll the URL against gmame with the ID lookup [18:06] (since gmail IDs will barf on lists.debian - I opened a bug) [18:06] erm, I got someone to open a bug, rather [18:06] I just complained [18:08] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641451 [18:08] (note the example URLs :) ) [18:10] hehe, your rfs [18:11] what is the numeric string on each entry? [18:13] gilbert: for what? My message ID ? [18:13] the issue is that gmail uses "+" and "=" at will [18:13] which causes the webserver to barf [18:14] i meant the number on each entry in your changes monitor [18:14] gilbert: oh, sorry - POSIX time of the message [18:14] ah [18:14] gilbert: that was so I could see if it's actually working [18:14] gilbert: it's super super alpha [19:41] paultag: it was pretty nice seeing the bug i just submitted show up in your changes tracker...very interesting [19:52] gilbert: :) [19:52] gilbert: I'll see if I can turn it into something useful [19:52] gilbert: it was just an itch I had to scratch