Re: Re: where to report successful builds WAS [Re: [gentoo-alpha] Alpha port status]
Aron Griffis <[email protected]>
| Newsgroups | gmane.linux.gentoo.alpha |
|---|---|
| Message-ID | <20030810212522.GA23681@time> |
Per Krogh Nielsen wrote: [Fri Aug 08 2003, 01:24:40PM EDT]
> >http://gentoo-stable.iq-computing.de/
> >This is a site where you report successful builds. problem with builds and
> >a lot more. check it out.
Please don't use that site. Instead, just make a list of the ebuilds
that need additional KEYWORDS, and create a bug with the list.
You can do the following to figure out what ebuilds need ~alpha. There
are other ways, but this is just the formula I use.
emerge epm
export ACCEPT_KEYWORDS='~alpha'
epm -qGa | while read p; do
emerge -Op =$p &>/dev/null || echo $p
done
Similarly, you can use ACCEPT_KEYWORDS='-~alpha' to figure out
candidates for marking stable on alpha.
Aron
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/NrhCDxcWWTdf66ERAmXGAKCnRib2sYWoIlroGgwkh0UuU3fpUgCfVKju vW7jUfNygrLJ0iFOJiamKqk= =36hL -----END PGP SIGNATURE-----