A tool for systemd-nspawn containers creation
Go to file
Christophe Siraut 3a625e0b31 Update changelog for 0.11-1 release 2018-10-03 11:54:47 +02:00
debian Update changelog for 0.11-1 release 2018-10-03 11:54:47 +02:00
dspawn remove typo in service unit enable 2018-10-03 11:33:58 +02:00
.gitignore add debian files 2018-02-12 17:38:21 +01:00
README switch to non-native source format 2018-10-03 11:54:41 +02: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 non-native package.

How to make changes and upload? (obsolete => eobuilder)
--------------------------------
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`