A tool for systemd-nspawn containers creation
Go to file
Agate 898b63c490
gitea/dspawn/pipeline/head This commit looks good Details
Prepare Jenkinsfile for Gitea migration (#74572)
2023-02-20 15:04:26 +01:00
debian debian: update to debhelper compat 12 2022-05-19 21:43:07 +02:00
dspawn add bullseye to available releases 2020-12-11 15:20:05 +01:00
.gitignore add debian files 2018-02-12 17:38:21 +01:00
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 2023-02-20 15:04:26 +01:00
README switch to non-native source format 2018-10-03 11:54:41 +02:00
setup.py setup: add missing imports 2020-03-09 14:41:49 +01: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`