A tool for systemd-nspawn containers creation
Go to file
Christophe Siraut 96da6704df application version is a string 2018-04-13 18:41:02 +02:00
debian Update changelog for 0.10 release 2018-04-13 17:26:18 +02:00
dspawn application version is a string 2018-04-13 18:41:02 +02:00
.gitignore add debian files 2018-02-12 17:38:21 +01:00
README add debian files 2018-02-12 17:38:21 +01:00
setup.py d/control: remove obsolete dependency python3-psutil 2018-03-26 09:21:48 +02:00

README

dspawn
======
This repository holds a debian native package.

How to make changes and upload?
--------------------------------
Here is our recommended workflow:

  1. Adapt files and use `git commit -m` accordingly
  2. Test build using `gbp buildpackage` or `dpkg-buildpackge -uc -us`
  3. Test packages produced in ../build-area/ on a virtual machine
  4. Update debian changelog with: `gbp dch --release --commit`
  5. gbp buildpackage --git-tag
  6. `git push`