Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 786 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 786 Bytes

btrbk packaging

This is the btrbk packaging repository, used for creating debian packages.

The official btrbk git repository is available here:

https://dev.tty0.ch/btrbk.git

Mirror on GitHub:

https://github.com/digint/btrbk.git

Debian

Setting up the build environment

# clone the btrbk-packaging repository
git clone -b debian https://github.com/digint/btrbk-packaging.git

# setup upstream branch
cd btrbk-packaging
git remote add -t master -f btrbk https://github.com/digint/btrbk.git
git branch --track upstream btrbk/master

# configure the export directory for gbp
echo -e '[DEFAULT]\nexport-dir = /tmp/debian-export' > ~/.gbp.conf

Build new release

gbp pull
gbp buildpackage --git-tag