Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 667 Bytes

File metadata and controls

18 lines (12 loc) · 667 Bytes

arch-signoff

Run signoff to get a list of packages you can sign off. signoff -i lets you interactively sign off packages. See asciinema for a demo.

To simplify authentication, specify your ArchWeb username and password in the ARCHWEB_USERNAME and ARCHWEB_PASSWORD environment variables. For instance, using pass:

alias signoff='ARCHWEB_PASSWORD="$(pass archweb)" signoff'

See LICENSE for license details.