| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Done via:
find -name metadata.xml -exec xml ed -P -L \
-a '//maintainer[email="proxy-maint@gentoo.org"]' \
-t attr -n proxied -v proxy {} +
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/696414
Changes are:
- v1.0.1: this release has some bugfixes
- keyword ~x86 added: tested and works fine
- EAPI 7: which required no other changes
- packages was up for grabs: added myself as proxy maintainer
Signed-off-by: Jahannes Willem Fernhout <hfern@fernhout.info>
Closes: https://github.com/gentoo/gentoo/pull/15961
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/632980
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
| |
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Package-Manager: portage-2.2.28
|
|
envchain allows to save credentials or any secret values in a secure vault, via
libsecret/gnome-keyring for Linux, in order to avoid writing credentials to a
flat file.
Gentoo-Bug: https://bugs.gentoo.org/585634
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1654
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|