Plumbing
This module contains utility scripts for voxpupuli admins to do various management tasks.
Setting up a gem for rubygems deploys
Add the voxpupuli rubygems account to the owners list of the gem.
gem owner <gemname> -a pmc@voxpupuli.org
Github Actions secrets
The secrets for the Puppet Forge and Rubygems are set via organization secrets. This means they only need to be set once.
gpg
to decrypt:
./bin/decrypt_credentials.sh
to encrypt:
./bin/encrypt_credentials.sh
Repository topics
Hacktoberfest
Hacktoberfest wants to have the hacktoberfest
topic applied to a repository before it counts. To see what's missing:
./bin/hacktoberfest
Then to actually run:
./bin/hacktoberfest --set-topics
Metadata-based topics
There are labels such as linux-puppet-module
, bsd-puppet-module
and windows-puppet-module
that can be set based on metadata. To see what would be done:
./bin/github_topics
Then to actually run:
./bin/github_topics --set-topics
syncing labels
In the past we used a nodejs script to sync labels. This feature moved to vox-pupuli-tasks
The rails app has a list of labels and ensures that they are configured on our repositories. Just update the yaml file to update all labels / their colours or descriptions.
The feature is documented in the application.
Contribution
We currently require all commits in this repo to be signed with gpg, so please
configure your git client properly. Let us know if you need some help. We're
also reachable via our IRC channel #voxpupuli
on freenode.