Skip to content

A qbt client workspace which contains a binary copy of QBT and some useful scripts for keeping it up to date

Notifications You must be signed in to change notification settings

terabyte/qbt-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QBT Client

this is an example of how you might distribute a binary copy of QBT to various machines and keep it up to date.

You might optionally decide to check in a qbt-config file

You might write some scripts

You might have a cron job regularly fetch updates in this repo and run a deploy command that builds and deploys some release package from your meta

TO USE

Initial setup:

git clone <META_URL> meta
cp <QBT Config file> meta/qbt-config
echo "meta" > .qbt-meta-location

To update QBT:

bin/update-qbt.sh

About

A qbt client workspace which contains a binary copy of QBT and some useful scripts for keeping it up to date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published