summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | 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>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | 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>
* dev-util/packer: bump version to 1.6.1Viktar Patotski2020-09-161-1/+8
| | | | | | | | | This bumps dev-util/packer to latest version 1.6.1. Also adding myself as proxy maintainer. Signed-off-by: Viktar Patotski <xp.vit.blr@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17248 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/packer: drop to m-nJoonas Niilola2020-04-141-0/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/packer: drop to m-nJoonas Niilola2020-04-141-8/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/packer: new packageDan Molik2019-01-061-0/+31
Adding Hashicorp's packer utility to better support automated image building. One can find documentation here: https://packer.io and find the code base here: https://github.com/hashicorp/packer Closes: https://github.com/gentoo/gentoo/pull/10744 Closes: https://bugs.gentoo.org/624472 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Dan Molik <dan@danmolik.com> Tested-by: Dan Molik <dan@danmolik.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>