Skip to content

Sign off Arch Linux test packages (read-only mirror)

License

Notifications You must be signed in to change notification settings

archlinux/arch-signoff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux Signoff Tool

The signoff tool can be used by members of the Arch Testing Team to make it easier to sign off packages. 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'

Dependencies

  • pyalpm
  • python-click
  • python-dateutil
  • python-requests
  • python-setuptools

Test

Test dependencies:

  • python-pytest
  • python-pytest-cov
  • python-pytest-pacman

Running tests:

make test

LICENSE

See LICENSE for license details.

Sponsor this project

Languages

  • Python 97.6%
  • Makefile 2.4%