A tool for systemd-nspawn containers creation
Go to file
Christophe Siraut 8fcb76dc9b Update changelog for 0.7 release 2018-03-05 12:43:16 +01:00
debian Update changelog for 0.7 release 2018-03-05 12:43:16 +01:00
dspawn release 0.7 2018-03-05 12:42:50 +01: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 specify docstring and version according to PEP 8 2018-02-13 13:43:13 +01: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`