| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '/pkgmetadata/maintainer[substring(email,
string-length(email) - string-length("@gentoo.org") + 1)
!= "@gentoo.org"]' \
-t attr -n proxied -v yes {} +
Signed-off-by: Michał Górny <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="[email protected]"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <[email protected]>
|
|
|
|
|
|
|
|
|
|
| |
Courtesy of David Racine from the bassdr overlay
(https://github.com/bassdr/gentoo-local-overlay).
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Ferenc Erki <[email protected]>
Closes: https://github.com/gentoo/gentoo/pull/10529
Signed-off-by: Joonas Niilola <[email protected]>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/499298
Signed-off-by: Michał Górny <[email protected]>
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/8073
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <[email protected]>
|
| |
|
|
|
|
|
| |
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <[email protected]>
|
|
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson < |