A tool for systemd-nspawn containers creation
Go to file
Christophe Siraut f5c6fe9c2b d/control: syntax fix 2018-03-07 17:37:42 +01:00
debian d/control: syntax fix 2018-03-07 17:37:42 +01:00
dspawn release 0.8 2018-03-07 17:24:26 +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 setup.py: add python-apt dependency 2018-03-07 17:23:55 +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`