Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Theo Chatzimichos
very good idea. It could also be expanded with a reason variable for
example, in case auto-stable-request is set to false, with values
reason=beta or reason=buggy


Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Tobias Scherbaum
Thilo Bangert wrote:
   Now what do people think about extending metadata.xml so that you
   could have these
   bugs filed automatically when there are no open bugs? Something like
   a auto-stable-request enabled=true/
   element with the DTD setting the default as true and you could just
   use a auto-stable-request / shorthand.
 
 good idea.

+1

 
  I'm all for it. It would need to take version restrictions -- for
  example, I may be willing to have xorg-server 1.5.x go stable but not
  1.4.x.
 
 perhaps auto-stable should be the default (not needing the tag), only 
 allowing things to be masked from it.

I'm not sure if it's really useful to have this as a default - for
example i keep nagios-3 packages intentionally ~arch for now. Tagging
them as not ready for stabilization yet would introduce something
between ~arch masked and package.mask - i don't think that's worth the
effort.

From both a maintainers and arch-developers view: I'd like to see
automatically generated stable requests, but I'd leave it up to the
maintainer/herd/team to add architectures after a quick review (also if
there's a auto-stable-request tag set in metadata!).

  Tobias


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Petteri Räty
Tobias Scherbaum wrote:
 Thilo Bangert wrote:
 Now what do people think about extending metadata.xml so that you
 could have these
 bugs filed automatically when there are no open bugs? Something like
 a auto-stable-request enabled=true/
 element with the DTD setting the default as true and you could just
 use a auto-stable-request / shorthand.
 good idea.
 
 +1
 
 I'm all for it. It would need to take version restrictions -- for
 example, I may be willing to have xorg-server 1.5.x go stable but not
 1.4.x.
 perhaps auto-stable should be the default (not needing the tag), only 
 allowing things to be masked from it.
 
 I'm not sure if it's really useful to have this as a default - for
 example i keep nagios-3 packages intentionally ~arch for now. Tagging
 them as not ready for stabilization yet would introduce something
 between ~arch masked and package.mask - i don't think that's worth the
 effort.
 
 From both a maintainers and arch-developers view: I'd like to see
 automatically generated stable requests, but I'd leave it up to the
 maintainer/herd/team to add architectures after a quick review (also if
 there's a auto-stable-request tag set in metadata!).
 
   Tobias

So we would have auto-stable-request add-arches=false / with it
defaulting to true.

Regards,
Petteri



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Petteri Räty
Thilo Bangert wrote:
 Donnie Berkholz dberkh...@gentoo.org said:
 On 05:10 Sun 14 Dec , Petteri Räty wrote:
 I added support for filing stable requests directly from my stable
 candidate RSS feed.
 For those that don't read planet Gentoo the feed can be found here:
 http://gentoo.petteriraty.eu/stable.rss

 Now what do people think about extending metadata.xml so that you
 could have these
 bugs filed automatically when there are no open bugs? Something like
 a auto-stable-request enabled=true/
 element with the DTD setting the default as true and you could just
 use a auto-stable-request / shorthand.
 
 good idea.
 
 I'm all for it. It would need to take version restrictions -- for
 example, I may be willing to have xorg-server 1.5.x go stable but not
 1.4.x.
 
 perhaps auto-stable should be the default (not needing the tag), only 
 allowing things to be masked from it.
 

Well we have lots of clusters of packages that go stable in one sweep
like KDE and GNOME. We can't have this on by default for them as it
would file a bug for each package. We could however add the tag to
skel.metadata.xml at least.

Regards,
Petteri



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Peter Volkov
В Вск, 14/12/2008 в 05:10 +0200, Petteri Räty пишет:
 Now what do people think about extending metadata.xml so that you could
 have these bugs filed automatically when there are no open bugs? 

Is it possible to specify delay when stabilization bug should be opened?
Some packages I want to go stable ASAP (I know... one month), but some I
would like to be go into stable after somewhat longer delay, e.g. for
major version bumps.

-- 
Peter.




Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Tiziano Müller
Am Sonntag, den 14.12.2008, 18:33 +0300 schrieb Peter Volkov:
 В Вск, 14/12/2008 в 05:10 +0200, Petteri Räty пишет:
  Now what do people think about extending metadata.xml so that you could
  have these bugs filed automatically when there are no open bugs? 
 
 Is it possible to specify delay when stabilization bug should be opened?
 Some packages I want to go stable ASAP (I know... one month), but some I
 would like to be go into stable after somewhat longer delay, e.g. for
 major version bumps.

++

And I really want a way to mask certain package versions (like for
packages like rsyslog where 3.20.x is stable branch, 3.21.x is beta and
4.x is development)

Something like
  auto-stable-request enabled=true pver==3.20* /

Cheers,
Tiziano

-- 
---
Tiziano Müller
Gentoo Linux Developer
Areas of responsibility:
  Samba, PostgreSQL, CPP, Python, sysadmin
E-Mail : dev-z...@gentoo.org
GnuPG FP   : F327 283A E769 2E36 18D5  4DE2 1B05 6A63 AE9C 1E30


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-dev] Automatic filing of stable requests

2008-12-14 Thread Petteri Räty
Tiziano Müller wrote:
 Am Sonntag, den 14.12.2008, 18:33 +0300 schrieb Peter Volkov:
 В Вск, 14/12/2008 в 05:10 +0200, Petteri Räty пишет:
 Now what do people think about extending metadata.xml so that you could
 have these bugs filed automatically when there are no open bugs? 
 Is it possible to specify delay when stabilization bug should be opened?
 Some packages I want to go stable ASAP (I know... one month), but some I
 would like to be go into stable after somewhat longer delay, e.g. for
 major version bumps.
 
 ++
 
 And I really want a way to mask certain package versions (like for
 packages like rsyslog where 3.20.x is stable branch, 3.21.x is beta and
 4.x is development)
 
 Something like
   auto-stable-request enabled=true pver==3.20* /
 
 Cheers,
 Tiziano
 

There is already the restrict attribute on most other elements so we can
just use that one.

Regards,
Petteri



signature.asc
Description: OpenPGP digital signature


[gentoo-dev] Re: Proposal for flag-o-matic.eclass (append-ldflags)

2008-12-14 Thread Jeremy Olexa
On Mon, Dec 8, 2008 at 10:33 AM, Jeremy Olexa darks...@gentoo.org wrote:
 Hello,
 I am seeking a positive code review on the following change to
 flag-o-matic.eclass, diff is below (reasons are below that):

Er, cancel that. The proposed patch isn't robust enough to catch
something like append-ldflags -Wl,--bad-flag As such, we will leave
it local to Gentoo Prefix until we can come up with a better idea.

Thanks,
Jeremy



[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2008-12-14 23h59 UTC

2008-12-14 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2008-12-14 23h59 UTC.

Removals:
dev-perl/tagged 2008-12-08 10:08:00 tove
sys-auth/pam_sha512 2008-12-10 11:46:06 flameeyes
dev-db/rekall   2008-12-11 01:02:20 ssuominen
dev-libs/DirectFB-extra 2008-12-11 09:27:59 ssuominen
media-video/fenice  2008-12-12 11:41:54 ssuominen
media-video/nemesi  2008-12-12 11:41:54 ssuominen
net-dialup/bewan-adsl   2008-12-13 13:54:40 mrness
net-dialup/eagle-usb2008-12-13 13:56:37 mrness
media-libs/mediastreamer2008-12-14 05:25:47 ssuominen
net-voip/linphone   2008-12-14 05:26:45 ssuominen
dev-libs/aterm  2008-12-14 22:55:27 darkside
dev-libs/sdf2-bundle2008-12-14 22:56:14 darkside
dev-lang/stratego   2008-12-14 22:57:11 darkside
net-misc/xf4vnc 2008-12-14 23:00:50 darkside
media-radio/tucnak1 2008-12-14 23:14:47 darkside
media-radio/tucnak1-data2008-12-14 23:15:26 darkside
media-radio/ssbd2008-12-14 23:15:55 darkside

Additions:
dev-perl/DateTime-Format-Builder2008-12-09 08:53:14 robbat2
dev-perl/DateTime-Format-ISO86012008-12-09 08:53:25 robbat2
dev-perl/DateTime-Format-Strptime   2008-12-09 08:53:37 robbat2
dev-perl/Text-CSV   2008-12-09 08:54:40 robbat2
dev-libs/libmaa 2008-12-09 13:57:12 pva
media-video/guvcview2008-12-09 20:34:16 ssuominen
net-misc/pytvshows  2008-12-11 02:03:04 darkside
dev-python/pupynere 2008-12-11 18:55:51 bicatali
dev-python/pyalsa   2008-12-12 03:57:13 beandog
dev-perl/Lirc-Client2008-12-12 04:19:42 beandog
media-tv/ivtvplayer 2008-12-12 04:44:22 beandog
games-arcade/opentyrian 2008-12-12 14:22:46 chainsaw
virtual/monodoc 2008-12-14 14:09:54 loki_val

--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : robb...@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Removed Packages:
dev-perl/tagged,removed,tove,2008-12-08 10:08:00
sys-auth/pam_sha512,removed,flameeyes,2008-12-10 11:46:06
dev-db/rekall,removed,ssuominen,2008-12-11 01:02:20
dev-libs/DirectFB-extra,removed,ssuominen,2008-12-11 09:27:59
media-video/fenice,removed,ssuominen,2008-12-12 11:41:54
media-video/nemesi,removed,ssuominen,2008-12-12 11:41:54
net-dialup/bewan-adsl,removed,mrness,2008-12-13 13:54:40
net-dialup/eagle-usb,removed,mrness,2008-12-13 13:56:37
media-libs/mediastreamer,removed,ssuominen,2008-12-14 05:25:47
net-voip/linphone,removed,ssuominen,2008-12-14 05:26:45
dev-libs/aterm,removed,darkside,2008-12-14 22:55:27
dev-libs/sdf2-bundle,removed,darkside,2008-12-14 22:56:14
dev-lang/stratego,removed,darkside,2008-12-14 22:57:11
net-misc/xf4vnc,removed,darkside,2008-12-14 23:00:50
media-radio/tucnak1,removed,darkside,2008-12-14 23:14:47
media-radio/tucnak1-data,removed,darkside,2008-12-14 23:15:26
media-radio/ssbd,removed,darkside,2008-12-14 23:15:55
Added Packages:
dev-perl/DateTime-Format-Builder,added,robbat2,2008-12-09 08:53:14
dev-perl/DateTime-Format-ISO8601,added,robbat2,2008-12-09 08:53:25
dev-perl/DateTime-Format-Strptime,added,robbat2,2008-12-09 08:53:37
dev-perl/Text-CSV,added,robbat2,2008-12-09 08:54:40
dev-libs/libmaa,added,pva,2008-12-09 13:57:12
media-video/guvcview,added,ssuominen,2008-12-09 20:34:16
net-misc/pytvshows,added,darkside,2008-12-11 02:03:04
dev-python/pupynere,added,bicatali,2008-12-11 18:55:51
dev-python/pyalsa,added,beandog,2008-12-12 03:57:13
dev-perl/Lirc-Client,added,beandog,2008-12-12 04:19:42
media-tv/ivtvplayer,added,beandog,2008-12-12 04:44:22
games-arcade/opentyrian,added,chainsaw,2008-12-12 14:22:46
virtual/monodoc,added,loki_val,2008-12-14 14:09:54

Done.