Skip to content

Detects packages installed from testing and reports the ones you haven't signed off

License

Notifications You must be signed in to change notification settings

eli-schwartz/archweb-signoff-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archweb-signoff-helper

This script lists packages installed from [testing] that you haven't signed off in the interface. It handles login details either from the config file, or from the env variables ARCHWEB_USER or ARCHWEB_PASSWORD

Usage:

usage: signoff [-h] <command> ...

signoff - Archweb signoff helper

optional arguments:
  -h, --help  show this help message and exit

subcommands:
  <command>
    note      list package notes
    approvals
              list package approvals
    signoffs  list package signoffs

~/.config/archweb/archweb.conf

[User]
Username=
Password=

[Repositories]
core=yes
extra=yes
;community=yes
;multilib=yes

[Architectures]
any=yes
x86_64=yes
;i686=yes

About

Detects packages installed from testing and reports the ones you haven't signed off

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.6%
  • Shell 18.4%