Skip to content
/ pag-off Public

An offline client to interact with tickets on pagure (MIRROR)

License

Notifications You must be signed in to change notification settings

Pagure/pag-off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pag-off

Author

Pierre-Yves Chibon <pingou@pingoured.fr>

pag-off is a small utility tool to interact with pagure issues and pull-requests offline.

It will allow you to clone the ticket or pull-request repo of a project hosted on pagure. List all the open tickets or pull-requests and interact with them.

Homepage: https://pagure.io/pag-off

Get it running

There are several options when it comes to a development environment. Vagrant will provide you with a virtual machine which you can develop on, or you can install it directly on your host machine.

  • Retrieve the sources:

    git clone https://pagure.io/pag-off.git
    cd pag-off
  • create the virtualenv:

    virtualenv pag-off_env
    source ./pag-off_env/bin/activate
  • Get the project running:

    python setup.py develop
  • Run it:

    ./runserver.py

About

An offline client to interact with tickets on pagure (MIRROR)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages