-
Notifications
You must be signed in to change notification settings - Fork 91
Rewrite
Michael Prokop edited this page Aug 28, 2015
·
2 revisions
Goal: rewrite j-d-g's scripts (esp. build-and-provide-package and generate-git-snapshot) to avoid having one single script doing everything. Instead split into small modules which allow custom usage.
Identified issues/TODOs/Wishlist:
- DIST vs distribution usage in *-source is confusing: https://github.com/mika/jenkins-debian-glue/issues/55
- Support sbuild (and possibly pbuilder, see https://github.com/mika/jenkins-debian-glue/issues/84) next to cowbuilder
- update documentation, including writing manpages for all commands
- provide examples (job + docs) for multi distribution use case
- provide tests/test setup (see e.g. https://github.com/linuxmaniac/jenkins-debian-glue-docker)