File: TODO.org

package info (click to toggle)
debocker 0.2.4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: python: 548; sh: 56; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
* Things to do (ordered by priority)
** add --debug to build the package with all debugging information
** add more tests
** replace --from with "docker rmi --no-prune=true"
** it's not clear if running the build process as root is safe; switch to a normal user maybe?
* Things to consider
** consider using docker API (python-docker)
* Done
** skip .git directory from sources; actually, probably just store orig tarball
** let pass build flags to dpkg-buildpackage
** the bundles are not reproducible => make them so
** add support for other dists (stable, experimental, etc.)