On Friday, January 07, 2011 14:28:55 Michał Górny wrote:
> On Fri, 7 Jan 2011 12:57:07 -0500 Mike Frysinger wrote:
> > On Friday, January 07, 2011 06:24:33 Michał Górny wrote:
> > > On Thu, 6 Jan 2011 16:28:29 -0500 Mike Frysinger wrote:
> > > > On Thu, Jan 6, 2011 at 4:15 PM, Michał Górny wrote:
>
On Fri, 7 Jan 2011 12:57:07 -0500
Mike Frysinger wrote:
> On Friday, January 07, 2011 06:24:33 Michał Górny wrote:
> > On Thu, 6 Jan 2011 16:28:29 -0500 Mike Frysinger wrote:
> > > On Thu, Jan 6, 2011 at 4:15 PM, Michał Górny wrote:
> > > > That's all what I can think of now. I'm open to suggesti
On Friday, January 07, 2011 06:43:30 justin wrote:
> > local cc=$(arch_emails ${ebuild} | sed -r -e 's:([^ ]*-[^
>
> could you please post the arch_emails function?
arch_emails() {
local ret
if [[ $@ == *.ebuild* ]] ; then
local e keys
for e in
On Friday, January 07, 2011 06:24:33 Michał Górny wrote:
> On Thu, 6 Jan 2011 16:28:29 -0500 Mike Frysinger wrote:
> > On Thu, Jan 6, 2011 at 4:15 PM, Michał Górny wrote:
> > > That's all what I can think of now. I'm open to suggestions and
> > > feature requests, and I'd be happy to improve sunris
> local cc=$(arch_emails ${ebuild} | sed -r -e 's:([^ ]*-[^
Hi Mike,
could you please post the arch_emails function?
thanks justin
signature.asc
Description: OpenPGP digital signature
On Thu, 6 Jan 2011 16:28:29 -0500
Mike Frysinger wrote:
> On Thu, Jan 6, 2011 at 4:15 PM, Michał Górny wrote:
> > That's all what I can think of now. I'm open to suggestions and
> > feature requests, and I'd be happy to improve sunrise-commit to
> > meet Gentoo developer needs.
>
> stable bug fi
On Thu, Jan 6, 2011 at 4:15 PM, Michał Górny wrote:
> That's all what I can think of now. I'm open to suggestions and feature
> requests, and I'd be happy to improve sunrise-commit to meet Gentoo
> developer needs.
stable bug filing
this is the hack i use:
submit_bug_stable() {
local msg="doi
Hello,
For quite a long time, Sunrise overlay users were using
sunrise-commit script to commit their ebuilds to Sunrise. That
script can still be found in app-portage/overlay-utils [1] but it is
pretty old and limited, and not really useful outside Sunrise.
Some time ago I started working on an i