Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-15 | Fix incorrect assumption on output directory name. | Ilyas Gasanov | |
While executing the extract command, dpkg-source by default extracts the source package to an output directory named as source-version. If the source package format is 3.0 (quilt), the version string is taken from the orig tarball, not the dsc file. Baiji attempts to use the dsc version string, and fails if no correspondingly named output directory is found after the extraction. | |||
2019-04-15 | Add missing README and copyright | Rob Austein | |
2018-08-09 | Tweak doc for recent features. | Rob Austein | |
* Baiji can now generate source packages * Baiji now uses a hash of the build dependency list to guess when it should generate a new package-specific build image; the user can override this guess with a command line argument. | |||
2018-08-09 | Move package version back into image tag field. | Rob Austein | |
2018-08-08 | Avoid unnecessary rebuilds of docker build images. | Rob Austein | |
2018-08-08 | Sooo many flavors of build dependencies. | Rob Austein | |
2018-08-08 | Build source package when user doesn't provide one. | Rob Austein | |
2018-08-02 | Doc | Rob Austein | |
2018-07-01 | Clean container when done. | Rob Austein | |
2018-06-30 | Working. | Rob Austein | |
Well, maybe. arrcus-sw runs to completion, anyway, good start. | |||
2018-06-30 | Cleanup | Rob Austein | |
2018-06-30 | Builds Docker image. Does not yet build .debs. | Rob Austein | |
2018-06-29 | Context managers | Rob Austein | |
2018-06-29 | Update | Rob Austein | |
2018-06-29 | baiji create working. | Rob Austein | |
2018-06-29 | Initial. | Rob Austein | |